feat: update wallpapers

This commit is contained in:
ryan4yin
2023-05-06 11:49:25 +08:00
parent 65e2672a68
commit e3a9bea779
15 changed files with 63 additions and 80 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Background Image
IMAGE="$HOME/.config/hypr/wallpapers/lockscreen.png"
IMAGE="$HOME/.config/hypr/wallpapers/lockscreen.webp"
# Colors
bg='1e1e2e' bgl='313244' fg='d9e0ee'
+1 -1
View File
@@ -14,7 +14,7 @@ done
/usr/lib/xfce-polkit/xfce-polkit &
# Set wallpaper
swaybg --output '*' --mode fill --image ~/.config/hypr/wallpapers/wallpaper.png &
swaybg --output '*' --mode fill --image ~/.config/hypr/wallpapers/wallpaper.webp &
# Apply themes
~/.config/hypr/scripts/gtkthemes &