From c269a0d29b207ccccf13b3153eadb01b91863e4c Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 24 Sep 2023 22:52:02 +0200 Subject: Add double bar setup Too bad the hyprland-specific components don't actually work, though. --- .config/waybar/config-hyprland.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/waybar/config-hyprland.json') diff --git a/.config/waybar/config-hyprland.json b/.config/waybar/config-hyprland.json index 1daf3eb..a82cd37 100644 --- a/.config/waybar/config-hyprland.json +++ b/.config/waybar/config-hyprland.json @@ -5,17 +5,17 @@ "height": 20, "spacing": 4, "modules-left": [ - "hyprland/workspaces", - "hyprland/window" + "hyprland/workspaces" ], "modules-center": [ ], "modules-right": [ ], "hyprland/workspaces": { - "format": "{icon}", - "on-scroll-up": "hyprctl dispatch workspace e+1", - "on-scroll-down": "hyprctl dispatch workspace e-1" + "persistent-workspaces": { + "*": 9 + }, + "sort": "number" }, "hyprland/window": { "max-length": 200, -- cgit v1.1