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
@@ -346,7 +346,7 @@ exec --no-startup-id dex --autostart --environment i3
# set wallpaper
# exec --no-startup-id sleep 2 && nitrogen --restore
exec --no-startup-id sleep 1 && feh --bg-fill ~/.config/i3/wallpaper.webp
exec --no-startup-id sleep 1 && feh --bg-fill ~/.config/i3/wallpaper.png
# set powersavings for display:
exec --no-startup-id xset s 480 dpms 600 600 600
+1 -1
View File
@@ -7,7 +7,7 @@
# 直接从当前文件夹中读取配置文件作为配置内容
# wallpaper, binary file
home.file.".config/i3/wallpaper.webp".source = ../wallpapers/wallpaper.webp;
home.file.".config/i3/wallpaper.png".source = ../wallpapers/wallpaper.png;
home.file.".config/i3/config".source = ./config;
home.file.".config/i3/i3blocks.conf".source = ./i3blocks.conf;
home.file.".config/i3/keybindings".source = ./keybindings;