diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-29 17:05:50 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-29 17:05:50 +0900 |
| commit | 50d1906167ac52cb4b70ff27efa3ac1f30444c76 (patch) | |
| tree | 313a894e02fd9589159840a391acb5bc1c5e7e13 /config | |
| parent | e93998627a5ebab8e3d6538d2f557bc4513910ef (diff) | |
updated small script
Diffstat (limited to 'config')
| -rwxr-xr-x | config/hypr/UserScripts/ZshChangeTheme.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/UserScripts/ZshChangeTheme.sh b/config/hypr/UserScripts/ZshChangeTheme.sh index 93cc4bf7..edfc2ecd 100755 --- a/config/hypr/UserScripts/ZshChangeTheme.sh +++ b/config/hypr/UserScripts/ZshChangeTheme.sh @@ -51,7 +51,7 @@ main() { sed -i "s/^$var_name=.*/$var_name=\"$theme_to_set\"/" "$zsh_path" notify-send -i "$iDIR/ja.png" "OMZ theme" "applied. restart your terminal" else - notify-send "Error:" "~.zshrc file not found!" + notify-send -i "$iDIR/ja.png" "Error:" "~.zshrc file not found!" fi } |
