Firestarter, Conky: Generate config file on-demand

Now to implement fun things
This commit is contained in:
2020-06-04 17:40:10 -05:00
parent 6fb54330a1
commit 85eedfdf37
3 changed files with 260 additions and 3 deletions

View File

@@ -3,5 +3,7 @@
:
# 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/gen.sh" ]
sleep 5 && "${XDG_CONFIG_HOME:-/home/salt/.config}/conky/gen.sh" && conky
command -v conky && [ -r "${XDG_CONFIG_HOME:-/home/salt/.config}/conky/conky.conf" ]
sleep 5 && conky