change wallpaper location on wayland/hyprland, sync script broken

This commit is contained in:
2025-02-12 17:36:55 +01:00
parent f7fd642cc7
commit 9ec800b97e
4 changed files with 18 additions and 3 deletions

View File

@ -165,7 +165,7 @@
];
exec-once = [
"swaybg -i ~/.config/nitrogen/wallpaper.png&"
"swaybg -i ~/.config/wallpaper.png&"
"(sleep 2;activate-linux)&"
"waybar&"
"alacritty&"

View File

@ -11,7 +11,7 @@
background = {
monitor = "";
path = "~/.config/nitrogen/wallpaper.png";
path = "~/.config/wallpaper.png";
blur_passes = 1;
};