diff options
Diffstat (limited to '.config/waybar/config')
| -rw-r--r-- | .config/waybar/config | 7 |
1 files changed, 3 insertions, 4 deletions
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": { |
