From 63d551b8a4ebd2625362a45ffe92898488c858f2 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Fri, 17 Sep 2021 11:55:30 -0400 Subject: [PATCH] ENH change background --- dot_config/autorandr/executable_postswitch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/autorandr/executable_postswitch b/dot_config/autorandr/executable_postswitch index cadc0e6..6b3b735 100644 --- a/dot_config/autorandr/executable_postswitch +++ b/dot_config/autorandr/executable_postswitch @@ -1,6 +1,6 @@ #! /bin/bash -feh --no-fehbg --bg-scale --bg-fill "$XDG_DATA_HOME/backgrounds/wallpaper.png" & +feh --no-fehbg --bg-scale --bg-fill "$XDG_DATA_HOME/backgrounds/moon_forest.jpg" & killall conky > /dev/null 2>&1 conky -d > /dev/null 2>&1