diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-21 22:43:20 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-21 22:43:20 +0900 |
| commit | 5687d88f03dc714e9029586e1269603fabdc81ac (patch) | |
| tree | d0b8de8c526669f9bb30507804394475961403fa /config/hypr/scripts | |
| parent | 6a18a2b5b9f1c6efd760ec9c85b61b44fc7a9096 (diff) | |
I got a little bit bored
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/hypr/scripts/KeyBinds.sh | 5 | ||||
| -rwxr-xr-x | config/hypr/scripts/RefreshNoWaybar.sh | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/config/hypr/scripts/KeyBinds.sh b/config/hypr/scripts/KeyBinds.sh index ccbb18a8..4aca73d9 100755 --- a/config/hypr/scripts/KeyBinds.sh +++ b/config/hypr/scripts/KeyBinds.sh @@ -5,7 +5,6 @@ # Kill yad to not interfere with this binds pkill yad || true - # Define the config files KEYBINDS_CONF="$HOME/.config/hypr/configs/Keybinds.conf" USER_KEYBINDS_CONF="$HOME/.config/hypr/UserConfigs/UserKeybinds.conf" @@ -20,11 +19,11 @@ if [[ -f "$LAPTOP_CONF" ]]; then KEYBINDS+=$'\n'"$LAPTOP_BINDS" fi -# Check if we have any keybinds to display +# check for any keybinds to display if [[ -z "$KEYBINDS" ]]; then echo "No keybinds found." exit 1 fi # Use rofi to display the keybinds -echo "$KEYBINDS" | rofi -dmenu -i -p "Keybinds" -config ~/.config/rofi/config-keybinds.rasi +echo "$KEYBINDS" | rofi -dmenu -i -p "Keybinds" -config ~/.config/rofi/config-keybinds.rasi
\ No newline at end of file diff --git a/config/hypr/scripts/RefreshNoWaybar.sh b/config/hypr/scripts/RefreshNoWaybar.sh index 8e20766b..11496826 100755 --- a/config/hypr/scripts/RefreshNoWaybar.sh +++ b/config/hypr/scripts/RefreshNoWaybar.sh @@ -1,7 +1,7 @@ #!/bin/bash # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## -# Modified version of Refresh.sh but no waybar refreshing +# Modified version of Refresh.sh but waybar wont refresh # Used by automatic wallpaper change # Modified inorder to refresh rofi background, Wallust, SwayNC only |
