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
|
||||
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
|
||||
|
||||
@@ -25,6 +25,8 @@
|
||||
},
|
||||
"mpris": {
|
||||
"format": "{status_icon} {title} - {artist}",
|
||||
"title-len": 50,
|
||||
"artist-len": 20,
|
||||
"status-icons": {
|
||||
"playing": "",
|
||||
"paused": ""
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user