From 1d9bc1171a1fe7a737d5d812d1e58cf2c85b5345 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Sat, 21 Jun 2025 20:28:30 -0400 Subject: waybar --- .config/waybar/config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.config/waybar/config') diff --git a/.config/waybar/config b/.config/waybar/config index dac0555..20060a2 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -1,7 +1,5 @@ { "layer": "top", - "height": 15, - "margin": "0 0 0 0", "modules-left": ["hyprland/workspaces", "custom/separator", "tray"], "modules-center": ["hyprland/window"], @@ -11,8 +9,9 @@ "format": "{id}", }, "custom/separator": { - "exec": "echo \" | \"", + "exec": "echo \"|\"", "format": "{}", + "class": "separator", }, "custom/brightness": { "exec": "get-brightness-percentage", @@ -44,7 +43,7 @@ "interval": 1, }, "tray": { - "icon-size": 16, + "icon-size": 8, "spacing": 8, }, "wireplumber": { -- cgit v1.2.3