aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/DarkLight.sh
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-12-22 10:50:09 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-12-22 10:50:09 +0900
commited3f105346d064cbc0fd45f0d34bff4d76eb502c (patch)
treee02696e1e794c0a4c4c15d0333b2ce8cde745ac7 /config/hypr/scripts/DarkLight.sh
parent14e1421537e38cd9bc68491c4a24028132a4a589 (diff)
The initial_boot.sh was moved towards the end of Execs.conf to avoid conflict with swww
Initial_boot.sh also now includes setting of qt apps using kvantummanager Updated dark_light.sh
Diffstat (limited to 'config/hypr/scripts/DarkLight.sh')
-rwxr-xr-xconfig/hypr/scripts/DarkLight.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/scripts/DarkLight.sh b/config/hypr/scripts/DarkLight.sh
index aed6595b..dd8f6e46 100755
--- a/config/hypr/scripts/DarkLight.sh
+++ b/config/hypr/scripts/DarkLight.sh
@@ -45,13 +45,13 @@ set_waybar_style() {
if [ "$(cat ~/.cache/.wallpaper_mode)" = "Light" ]; then
next_mode="Dark"
wallpaper_path="$dark_wallpapers"
- kvantum_mode="Tokyo-Night"
+ kvantum_theme="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"
+ kvantum_theme="Tokyo-Day"
qt5ct_color_scheme="$HOME/.config/qt5ct/colors/Tokyo-Day.conf"
qt6ct_color_scheme="$HOME/.config/qt6ct/colors/Tokyo-Day.conf"
fi
@@ -72,7 +72,7 @@ fi
# QT APPS Change Kvantum Manager theme & QT5CT Settings
# QT Icons at below with GTK Icons
-kvantummanager --set "$kvantum_mode"
+kvantummanager --set "$kvantum_theme"
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"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage