update waybar: add notification + shutdown options
This commit is contained in:
parent
90ab1652b0
commit
ddfbc3cfcd
2 changed files with 29 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Reference in a new issue