From 7525d8fd43cfc015ba8e385528570b5b1bc18625 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Tue, 21 Nov 2023 12:04:44 +0400 Subject: [PATCH] Reduce panel size, move tray module --- etc/skel/.config/waybar/config.jsonc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/skel/.config/waybar/config.jsonc b/etc/skel/.config/waybar/config.jsonc index ef31a3f..a1193b6 100644 --- a/etc/skel/.config/waybar/config.jsonc +++ b/etc/skel/.config/waybar/config.jsonc @@ -1,10 +1,11 @@ { "layer": "top", "position": "top", - "height": 30, + "height": 25, "modules-left": ["custom/menu", "sway/workspaces", "sway/window"], "modules-center": ["custom/wf-recorder", "sway/mode"], "modules-right": [ + "tray", "custom/scratchpad", "custom/playerctl", "custom/wlsunset", @@ -19,8 +20,7 @@ "bluetooth", "pulseaudio", "clock", - "custom/power", - "tray" + "custom/power" ], "custom/menu": {