Updated config
This commit is contained in:
@ -22,23 +22,27 @@ window#waybar.hidden {
|
||||
#network,
|
||||
#wireplumber,
|
||||
#workspaces,
|
||||
#custom-os {
|
||||
#custom-os,
|
||||
#custom-gpu {
|
||||
color: @fg;
|
||||
background: @bg;
|
||||
margin: 0 4px;
|
||||
margin: 0 8px;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0px 5px;
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
background: transparent;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
#workspaces button:hover,
|
||||
#workspaces button.active {
|
||||
color: rgba(255, 255, 255, 1.0);
|
||||
}
|
||||
|
||||
#custom-os {
|
||||
font-size: 24px;
|
||||
color: #89DCEB;
|
||||
color: rgb(137, 220, 235);
|
||||
}
|
||||
|
Reference in New Issue
Block a user