mirror of
https://github.com/duma799/hyprduma-config.git
synced 2026-05-14 22:51:00 +00:00
Changed sizes of modules, fixed clock height and font
This commit is contained in:
+8
-7
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user