Changed sizes of modules, fixed clock height and font

This commit is contained in:
duma97
2025-11-15 13:40:53 +04:00
parent 6422daa0d3
commit 1f18a725b1
+8 -7
View File
@@ -9,22 +9,22 @@ window#waybar{
all:unset; all:unset;
} }
.modules-left { .modules-left {
padding:7px; padding:1px 3px;
margin:5 0 5 10; margin:5px 0px 5px 10px;
border-radius:10px; border-radius:10px;
background: alpha(@background,.6); background: alpha(@background,.6);
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6); box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
} }
.modules-center { .modules-center {
padding:3px 7px; padding:1px 5px;
margin:5 0 5 0; margin:5px 0px 5px 0px;
border-radius:10px; border-radius:10px;
background: alpha(@background,.6); background: alpha(@background,.6);
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6); box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
} }
.modules-right { .modules-right {
padding:7px; padding:1px 3px;
margin: 5 10 5 0; margin:5px 10px 5px 0px;
border-radius:10px; border-radius:10px;
background: alpha(@background,.6); background: alpha(@background,.6);
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6); box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
@@ -38,8 +38,9 @@ tooltip {
color:@color9; color:@color9;
} }
#clock{ #clock{
padding: 0px 5px; padding: 3px 5px 2px 5px;
color:@color7; color:@color7;
font-weight: 600;
transition: all .3s ease; transition: all .3s ease;
} }
#workspaces { #workspaces {