chore: waybar fix icons

This commit is contained in:
Afonso Franco 2023-05-16 04:18:03 +01:00
parent 3bed1d9b46
commit 2c10c76e30
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
2 changed files with 8 additions and 39 deletions

View file

@ -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;
}