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/hypr/scripts/WaybarScripts.sh | |
| parent | 77e2bfdce889d09921a853c174fa13c081e697e2 (diff) | |
some minor fixes on the user default
Diffstat (limited to 'config/hypr/scripts/WaybarScripts.sh')
| -rwxr-xr-x | config/hypr/scripts/WaybarScripts.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/hypr/scripts/WaybarScripts.sh b/config/hypr/scripts/WaybarScripts.sh index 32b43f02..24f54699 100755 --- a/config/hypr/scripts/WaybarScripts.sh +++ b/config/hypr/scripts/WaybarScripts.sh @@ -32,10 +32,13 @@ elif [[ "$1" == "--nmtui" ]]; then $term nmtui elif [[ "$1" == "--term" ]]; then $term & +elif [[ "$1" == "--files" ]]; then + $files & else echo "Usage: $0 [--btop | --nvtop | --nmtui | --term]" echo "--btop : Open btop in a new term" echo "--nvtop : Open nvtop in a new term" echo "--nmtui : Open nmtui in a new term" echo "--term : Launch a term window" + echo "--files : Launch a file manager" fi |
