From cea53b8add1b20b4fad3079a2df884f4f79f3694 Mon Sep 17 00:00:00 2001 From: Maximilian Wagner Date: Wed, 13 Dec 2023 22:28:09 +0100 Subject: [PATCH] replaced rotate with wlay --- config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config b/config index d12a6c7..db6f58f 100644 --- a/config +++ b/config @@ -16,7 +16,8 @@ "idle_inhibitor", "clock", "custom/weather", - "custom/rotate", + //"custom/rotate", + "custom/monsetup", ], "modules-right": [ @@ -82,6 +83,11 @@ "on-click": "~/.config/waybar/scripts/rotate-second-screen.sh", }, + "custom/monsetup": { + "format": " 󰍺 ", + "on-click": "wlay", + }, + "custom/keyboard-layout": { "exec": "swaymsg -t get_inputs | grep -m1 'xkb_active_layout_name' | cut -d '\"' -f4", // Interval set only as a fallback, as the value is updated by signal