From 897cb05d41a10a88550dff0363cc1b676dda409b Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:01:12 +0100 Subject: [PATCH] Update install.sh --- install.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 995e8e1..c7153a1 100644 --- a/install.sh +++ b/install.sh @@ -637,14 +637,15 @@ cat << "WAYBARCONFIG" > ~/.config/waybar/config.jsonc "height": 28, // Waybar height (to be removed for auto height) //"width": 1400, // Waybar width "spacing": 5, // Gaps between modules - "margin-top": 6, + "margin-top": 0, "margin-bottom": 6, "margin-left": 6, "margin-right": 6, // Choose the order of the modules "modules-left": [ - "hyprland/workspaces", - "hyprland/mode" + "hyprland/mode", + "hyprland/workspaces" + ], "modules-center": [ "hyprland/window" @@ -680,7 +681,7 @@ cat << "WAYBARCONFIG" > ~/.config/waybar/config.jsonc "active": "", "default": "" }, - "tooltip": false, + "tooltip": false }, "hyprland/mode": { "format": "{}"