From 982b5a59674fb4fa80ea45e7f63edc2e276fb7fd Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Thu, 2 Feb 2023 20:28:41 -0600 Subject: download the default sway wallpaper and use it --- config/sway/config | 3 +-- config/swaylock/config | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/sway/config b/config/sway/config index 866cf77..0558c22 100644 --- a/config/sway/config +++ b/config/sway/config @@ -21,8 +21,7 @@ smart_borders on ### Output configuration # -# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * background /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1366x768.png fill +output * background ~/.local/share/backgrounds/default fill # Example configuration: # diff --git a/config/swaylock/config b/config/swaylock/config index c154031..f8ceefc 100644 --- a/config/swaylock/config +++ b/config/swaylock/config @@ -1,3 +1,2 @@ -color=000000 -indicator-idle-visible +image=~/.local/share/backgrounds/default ignore-empty-password -- cgit v1.2.3