mirror of
https://github.com/duma799/hyprduma-config.git
synced 2026-05-13 14:11:01 +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;
|
||||
}
|
||||
.modules-left {
|
||||
padding:7px;
|
||||
margin:5 0 5 10;
|
||||
padding:1px 3px;
|
||||
margin:5px 0px 5px 10px;
|
||||
border-radius:10px;
|
||||
background: alpha(@background,.6);
|
||||
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
|
||||
}
|
||||
.modules-center {
|
||||
padding:3px 7px;
|
||||
margin:5 0 5 0;
|
||||
padding:1px 5px;
|
||||
margin:5px 0px 5px 0px;
|
||||
border-radius:10px;
|
||||
background: alpha(@background,.6);
|
||||
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
|
||||
}
|
||||
.modules-right {
|
||||
padding:7px;
|
||||
margin: 5 10 5 0;
|
||||
padding:1px 3px;
|
||||
margin:5px 10px 5px 0px;
|
||||
border-radius:10px;
|
||||
background: alpha(@background,.6);
|
||||
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
|
||||
@@ -38,8 +38,9 @@ tooltip {
|
||||
color:@color9;
|
||||
}
|
||||
#clock{
|
||||
padding: 0px 5px;
|
||||
padding: 3px 5px 2px 5px;
|
||||
color:@color7;
|
||||
font-weight: 600;
|
||||
transition: all .3s ease;
|
||||
}
|
||||
#workspaces {
|
||||
|
||||
Reference in New Issue
Block a user