From f3a75d2d6dd6f2dd6bf6b496f8a573f78a920923 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Fri, 5 May 2023 17:17:32 +0400 Subject: [PATCH] Set default Sway wallpaper (until we get our own) --- etc/skel/.azotebg | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 etc/skel/.azotebg diff --git a/etc/skel/.azotebg b/etc/skel/.azotebg new file mode 100755 index 0000000..cac79a6 --- /dev/null +++ b/etc/skel/.azotebg @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +pkill swaybg +swaybg -o '*' -i "/usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png" -m fill &