Browse Source

Bump to v2.2.10. pywal-nvidia fix. thanks to @Dreded

pull/227/head
JaKooLit 2 years ago
parent
commit
f019c0f159
  1. 2
      config/hypr/initial-boot.sh
  2. 2
      config/hypr/scripts/PywalSwww.sh
  3. 0
      config/hypr/v2.2.10

2
config/hypr/initial-boot.sh

@ -19,7 +19,7 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then
# Initialize pywal and wallpaper
if [ -f "$wallpaper" ]; then
wal -i $wallpaper -s -t > /dev/null
wal -i $wallpaper -s -t -n -e > /dev/null
swww query || swww-daemon && $swww $wallpaper $effect
"$scriptsDir/PywalSwww.sh" > /dev/null 2>&1 &
fi

2
config/hypr/scripts/PywalSwww.sh

@ -34,5 +34,5 @@ if [ "$ln_success" = true ]; then
# wal -i "$wallpaper_path"
echo 'about to execute wal'
# execute pywal skipping tty and terminal changes
wal -i "$wallpaper_path" -s -t &
wal -i "$wallpaper_path" -s -t -n -e &
fi

0
config/hypr/v2.2.9 → config/hypr/v2.2.10

Loading…
Cancel
Save