Waybar style changes

This commit is contained in:
duma97
2025-11-15 20:14:14 +04:00
parent d7a36fd953
commit d73fc6cb0b
+10 -10
View File
@@ -12,25 +12,22 @@ window#waybar{
padding:1px 3px; padding:1px 3px;
margin:5px 0px 5px 10px; margin:5px 0px 5px 10px;
border-radius:13px; border-radius:13px;
background: alpha(@background,.6); background: #000000;
border: 1px solid rgba(255, 255, 255, 0.5); border: none;
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
} }
.modules-center { .modules-center {
padding:1px 5px; padding:1px 5px;
margin:5px 0px 5px 0px; margin:5px 0px 5px 0px;
border-radius:13px; border-radius:13px;
background: alpha(@background,.6); background: #000000;
border: 1px solid rgba(255, 255, 255, 0.5); border: none;
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
} }
.modules-right { .modules-right {
padding:1px 3px; padding:1px 3px;
margin:5px 10px 5px 0px; margin:5px 10px 5px 0px;
border-radius:13px; border-radius:13px;
background: alpha(@background,.6); background: #000000;
border: 1px solid rgba(255, 255, 255, 0.5); border: none;
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
} }
tooltip { tooltip {
background:@background; background:@background;
@@ -38,12 +35,15 @@ tooltip {
} }
#pulseaudio:hover, #bluetooth:hover, #network:hover, #custom-power-profile:hover, #battery:hover, #cpu:hover, #memory:hover, #temperature:hover, #custom-wlogout:hover{ #pulseaudio:hover, #bluetooth:hover, #network:hover, #custom-power-profile:hover, #battery:hover, #cpu:hover, #memory:hover, #temperature:hover, #custom-wlogout:hover{
transition: all .3s ease; transition: all .3s ease;
color:@color9; color:@color1;
text-shadow: 0px 0px 8px @color1;
} }
#clock{ #clock{
padding: 3px 5px 2px 5px; padding: 3px 5px 2px 5px;
color:@color7; color:@color7;
font-family: "JetBrains Mono";
font-weight: 600; font-weight: 600;
text-shadow: 0px 0px 5px @color1;
transition: all .3s ease; transition: all .3s ease;
} }
#workspaces { #workspaces {