diff options
author | Martin Fischer <martin@push-f.com> | 2025-02-27 21:20:58 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-02-27 21:23:27 +0100 |
commit | 42374d30a16ca98d38ca3d73bdbd8abaaf662b3b (patch) | |
tree | 659f0935b5d77f40c9e6b9e3e47edaddb5031bcb /user | |
parent | f52ef901cb6459a5fe7446fe6e69eab82cb373eb (diff) |
feat(workstation): generate wallpaper from roadmap.md
Diffstat (limited to 'user')
-rw-r--r-- | user/sway/config | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/user/sway/config b/user/sway/config index cd35364..c43079d 100644 --- a/user/sway/config +++ b/user/sway/config @@ -18,10 +18,8 @@ set $term foot set $menu wmenu-run ### Output configuration -# -# Default wallpaper (more resolutions are available in /run/current-system/sw/share/backgrounds/sway/) -output * bg /run/current-system/sw/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill -# +exec_always grep -oE '\* [^ ]+' ~/repos/pad/roadmap.md | set-wallpaper + # Example configuration: # # output HDMI-A-1 resolution 1920x1080 position 1920,0 |