diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-23 15:55:48 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-23 15:55:48 +0900 |
| commit | 8fb8cd1101a77abfa7d01f28846cc09399741c56 (patch) | |
| tree | 8d030546eee59f59c914d01dfb1d40ed51e0b2f5 /config/hypr/UserScripts | |
| parent | 91b9177b0ff5d2fac7b99be9a89f8e9f054347fd (diff) | |
minor notify-send message correction
Diffstat (limited to 'config/hypr/UserScripts')
| -rwxr-xr-x | config/hypr/UserScripts/Kool_Quick_Settings.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/UserScripts/Kool_Quick_Settings.sh b/config/hypr/UserScripts/Kool_Quick_Settings.sh index 88e26089..3e70fee3 100755 --- a/config/hypr/UserScripts/Kool_Quick_Settings.sh +++ b/config/hypr/UserScripts/Kool_Quick_Settings.sh @@ -53,13 +53,13 @@ main() { "view/edit Default Keybinds") file="$configs/Keybinds.conf" ;; "Configure Monitors (nwg-displays)") if ! command -v nwg-displays &>/dev/null; then - notify-send -i "$iDIR/ja.png" "Missing nwg-displays" "Install nwg-displays first" + notify-send -i "$iDIR/ja.png" "E-R-R-O-R" "Install nwg-displays first" exit 1 fi nwg-displays ;; "Configure Workspace Rules (nwg-displays)") if ! command -v nwg-displays &>/dev/null; then - notify-send -i "$iDIR/ja.png" "Missing nwg-displays" "Install nwg-displays first" + notify-send -i "$iDIR/ja.png" "E-R-R-O-R" "Install nwg-displays first" exit 1 fi nwg-displays ;; |
