aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/initial-boot.sh
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2023-12-09 10:47:45 +0900
committerJaKooLit <ejhay.games@gmail.com>2023-12-09 10:47:45 +0900
commitf21ce059bc23a55138288672887bf50bc5cd2698 (patch)
treef3c9ecd02404115461f390ac862f9fb1747acfb8 /config/hypr/initial-boot.sh
parent763fc9e97fc5362a9e68f163772199418d0fe532 (diff)
Change behaviour of startup file.
Diffstat (limited to 'config/hypr/initial-boot.sh')
-rwxr-xr-xconfig/hypr/initial-boot.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh
index 797f49cb..7f58b9d6 100755
--- a/config/hypr/initial-boot.sh
+++ b/config/hypr/initial-boot.sh
@@ -29,6 +29,10 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then
"$scriptsDir/PywalSwww.sh" > /dev/null 2>&1 &
"$scriptsDir/Refresh.sh" > /dev/null 2>&1 &
+ # initiate GTK dark mode and apply icon theme
+ gsettings set org.gnome.desktop.interface gtk-theme Tokyonight-Dark-B > /dev/null 2>&1 &
+ gsettings set org.gnome.desktop.interface icon-theme TokyoNight-SE > /dev/null 2>&1 &
+
# initiate the kb_layout (for some reason) waybar cant launch it
"$scriptsDir/SwitchKeyboardLayout.sh" > /dev/null 2>&1 &
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage