From 9513bd2b0f03d5ad89f42b12e5a9415b8ed614bb Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 9 Feb 2023 19:30:50 +0100 Subject: up --- .config/openbox/autostart | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to '.config/openbox/autostart') diff --git a/.config/openbox/autostart b/.config/openbox/autostart index f80bc51..8a795d2 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -44,11 +44,6 @@ startif() { pgrep "$(basename "$1")" >/dev/null || "$@" >/dev/null 2>&1 & } -conkies() { - conky -d -c "$HOME"/.config/conky/conkyrc - $sleep - conky -d -c "$HOME"/.config/conky/conkyrss -} export LANG='en_US.UTF-8' startif dunst @@ -69,7 +64,8 @@ startif tint2 $sleep startif plank $sleep -conkies & +startif conky -d -c "$HOME"/.config/conky/conkyrc +$sleep cd "$HOME" xrdb "$HOME"/.config/x11/xresources notify-send -u normal 'Welcome' "$icon Welcome back, partner!" -- cgit v1.2.3