Browse Source

additional

pull/61/head
JaKooLit 2 years ago
parent
commit
49b5f3c526
  1. 4
      config/hypr/initial-boot.sh

4
config/hypr/initial-boot.sh

@ -29,9 +29,11 @@ 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
# initiate GTK dark mode and apply icon and cursor 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 &
gsettings set org.gnome.desktop.interface cursor-theme Bibata-Modern-Ice > /dev/null 2>&1 &
gsettings set org.gnome.desktop.interface cursor-size 24 > /dev/null 2>&1 &
# initiate the kb_layout (for some reason) waybar cant launch it
"$scriptsDir/SwitchKeyboardLayout.sh" > /dev/null 2>&1 &

Loading…
Cancel
Save