Fix wallpapers

This commit is contained in:
pancakes 2024-05-08 01:15:29 +10:00
parent b56941df55
commit e72b23a7b3

View file

@ -4,7 +4,7 @@ profile amida {
mode 1920x1080@144Hz mode 1920x1080@144Hz
} }
exec pkill swaybg; riverctl spawn "swaybg -i ~/.wallpaper" exec pkill swaybg; riverctl spawn "swaybg -i ~/.wallpaper -m fill"
} }
profile amida2 { profile amida2 {
@ -21,7 +21,7 @@ profile amida2 {
transform 90 transform 90
} }
exec pkill swaybg; riverctl spawn "swaybg -i ~/.wallpaper" exec pkill swaybg; riverctl spawn "swaybg -i ~/.wallpaper -m fill"
} }
profile vlam { profile vlam {
@ -29,5 +29,5 @@ profile vlam {
scale 1.5 scale 1.5
} }
exec pkill swaybg; riverctl spawn "swaybg -i ~/.wallpaper" exec pkill swaybg; riverctl spawn "swaybg -i ~/.wallpaper -m fill"
} }