Updated waybar for laptop display
This commit is contained in:
parent
582ab7a111
commit
d205c2bdb2
2 changed files with 28 additions and 16 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue