mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 12:03:41 +01:00
waybar: add style for battery block
This commit is contained in:
parent
c12da94a5e
commit
488dbcb6df
1 changed files with 11 additions and 0 deletions
|
@ -104,6 +104,17 @@ window#waybar.PCSX2 #window {
|
|||
background: @yellow;
|
||||
}
|
||||
|
||||
#battery {
|
||||
margin-top: 8px;
|
||||
margin-left: 8px;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
margin-bottom: 0;
|
||||
transition: none;
|
||||
color: @base;
|
||||
background: @green;
|
||||
}
|
||||
|
||||
#clock {
|
||||
margin-top: 8px;
|
||||
margin-left: 8px;
|
||||
|
|
Loading…
Reference in a new issue