Updated config

This commit is contained in:
2024-03-02 23:49:00 +01:00
parent 2569e705ed
commit 632694bbcd
10 changed files with 71 additions and 33 deletions

View File

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