citadel

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

commit 0d7a777c60afbfe51384aa03aa9f3b2bc7d39427
parent 335cea6ff90a50540552aa1b4edf02d455547815
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 28 Jun 2021 07:21:02 -0700

Revert "themeswitch: fix bg"

This reverts commit 3920b2b7b639d327c891a2c48f5f70942d48ec0d.

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/red-low-poly.png & + feh --bg-fill ~/var/img/wallpapers/red-low-poly.png & fi wait