From 1ece3e44999e9c98e062fc8237ae398f7f041e22 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 9 Feb 2023 11:44:37 +0100 Subject: up --- .config/openbox/autostart | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.config/openbox') diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 065acfa..fc6bee2 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -46,6 +46,11 @@ startif() { pgrep "$(basename "$1")" >/dev/null || "$@" >/dev/null 2>&1 & } +conkies() { + startif conky -d -c "$HOME"/.config/conky/conkyrc + conky -d -c "$HOME"/.config/conky/conkyrss +} + export LANG='en_US.UTF-8' startif dunst startif picom @@ -61,7 +66,7 @@ xset -dpms # else # "$HOME"/.local/bin/dscr # fi -startif conky -d -c "$HOME"/.config/conkyrc +conkies startif tint2 startif plank cd "$HOME" -- cgit v1.2.3