diff options
author | Martin Fischer <martin@push-f.com> | 2025-03-16 06:59:22 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-03-16 07:00:54 +0100 |
commit | 88e14742113f47a8e022e9cb9fe4b6aa4e446898 (patch) | |
tree | 2509f52cfa30e4ea7f369ac2882ff28a3ba66928 | |
parent | a407445f64d786e85fd2d00587cfa0e8a695ead5 (diff) |
tweak(user/sway): only hide parenthesized text in roadmap wallpaper
To enable the shown list item to contain spaces.
-rw-r--r-- | user/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/sway/config b/user/sway/config index c43079d..2fafff8 100644 --- a/user/sway/config +++ b/user/sway/config @@ -18,7 +18,7 @@ set $term foot set $menu wmenu-run ### Output configuration -exec_always grep -oE '\* [^ ]+' ~/repos/pad/roadmap.md | set-wallpaper +exec_always <~/repos/pad/roadmap.md sed 's/(.\+)//' | set-wallpaper # Example configuration: # |