dotfiles/dot_config/autorandr/executable_postswitch

7 lines
155 B
Plaintext
Raw Normal View History

2021-02-15 20:53:16 -05:00
#! /bin/bash
2021-09-17 11:55:30 -04:00
feh --no-fehbg --bg-scale --bg-fill "$XDG_DATA_HOME/backgrounds/moon_forest.jpg" &
2021-02-15 20:53:16 -05:00
killall conky > /dev/null 2>&1
conky -d > /dev/null 2>&1