Browse Source

final

pull/106/head
Ja.KooLit 2 years ago
parent
commit
6717c562cf
  1. 6
      config/hypr/initial-boot.sh

6
config/hypr/initial-boot.sh

@ -23,10 +23,10 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then
wal -i $wallpaper -s -t
# Initial symlink for Pywal Dark and Light for Rofi Themes
ln -sf "$HOME/.cache/wal/colors-rofi-dark.rasi" "$HOME/.config/rofi/pywal-color/pywal-theme.rasi"
ln -sf "$HOME/.cache/wal/colors-rofi-dark.rasi" "$HOME/.config/rofi/pywal-color/pywal-theme.rasi" > /dev/null 2>&1 &
# Initial scripts to load in order to have a proper wallpaper waybar and pywal themes
swww init && $swww "$wallpaper" $effect
swww init && $swww "$wallpaper" $effect > /dev/null 2>&1 &
# initiate GTK dark mode and apply icon and cursor theme
gsettings set org.gnome.desktop.interface color-scheme prefer-dark > /dev/null 2>&1 &
@ -42,7 +42,7 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then
"$scriptsDir/SwitchKeyboardLayout.sh" > /dev/null 2>&1 &
# Initial waybar style
ln -sf "$waybar_style" "$HOME/.config/waybar/style.css"
ln -sf "$waybar_style" "$HOME/.config/waybar/style.css" > /dev/null 2>&1 &
# Refreshing waybar, swaync, rofi etc.
"$scriptsDir/PywalSwww.sh" > /dev/null 2>&1 &

Loading…
Cancel
Save