diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-22 02:09:22 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-22 02:09:22 +0900 |
| commit | 14e1421537e38cd9bc68491c4a24028132a4a589 (patch) | |
| tree | 8ca0675f2e50f2bb4cf915ad9ea07352ae5ba5b3 /config/hypr/scripts | |
| parent | 0df5a287bfcb697d58c32ad01a4aa1b34ff55198 (diff) | |
added Tokyo-Day kvantum
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/hypr/scripts/DarkLight.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/hypr/scripts/DarkLight.sh b/config/hypr/scripts/DarkLight.sh index bc2e3bc0..aed6595b 100755 --- a/config/hypr/scripts/DarkLight.sh +++ b/config/hypr/scripts/DarkLight.sh @@ -47,11 +47,13 @@ if [ "$(cat ~/.cache/.wallpaper_mode)" = "Light" ]; then wallpaper_path="$dark_wallpapers" kvantum_mode="Tokyo-Night" qt5ct_color_scheme="$HOME/.config/qt5ct/colors/Tokyo-Night.conf" + qt6ct_color_scheme="$HOME/.config/qt6ct/colors/Tokyo-Night.conf" else next_mode="Light" wallpaper_path="$light_wallpapers" kvantum_mode="Tokyo-Day" qt5ct_color_scheme="$HOME/.config/qt5ct/colors/Tokyo-Day.conf" + qt6ct_color_scheme="$HOME/.config/qt6ct/colors/Tokyo-Day.conf" fi # Call the function after determining the mode @@ -72,7 +74,7 @@ fi # QT Icons at below with GTK Icons kvantummanager --set "$kvantum_mode" sed -i "s|^color_scheme_path=.*$|color_scheme_path=$qt5ct_color_scheme|" "$HOME/.config/qt5ct/qt5ct.conf" - +sed -i "s|^color_scheme_path=.*$|color_scheme_path=$qt6ct_color_scheme|" "$HOME/.config/qt6ct/qt6ct.conf" # Set Rofi Themes if [ "$next_mode" = "Dark" ]; then @@ -149,6 +151,7 @@ set_custom_gtk_theme() { ## QT5ct icon_theme sed -i "s|^icon_theme=.*$|icon_theme=$selected_icon|" "$HOME/.config/qt5ct/qt5ct.conf" + sed -i "s|^icon_theme=.*$|icon_theme=$selected_icon|" "$HOME/.config/qt6ct/qt6ct.conf" else echo "No $mode icon theme found" fi |
