This commit is contained in:
Nathan Braswell
2025-12-15 21:35:44 -05:00
parent 4f578fe894
commit 5822fd6227
3 changed files with 70 additions and 3 deletions

View File

@@ -108,8 +108,10 @@
DISPLAY = ":0"; # xwayland-satellite
};
spawn-at-startup = [
{ command = [ "swww-daemon" ]; }
{ command = [ "swww" "img" "${backgroundImg}" ]; }
{ command = [ "awww-daemon" ]; }
{ command = [ "awww" "img" "${backgroundImg}" ]; }
#{ command = [ "swww-daemon" ]; }
#{ command = [ "swww" "img" "${backgroundImg}" ]; }
{ command = [ "waybar" ]; }
{ command = [ "xwayland-satellite" ]; }
];