diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index 8db620ba..8fe19a3c 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -122,7 +122,7 @@ "modules": ["custom/expand-icon", "tray"] }, "custom/expand-icon": { - "format": " ", + "format": "", "tooltip": false }, "custom/screenrecording-indicator": { @@ -133,6 +133,6 @@ }, "tray": { "icon-size": 12, - "spacing": 12 + "spacing": 17 } } diff --git a/config/waybar/style.css b/config/waybar/style.css index 2cf371b3..f2b1e9fe 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -7,7 +7,7 @@ border: none; border-radius: 0; min-height: 0; - font-family: CaskaydiaMono Nerd Font; + font-family: 'CaskaydiaMono Nerd Font'; font-size: 12px; } @@ -30,11 +30,8 @@ opacity: 0.5; } -#tray, #cpu, #battery, -#network, -#bluetooth, #pulseaudio, #custom-omarchy, #custom-screenrecording-indicator, @@ -43,8 +40,20 @@ margin: 0 7.5px; } +#tray { + margin-right: 16px; +} + +#bluetooth { + margin-right: 17px; +} + +#network { + margin-right: 13px; +} + #custom-expand-icon { - margin-right: 7px; + margin-right: 20px; } tooltip {