changed some shit, waybar theme ig
This commit is contained in:
Binary file not shown.
@@ -2,8 +2,13 @@
|
|||||||
font=FiraMono Nerd Font:size=14
|
font=FiraMono Nerd Font:size=14
|
||||||
width=40
|
width=40
|
||||||
horizontal-pad=5
|
horizontal-pad=5
|
||||||
|
placeholder=Launch...
|
||||||
|
hide-before-typing=true
|
||||||
|
show-actions=true
|
||||||
inner-pad=10
|
inner-pad=10
|
||||||
terminal=kitty -e
|
terminal=kitty -e
|
||||||
|
minimal-lines=true
|
||||||
|
enable-mouse=no
|
||||||
icon-theme=oomox-Catppuccin-Mocha
|
icon-theme=oomox-Catppuccin-Mocha
|
||||||
prompt=" "
|
prompt=" "
|
||||||
|
|
||||||
@@ -21,4 +26,4 @@ counter=7f849cff
|
|||||||
border=cba6f7ff
|
border=cba6f7ff
|
||||||
|
|
||||||
[border]
|
[border]
|
||||||
width=2
|
width=3
|
||||||
|
|||||||
@@ -25,6 +25,8 @@
|
|||||||
},
|
},
|
||||||
"mpris": {
|
"mpris": {
|
||||||
"format": "{status_icon} {title} - {artist}",
|
"format": "{status_icon} {title} - {artist}",
|
||||||
|
"title-len": 50,
|
||||||
|
"artist-len": 20,
|
||||||
"status-icons": {
|
"status-icons": {
|
||||||
"playing": "",
|
"playing": "",
|
||||||
"paused": ""
|
"paused": ""
|
||||||
|
|||||||
@@ -62,9 +62,18 @@ window#waybar {
|
|||||||
|
|
||||||
#mpris {
|
#mpris {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
transition: color 0.5s, background-color 0.5s;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mpris.paused {
|
||||||
color: #f2cdcd;
|
color: #f2cdcd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#mpris.playing {
|
||||||
|
color: rgba(30, 30, 46, 0.8);
|
||||||
|
background-color: #ca9ee6;
|
||||||
|
}
|
||||||
|
|
||||||
#network {
|
#network {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-left: 7px;
|
padding-left: 7px;
|
||||||
@@ -83,6 +92,7 @@ window#waybar {
|
|||||||
|
|
||||||
#custom-notifs {
|
#custom-notifs {
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
|
padding-right: 10px;
|
||||||
background-color: #f9e2af;
|
background-color: #f9e2af;
|
||||||
color: #1e1e2e;
|
color: #1e1e2e;
|
||||||
}
|
}
|
||||||
@@ -97,7 +107,7 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#battery.charging {
|
#battery.charging {
|
||||||
color: #cdd6f4;
|
background-color: #40a02b;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.critical {
|
#battery.critical {
|
||||||
|
|||||||
Reference in New Issue
Block a user