snips/dwl_entourage/dwl.bar_setup

10 lines
161 B
Plaintext
Raw Permalink Normal View History

2024-09-19 01:44:47 +00:00
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