Restructured DWL startup files

This commit is contained in:
2024-09-18 18:44:47 -07:00
parent d9cca35b59
commit 0ea7a9251f
10 changed files with 199 additions and 51 deletions

View File

@@ -0,0 +1,9 @@
killall conky
killall somebar
mkfifo $SOMEBAR_FIFO -m666
conky -c ~/.conkyrc > $SOMEBAR_FIFO &
$DWL_BAR -s $SOMEBAR_FIFO > $XDG_RUNTIME_DIR/somebar.log 2>&1