citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 335cea6ff90a50540552aa1b4edf02d455547815
parent 32d57df2455800001da1d9f042f8078c76758526
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 28 Jun 2021 07:20:32 -0700

themeswitch: fix bg

Diffstat:
Mbin/themeswitch | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/themeswitch b/bin/themeswitch @@ -17,7 +17,7 @@ switch-term-themes "$theme" & if [ "$theme" == "light" ]; then feh --bg-fill ~/var/img/wallpapers/wireframe-deer-white.jpg & else - feh --bg-fill ~/var/img/wallpapers/red-low-poly.png & + feh --bg-fill ~/var/img/red-low-poly.png & fi wait