added alot

This commit is contained in:
Robin
2025-11-30 21:51:33 +01:00
parent bdd48d2b73
commit 532cf4542e
15 changed files with 2287 additions and 52 deletions

View File

@@ -10,23 +10,23 @@ window#waybar{
.modules-left {
padding:9px;
margin:10 10 5 10;
border-radius:10px;
background: alpha(@background,.6);
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
border-radius:9px;
background: alpha(@background,0.9);
box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
}
.modules-center {
padding:7px;
padding:9px;
margin:10 10 5 5;
border-radius:10px;
background: alpha(@background,.6);
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
border-radius:9px;
background: alpha(@background,0.9);
box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
}
.modules-right {
padding:7px;
padding:9px;
margin: 10 10 5 0;
border-radius:10px;
background: alpha(@background,.6);
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
border-radius:9px;
background: alpha(@background,0.9);
box-shadow: 2px 2px 2px rgba(0, 0, 0, .9);
}
tooltip {
background:@background;
@@ -58,7 +58,7 @@ tooltip {
#workspaces button {
all:unset;
padding: 0px 5px;
color: alpha(@color14,.4);
color: alpha(@color0,.4);
transition: all .2s ease;
}
#workspaces button:hover {
@@ -68,7 +68,7 @@ tooltip {
transition: all 1s ease;
}
#workspaces button.active {
color: @color15;
color: @foreground;
border: none;
text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
}
@@ -84,7 +84,7 @@ tooltip {
transition: all 1s ease;
}
#workspaces button.empty.active {
color: @color1;
color: @color7;
border: none;
text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
}
@@ -104,8 +104,11 @@ tooltip {
padding: 0px 5px;
transition: all .3s ease;
color:@color7;
}
#pulseaudio{
padding: 0px 5px;
transition: all .3s ease;
color:@color7;
}
#battery.charging {
color: #26A65B;