diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-12 10:31:58 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-12 10:31:58 +0900 |
| commit | e750b42a20185a27d1bae8edfb0efcae73a20e4d (patch) | |
| tree | 64c82211a0aef5a556659b552cc2932b9e7f8970 /config/hypr/initial-boot.sh | |
| parent | 4ca7916fc0f5a13b105e2902786d3c1ebedc1616 (diff) | |
Update initial-boot.sh found the issue why dark theme is not applied :)
Diffstat (limited to 'config/hypr/initial-boot.sh')
| -rwxr-xr-x | config/hypr/initial-boot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index 3c8bd64a..2748d5e7 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -13,7 +13,7 @@ wallpaper=$HOME/.config/hypr/wallpaper_effects/.wallpaper_modified waybar_style="$HOME/.config/waybar/style/[Dark] Latte-Wallust combined.css" kvantum_theme="catppuccin-mocha-blue" color_scheme="prefer-dark" -gtk_theme="Kali-dark" +gtk_theme="Kali-Dark" icon_theme="Flat-Remix-Blue-Dark" cursor_theme="Bibata-Modern-Ice" |
