From 4dc06da30d2fef515cc359ef0207f1a6e440ec82 Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:37:07 +0200 Subject: [PATCH] Update install.sh --- install.sh | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/install.sh b/install.sh index b574de3..b0a3626 100644 --- a/install.sh +++ b/install.sh @@ -556,23 +556,6 @@ cat << "WAYBARCONFIG" > ~/.config/waybar/config.jsonc "tray", "custom/power" ], - // Modules configuration - // "hyprland/workspaces": { - // "disable-scroll": true, - // "all-outputs": true, - // "warp-on-scroll": false, - // "format": "{name}: {icon}", - // "format-icons": { - // "1": "", - // "2": "", - // "3": "", - // "4": "", - // "5": "", - // "urgent": "", - // "focused": "", - // "default": "" - // } - // }, "keyboard-state": { "numlock": true, "capslock": true, @@ -582,6 +565,16 @@ cat << "WAYBARCONFIG" > ~/.config/waybar/config.jsonc "unlocked": "" } }, + "hyprland/workspaces": { + "format": "{icon}", + "on-click": "activate", + "format-icons": { + "urgent": "", + "active": "", + "default": "" + }, + "tooltip": false, + }, "hyprland/mode": { "format": "{}" },