Rescale waybar

This commit is contained in:
Julian Mutter 2024-06-15 23:44:10 +02:00
parent 9166cb844c
commit 9d2560c065
2 changed files with 10 additions and 11 deletions

View File

@ -4,7 +4,7 @@
"mode": "dock", "mode": "dock",
"exclusive": true, "exclusive": true,
"passtrough": true, "passtrough": true,
"height": 32, "height": 20,
"modules-left": [ "modules-left": [
"hyprland/workspaces" "hyprland/workspaces"
@ -59,7 +59,7 @@
}, },
"tray": { "tray": {
"icon-size": 16, "icon-size": 20,
"tooltip": false, "tooltip": false,
"spacing": 10 "spacing": 10
}, },

View File

@ -28,8 +28,7 @@ in
* { * {
/* `otf-font-awesome` is required to be installed for icons */ /* `otf-font-awesome` is required to be installed for icons */
font-family: JetBrainsMono Nerd Font; font-family: JetBrainsMono Nerd Font;
font-size: 14px; font-size: 16px;
border-radius: 17px;
} }
#clock, #clock,
@ -48,12 +47,12 @@ in
#idle_inhibitor, #idle_inhibitor,
#cpu, #cpu,
#tray { #tray {
padding: 5 15px; padding: 0 15px;
border-radius: 12px; border-radius: 12px;
background: #${palette.base00}; background: #${palette.base00};
color: #${palette.base07}; color: #${palette.base07};
margin-top: 8px; margin-top: 0px;
margin-bottom: 8px; margin-bottom: 0px;
margin-right: 2px; margin-right: 2px;
margin-left: 2px; margin-left: 2px;
transition: all 0.3s ease; transition: all 0.3s ease;
@ -92,15 +91,15 @@ in
#workspaces { #workspaces {
background-color: transparent; background-color: transparent;
border-radius: 17px; border-radius: 17px;
padding: 5 0px; padding: 0 0px;
margin-top: 3px; margin-top: 2px;
margin-bottom: 3px; margin-bottom: 2px;
} }
#workspaces button { #workspaces button {
background-color: #${palette.base00}; background-color: #${palette.base00};
border-radius: 12px; border-radius: 12px;
margin-left: 10px; margin-left: 4px;
transition: all 0.3s ease; transition: all 0.3s ease;
} }