blob: fe21c533ffda970a33011b419db3d4324f4b5b11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# my theme setter and wallpaper setter
a set of scripts to set the theme of things
i could use pywall. but i wanted to make my own thing
# usage
- ``set-theme.sh -h``
- ``save-theme.sh "name"`` saves the colors from pywall.
- ``setwll -h`` my wallpaper setter
# targets
when set-theme is run. it will source everything in targets. curently its only set for wezterm and waybar. but if you want other things to be set add a new script there.
|