fix: replace webp by png

This commit is contained in:
ryan4yin
2023-05-06 12:26:29 +08:00
parent 07d13c7cc9
commit b50cca1ec6
13 changed files with 28 additions and 43 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Background Image
IMAGE="$HOME/.config/hypr/wallpapers/lockscreen.webp"
IMAGE="$HOME/.config/hypr/wallpapers/lockscreen.png"
# 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.webp &
swaybg --output '*' --mode fill --image ~/.config/hypr/wallpapers/wallpaper.png &
# Apply themes
~/.config/hypr/scripts/gtkthemes &