diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-05-21 00:07:51 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-05-21 00:07:51 +0900 |
| commit | 2c59d4521a9a610a590876db94b176afeb5b26d8 (patch) | |
| tree | 53563d4d8cb876fd10844dcc20bce507b6ecda05 /config/waybar/ModulesCustom | |
| parent | 77e2bfdce889d09921a853c174fa13c081e697e2 (diff) | |
some minor fixes on the user default
Diffstat (limited to 'config/waybar/ModulesCustom')
| -rw-r--r-- | config/waybar/ModulesCustom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom index bde9bbc2..088cea1c 100644 --- a/config/waybar/ModulesCustom +++ b/config/waybar/ModulesCustom @@ -19,7 +19,7 @@ "custom/file_manager": { "format": " ", - "on-click": "xdg-open . &", + "on-click": "$HOME/.config/hypr/scripts/WaybarScripts.sh --files", "tooltip": true, "tooltip-format": "File Manager", }, |
