From 2059043a6541e64bf9aa92eb3c6cac2b5487fefb Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Sun, 2 Aug 2026 13:36:46 +0200 Subject: [PATCH] backgrounds --- .config/sway/config | 1 + .config/sway/config.d/06-theme.conf | 2 +- .local/share/{backgrounds => background}/layout.jpg | Bin 3 files changed, 2 insertions(+), 1 deletion(-) rename .local/share/{backgrounds => background}/layout.jpg (100%) diff --git a/.config/sway/config b/.config/sway/config index 6757b4f..e55a47e 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -10,3 +10,4 @@ include $HOME/.config/sway/config.d/* #xwayland disable # preload x11 xwayland force +exec noctalia diff --git a/.config/sway/config.d/06-theme.conf b/.config/sway/config.d/06-theme.conf index 3522426..aefae79 100644 --- a/.config/sway/config.d/06-theme.conf +++ b/.config/sway/config.d/06-theme.conf @@ -29,6 +29,6 @@ seat * hide_cursor 5000 exec python3 $HOME/.config/sway/scripts/inactive-windows-transparency.py -o 0.95 # wallpaper -output * bg /home/gil/.local/share/backgrounds/layout.jpg fit +output * bg /home/gil/.local/share/background/layout.jpg fit #exec_always --no-startup-id "$HOME/.config/sway/scripts/wallrdm" #exec --no-startup-id "while $HOME/.config/sway/scripts/wallrdm; do sleep 179; done" diff --git a/.local/share/backgrounds/layout.jpg b/.local/share/background/layout.jpg similarity index 100% rename from .local/share/backgrounds/layout.jpg rename to .local/share/background/layout.jpg