chore: waybar fix icons
This commit is contained in:
parent
3bed1d9b46
commit
2c10c76e30
2 changed files with 8 additions and 39 deletions
|
@ -29,10 +29,9 @@ window#waybar {
|
|||
#clock,
|
||||
#clock-date,
|
||||
#workspaces,
|
||||
#pulseaudio,
|
||||
#network,
|
||||
#battery,
|
||||
#custom-powermenu {
|
||||
#pulseaudio,
|
||||
#network {
|
||||
background-color: @bg0;
|
||||
color: @fg;
|
||||
|
||||
|
@ -40,13 +39,17 @@ window#waybar {
|
|||
padding-right: 10px;
|
||||
margin-top: 7px;
|
||||
margin-bottom: 12px;
|
||||
border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
|
||||
border-bottom-width: 5px;
|
||||
border-bottom-color: @bg5;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
#battery {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
padding: 0px;
|
||||
}
|
||||
|
@ -74,12 +77,3 @@ window#waybar {
|
|||
padding-right: 21px;
|
||||
}
|
||||
|
||||
#custom-powermenu {
|
||||
background-color: @red;
|
||||
color: @bg0;
|
||||
border-bottom-color: #9e0906;
|
||||
|
||||
margin-right: 15px;
|
||||
padding-left: 20px;
|
||||
padding-right: 23px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue