diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-07 15:04:53 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-07 15:04:53 -0500 |
| commit | 7b8ed32a68b6dc6d3d9575f6fe113ea1623e6094 (patch) | |
| tree | a21e5722e61c0ff5735b731be5a53f2fa30c3580 /config/hypr/scripts/ThemeChanger.sh | |
| parent | 0eed66a811866cd67ca512505540b551f2f9a812 (diff) | |
Found Urgent was hard coded RED, setting to
Diffstat (limited to 'config/hypr/scripts/ThemeChanger.sh')
| -rwxr-xr-x | config/hypr/scripts/ThemeChanger.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/hypr/scripts/ThemeChanger.sh b/config/hypr/scripts/ThemeChanger.sh index b3672b7f..3f55cce4 100755 --- a/config/hypr/scripts/ThemeChanger.sh +++ b/config/hypr/scripts/ThemeChanger.sh @@ -84,6 +84,8 @@ if wallust theme -- "${choice}"; then sleep 0.5 fi + # Small cushion before refresh to mirror wallpaper flow + sleep 0.2 # Refresh bars/menus after files are ready if [ -x "$HOME/.config/hypr/scripts/Refresh.sh" ]; then "$HOME/.config/hypr/scripts/Refresh.sh" >/dev/null 2>&1 || true |
