From 2a18b985c54ca002deb9fa75cf0a3ed53ad1d8e7 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 26 Feb 2025 10:45:18 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-26 10:45:18 --- .config/waybar/config | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index df5747ff..c5f024a0 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -1,11 +1,11 @@ { "layer": "top", "modules-left": [ - "sway/workspaces", + "niri/workspaces", "sway/mode" ], "modules-center": [ - "sway/window" + "niri/window" ], "modules-right": [ "cpu", @@ -15,25 +15,22 @@ "tray", "clock" ], - "sway/window": { + "niri/window": { "max-length": 50 }, - // "niri/workspaces": { - // "disable-scroll": false, - // }, "niri/workspaces": { - "format": "{icon}", - "format-icons": { - // Named workspaces - // (you need to configure them in niri) - "browser": "", - "discord": "", - "chat": "", - // Icons by state - "active": "", - "default": "" - } - } + // "format": "{icon}", + // "format-icons": { + // // Named workspaces + // // (you need to configure them in niri) + // "browser": "", + // "discord": "", + // "chat": "", + // // Icons by state + // "active": "", + // "default": "" + // } + }, // "sway/workspaces": { // "disable-scroll" : false, // },