Move Firestarter into different config buckets as well
This commit is contained in:
11
desktop-gruvbox/.config/firestarter/conky
Normal file
11
desktop-gruvbox/.config/firestarter/conky
Normal file
@@ -0,0 +1,11 @@
|
||||
#.fsdefaults
|
||||
[ -z "$DISPLAY" ]
|
||||
:
|
||||
# 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
|
||||
[ "$THEME" == "light" ]
|
||||
:
|
||||
command -v conky && [ -r "${XDG_CONFIG_HOME:-$HOME/.config}/conky/conky-clock.conf" ] && [[ "$HOSTNAME" == "lap"* ]]
|
||||
sleep 3 && conky -c "${XDG_CONFIG_HOME:-$HOME/.config}/conky/conky-clock.conf"
|
||||
command -v conky && [ -r "${XDG_CONFIG_HOME:-$HOME/.config}/conky/conky.conf" ]
|
||||
sleep 3 && conky
|
Reference in New Issue
Block a user