This commit is contained in:
Nico
2024-10-31 13:49:02 +01:00
parent ad6d893cb0
commit e0b94d45e6
14 changed files with 293 additions and 119 deletions

View File

@@ -32,7 +32,7 @@
},
"pulseaudio": {
"format": "{icon} {volume}%",
"format": "{icon} {volume}%",
"format-muted": " Muted",
"format-icons": ["", "", ""]
},
@@ -42,8 +42,8 @@
},
"network": {
"format-wifi": " {essid} {signalStrength}%",
"format-disconnected": " No Connection"
"format-wifi": " {essid} {signalStrength}%",
"format-disconnected": " No Connection"
}

View File

@@ -25,28 +25,28 @@ window#waybar {
background: rgba(10,10,10,100);
opacity: 0.8;
/* color: #00ffff; */
color: @text;
color: @mauve;
padding: 0px 10px ;
margin: 3px 0px;
}
#workspaces button{
color: #00ffff;
color: @mauve;
border-radius: 7px;
margin: 3px 0px;
margin-left: 6px;
}
#workspaces button.focused{
background: #00ffff;
color: #000000;
background: @mauve;
color: @base;
opacity: 0.8;
transition: 0.3s;
}
#workspaces button:hover{
background: #ffffff;
color: #000000;
background: @mauve;
color: @base;
opacity: 0.8;
transition: 0.5s;
}