2019-06-24 06:20:36 -05:00
|
|
|
#.fsdefaults
|
|
|
|
[ -z "$DISPLAY" ]
|
|
|
|
:
|
2019-06-27 17:54:55 -05:00
|
|
|
[ -f "$HOME/.config/nitrogen/nitrogen.cfg" ]
|
2019-06-24 06:20:36 -05:00
|
|
|
:
|
|
|
|
# Note: the dumb sleep hack is because Conky crashes with window_type override if the WM hasn't loaded yet
|
|
|
|
# This gives the WM ample time to load up
|
|
|
|
command -v conky && [ -r "${XDG_CONFIG_HOME:-/home/salt/.config}/conky/conky.conf" ]
|
|
|
|
sleep 5 && conky
|