Rescale waybar
This commit is contained in:
parent
9166cb844c
commit
9d2560c065
@ -4,7 +4,7 @@
|
||||
"mode": "dock",
|
||||
"exclusive": true,
|
||||
"passtrough": true,
|
||||
"height": 32,
|
||||
"height": 20,
|
||||
|
||||
"modules-left": [
|
||||
"hyprland/workspaces"
|
||||
@ -59,7 +59,7 @@
|
||||
},
|
||||
|
||||
"tray": {
|
||||
"icon-size": 16,
|
||||
"icon-size": 20,
|
||||
"tooltip": false,
|
||||
"spacing": 10
|
||||
},
|
||||
|
@ -28,8 +28,7 @@ in
|
||||
* {
|
||||
/* `otf-font-awesome` is required to be installed for icons */
|
||||
font-family: JetBrainsMono Nerd Font;
|
||||
font-size: 14px;
|
||||
border-radius: 17px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#clock,
|
||||
@ -48,12 +47,12 @@ in
|
||||
#idle_inhibitor,
|
||||
#cpu,
|
||||
#tray {
|
||||
padding: 5 15px;
|
||||
padding: 0 15px;
|
||||
border-radius: 12px;
|
||||
background: #${palette.base00};
|
||||
color: #${palette.base07};
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
margin-right: 2px;
|
||||
margin-left: 2px;
|
||||
transition: all 0.3s ease;
|
||||
@ -92,15 +91,15 @@ in
|
||||
#workspaces {
|
||||
background-color: transparent;
|
||||
border-radius: 17px;
|
||||
padding: 5 0px;
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
padding: 0 0px;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
background-color: #${palette.base00};
|
||||
border-radius: 12px;
|
||||
margin-left: 10px;
|
||||
margin-left: 4px;
|
||||
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user