Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
/ walle Public archive

simple wrapper around swaybg for saving wallpaper Sway

Notifications You must be signed in to change notification settings

tsivinsky/walle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

walle

simple program to set wallpapers in SwayWM. it simply wraps swaybg.

Install

go install github.com/tsivinsky/walle@latest

Usage

Set wallpaper

walle -i ./path/to/image.png

walle saves path to image in its config file, so you can set it on sway startup.

Restore wallpaper on sway startup

exec_always --no-startup-id walle --restore

Set wallpaper without saving it in config

walle -i ./path/to/image.jpg -s

Set wallpaper from internet

walle -i "https://images.unsplash.com/photo-1567447343911-56a8b455318e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80"

Dev environment

Build binary

./build.sh

Install binary on system

./install.sh

About

simple wrapper around swaybg for saving wallpaper Sway

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published