From e89366bdb9f7c56eb1170201f3ed25d009c1d469 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 2 May 2023 18:18:15 +0200 Subject: [PATCH] add mode and scratchpad --- dot_config/waybar/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_config/waybar/config b/dot_config/waybar/config index f263081..c74f105 100644 --- a/dot_config/waybar/config +++ b/dot_config/waybar/config @@ -6,7 +6,9 @@ "spacing": 4, // Gaps between modules (4px) // Choose the order of the modules "modules-left": [ - "sway/workspaces" + "sway/workspaces", + "sway/mode", + "sway/scratchpad" ], "modules-center": [ "sway/window"