update waybar: add notification + shutdown options

This commit is contained in:
Frost-Phoenix 2024-06-24 23:55:14 +02:00
parent 90ab1652b0
commit ddfbc3cfcd
2 changed files with 29 additions and 3 deletions

View file

@ -45,7 +45,7 @@ in
color: #b4befe;
}
#tray, #pulseaudio, #network, #cpu, #memory, #disk, #clock, #battery {
#tray, #pulseaudio, #network, #cpu, #memory, #disk, #clock, #battery, #custom-notification {
font-size: ${custom.font_size};
color: ${custom.text_color};
}
@ -80,7 +80,12 @@ in
}
#network {
padding-left: 9px;
padding-right: 15px;
padding-right: 30px;
}
custom-notification {
padding-left: 20px;
padding-right: 20px;
}
#clock {