diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-06-05 08:27:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-05 08:27:52 -0400 |
| commit | a2801f2eea287107097b68695a7c5306520dce8e (patch) | |
| tree | 735636d83cb09c68c129c119537a2b4fd573b455 /config/hypr/scripts | |
| parent | b2d5d1a5f4acdb7354009b7c0e5df2f7e4b044ec (diff) | |
| parent | d6568b7f1b6c05abbb493af39fb12c243484da53 (diff) | |
Merge branch 'main' into feat/add-custom-hyprpicker-waybar-module
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/hypr/scripts/ScreenShot.sh | 2 | ||||
| -rwxr-xr-x | config/hypr/scripts/WaybarScripts.sh | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/config/hypr/scripts/ScreenShot.sh b/config/hypr/scripts/ScreenShot.sh index 90e2dfd2..0a37c7e4 100755 --- a/config/hypr/scripts/ScreenShot.sh +++ b/config/hypr/scripts/ScreenShot.sh @@ -4,7 +4,7 @@ # variables time=$(date "+%d-%b_%H-%M-%S") -dir="$(xdg-user-dir)/Pictures/Screenshots" +dir="$(xdg-user-dir PICTURES)/Screenshots" file="Screenshot_${time}_${RANDOM}.png" iDIR="$HOME/.config/swaync/icons" 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 |
