This commit is contained in:
fwastring 2025-10-17 14:22:14 +02:00
parent 51de7ef3a2
commit 0c9d0a1ce2
5 changed files with 67 additions and 6 deletions

View file

@ -33,7 +33,7 @@ window#waybar.termite { background: @base; }
window#waybar.chromium { background: @base; border: none; }
/* -------- Module “pill” look -------- */
#workspaces, #clock, #mpris, #pulseaudio, #bluetooth, #upower {
#workspaces, #clock, #mpris, #pulseaudio, #bluetooth, #upower, #network {
background: @base;
border: none;
border-radius: 5px;
@ -133,7 +133,15 @@ button:active {
}
/* -------- Upower -------- */
#bluetooth {
#upower {
background: @green;
color: @base;
font-weight: 600;
letter-spacing: 0.2px;
}
/* -------- Network -------- */
#network {
background: @green;
color: @base;
font-weight: 600;