Firestarter: Switch to Nitrogen

The configs are defaults, but stat-glances has a line to not start conky if we have a Nitrogen WP set
This commit is contained in:
2019-06-24 06:20:36 -05:00
parent a7905a8fa4
commit 0b18d56082
15 changed files with 193 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
#.fsdefaults
[ -z "$DISPLAY" ]
:
[ -f "$HOME/.config/nitrogen/nitrogen.conf" ]
:
# 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