diff --git a/.scripts/toggleMonitor b/.scripts/toggleMonitor index e227c37..3f4187b 100755 --- a/.scripts/toggleMonitor +++ b/.scripts/toggleMonitor @@ -10,3 +10,6 @@ else echo "Turing second monitor on" xrandr --output "$secondary" --left-of "$primary" --auto fi +. "${HOME}/.cache/wal/colors.sh" +PATH_TO_IMG=$wallpaper +feh --bg-fill $PATH_TO_IMG