Ignore gitkeep in Wallpapers

This commit is contained in:
Elizabeth Hunt 2023-03-30 00:38:36 -06:00
parent 04161022de
commit 8065331d5f
Signed by: simponic
GPG Key ID: 52B3774857EB24B1
3 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ set $wallpapers_path $HOME/Wallpapers
### Output configuration
#
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
output * bg `find $wallpapers_path -type f | shuf -n 1` fill
output * bg `find $wallpapers_path -type f | grep -v "gitkeep" | shuf -n 1` fill
# VNC External Monitor
output HEADLESS-1 {

BIN
Wallpapers/blahaj.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 KiB