changed some shit, waybar theme ig

This commit is contained in:
voidarclabs
2025-10-17 22:58:23 +01:00
parent 860d88d34a
commit dc68e4535d
4 changed files with 19 additions and 2 deletions

Binary file not shown.

View File

@@ -2,8 +2,13 @@
font=FiraMono Nerd Font:size=14
width=40
horizontal-pad=5
placeholder=Launch...
hide-before-typing=true
show-actions=true
inner-pad=10
terminal=kitty -e
minimal-lines=true
enable-mouse=no
icon-theme=oomox-Catppuccin-Mocha
prompt=" "
@@ -21,4 +26,4 @@ counter=7f849cff
border=cba6f7ff
[border]
width=2
width=3

View File

@@ -25,6 +25,8 @@
},
"mpris": {
"format": "{status_icon} {title} - {artist}",
"title-len": 50,
"artist-len": 20,
"status-icons": {
"playing": "",
"paused": ""

View File

@@ -62,9 +62,18 @@ window#waybar {
#mpris {
font-size: 14px;
transition: color 0.5s, background-color 0.5s;
}
#mpris.paused {
color: #f2cdcd;
}
#mpris.playing {
color: rgba(30, 30, 46, 0.8);
background-color: #ca9ee6;
}
#network {
padding: 0;
padding-left: 7px;
@@ -83,6 +92,7 @@ window#waybar {
#custom-notifs {
padding-left: 8px;
padding-right: 10px;
background-color: #f9e2af;
color: #1e1e2e;
}
@@ -97,7 +107,7 @@ window#waybar {
}
#battery.charging {
color: #cdd6f4;
background-color: #40a02b;
}
#battery.critical {