Move from Somebar to waybar in DWL config

Signed-off-by: Mahesh Asolkar <mahesh@mahesha.com>
This commit is contained in:
2026-03-01 09:16:40 -08:00
parent 21f6d55c0b
commit 88616569bb
3 changed files with 21 additions and 15 deletions

View File

@@ -1,12 +1,16 @@
# killall conky
killall unibar
killall somebar
SOMEBAR_INST_FIFO=$(mktemp --dry-run --suffix=.fifo --tmpdir=$XDG_RUNTIME_DIR somebar_XXXXXX)
mkfifo $SOMEBAR_INST_FIFO -m666
# conky -c ~/.conkyrc > $SOMEBAR_INST_FIFO &
nohup unibar --music-progress > $SOMEBAR_INST_FIFO &
dbus-launch --exit-with-session -- $DWL_BAR -s $SOMEBAR_INST_FIFO > $SOMEBAR_INST_FIFO.log 2>&1
# SOMEBAR # # killall conky
# SOMEBAR # killall unibar
# SOMEBAR # killall somebar
# SOMEBAR # SOMEBAR_INST_FIFO=$(mktemp --dry-run --suffix=.fifo --tmpdir=$XDG_RUNTIME_DIR somebar_XXXXXX)
# SOMEBAR #
# SOMEBAR # mkfifo $SOMEBAR_INST_FIFO -m666
# SOMEBAR # # conky -c ~/.conkyrc > $SOMEBAR_INST_FIFO &
# SOMEBAR # nohup unibar --music-progress > $SOMEBAR_INST_FIFO &
# SOMEBAR #
# SOMEBAR # dbus-launch --exit-with-session -- $DWL_BAR -s $SOMEBAR_INST_FIFO > $SOMEBAR_INST_FIFO.log 2>&1
# Waybar
#dbus-launch --exit-with-session -- $DWL_BAR
killall waybar
waybar &