diff options
Diffstat (limited to 'config/hypr/scripts/WaybarScripts.sh')
| -rwxr-xr-x | config/hypr/scripts/WaybarScripts.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/hypr/scripts/WaybarScripts.sh b/config/hypr/scripts/WaybarScripts.sh index 32b43f02..7b3aaba2 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" -fi + echo "--files : Launch a file manager" +fi
\ No newline at end of file |
