From 136f8616455485623d29aead40fb42fe82784420 Mon Sep 17 00:00:00 2001 From: voidarc Date: Mon, 1 Jun 2026 19:51:53 +0100 Subject: [PATCH] fixed old exec statements --- .config/waybar/modules.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/waybar/modules.jsonc b/.config/waybar/modules.jsonc index 3df0b131..193c7e90 100644 --- a/.config/waybar/modules.jsonc +++ b/.config/waybar/modules.jsonc @@ -28,7 +28,7 @@ "format": "󰂲", "format-connected": "󰂱", "tooltip-format": "{status} - {device_alias}", - "on-click": "blueman-manager" + "on-click": "kitty --class otter --title otter-launcher -e sh -c 'sleep 0.05 && otter-launcher bl'" }, "battery": { "format": "{icon} {capacity}%", @@ -47,7 +47,7 @@ }, "custom/notifs": { "format": "", - "on-click": "swaync-client --open-panel" + "on-click": "kitty --class otter --title otter-launcher -e sh -c 'sleep 0.05 && otter-launcher dunst'" }, "memory": { "format": " {percentage}%",