update waybar config

This commit is contained in:
LordMZTE 2023-09-01 22:16:43 +02:00
parent 81f6ce4e7d
commit 06c4095c42
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 22 additions and 0 deletions

View file

@ -20,6 +20,7 @@
],
//<! end !>
"modules-right": [
"mpris",
"cpu",
"memory",
"pulseaudio",
@ -30,6 +31,16 @@
"clock",
"tray"
],
"mpris": {
"format": "{status_icon} {dynamic}",
"status-icons": {
"playing": "󰐊",
"paused": "󰏤",
"stopped": "󰓛"
},
"dynamic-len": 50,
"dynamic-separator": "  "
},
"gamemode": {
"format": "{glyph} {count}"
},

View file

@ -71,6 +71,17 @@ window#waybar.PCSX2 #window {
background: @teal;
}
#mpris {
margin-top: 8px;
margin-left: 8px;
padding-left: 16px;
padding-right: 16px;
margin-bottom: 0;
transition: none;
color: @text;
background: @surface0;
}
#temperature {
margin-top: 8px;
margin-left: 8px;