From dc4bd24a5a00b15ed293c9cb4981e69f701e17e6 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 31 Jan 2025 13:27:27 +0900 Subject: WaybarCustom modules fix!!! Not anymore hard coded to firefox and thunar but instead it will open your default file manager and default web browser :) Still hard coded to kitty though ( --- config/waybar/ModulesCustom | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom index f0f52f70..9d0e804a 100644 --- a/config/waybar/ModulesCustom +++ b/config/waybar/ModulesCustom @@ -19,21 +19,21 @@ "custom/file_manager": { "format": " ", - "on-click": "thunar", + "on-click": "xdg-open . &", "tooltip": true, "tooltip-format": "File Manager", }, "custom/tty": { "format": " ", - "on-click": "kitty", + "on-click": "kitty &", "tooltip": true, "tooltip-format": "Launch Terminal", }, "custom/browser": { "format": " ", - "on-click": "firefox", + "on-click": "xdg-open http:// &", "tooltip": true, "tooltip-format": "Launch Browser", }, -- cgit v1.2.3