diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-31 13:27:27 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-31 13:27:27 +0900 |
| commit | dc4bd24a5a00b15ed293c9cb4981e69f701e17e6 (patch) | |
| tree | 8a18f3ef614304be957000fcd63ee94c6ee8ebf2 /config/waybar/ModulesCustom | |
| parent | c25e598d559a3b42bb2b85902d94f61a1498083e (diff) | |
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 (
Diffstat (limited to 'config/waybar/ModulesCustom')
| -rw-r--r-- | config/waybar/ModulesCustom | 6 |
1 files changed, 3 insertions, 3 deletions
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", }, |
