Updated waybar for laptop display

This commit is contained in:
Damien Broqua 2021-11-08 15:31:25 +01:00
parent 582ab7a111
commit d205c2bdb2
2 changed files with 28 additions and 16 deletions

View file

@ -76,6 +76,17 @@ window#waybar {
border-bottom-left-radius: 0;
}
/* Style for battery */
#battery.discharging {
border: 2px solid rgba(208, 135, 112, 0.7);
}
#battery.warning {
background: rgba(208, 135, 112, 0.7);
}
#battery.critical {
background: rgba(191, 97, 106, 0.7);
}
/* Style for buttons */
#mpd,
#custom-spotify,