diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-11-19 12:22:05 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-19 12:22:05 +0900 |
| commit | fb614caa72259511682ee8d7651532a783d45ec8 (patch) | |
| tree | c256dcac1c406abaa89f532d7e4b56ead2e22f3f /config/hypr/scripts | |
| parent | 832ad0456d2f9dace1e629fbf08650fc4dd95a32 (diff) | |
| parent | 68819bdfc574a6c0e3cdd1786972275df13c8d20 (diff) | |
Merge pull request #27 from JaKooLit/rofi
Rofi, releases-dots, creation of wiki
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/hypr/scripts/Help.sh | 3 | ||||
| -rwxr-xr-x | config/hypr/scripts/KeyHints.sh | 1 | ||||
| -rwxr-xr-x | config/hypr/scripts/WallpaperSelect.sh | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/config/hypr/scripts/Help.sh b/config/hypr/scripts/Help.sh deleted file mode 100755 index 38bcdec8..00000000 --- a/config/hypr/scripts/Help.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -mousepad ~/.config/hypr/HelpFile.md diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh index 6d82a919..d868b5d6 100755 --- a/config/hypr/scripts/KeyHints.sh +++ b/config/hypr/scripts/KeyHints.sh @@ -32,7 +32,6 @@ yad --width=1000 --height=1000 \ " Shift F" "Toggle float" "single window" \ " ALT F" "Toggle all windows to float" "all windows" \ " SHIFT G" "Gamemode! All animations off" "" \ -" SHIFT H" "Launch a small Help File" "" \ " H" "Launch this app" "" \ " E" "View or EDIT Keybinds, Settings, Monitor" "" \ "" "" "" \ diff --git a/config/hypr/scripts/WallpaperSelect.sh b/config/hypr/scripts/WallpaperSelect.sh index c989adf3..24fcae2e 100755 --- a/config/hypr/scripts/WallpaperSelect.sh +++ b/config/hypr/scripts/WallpaperSelect.sh @@ -18,7 +18,7 @@ RANDOM_PIC="${PICS[$((RANDOM % ${#PICS[@]}))]}" RANDOM_PIC_NAME="${#PICS[@]}. random" # Rofi command -rofi_command="rofi -dmenu -config ~/.config/rofi/config-short.rasi" +rofi_command="rofi -dmenu -config ~/.config/rofi/config-wallpaper.rasi" menu() { for i in "${!PICS[@]}"; do |
