Update dk bar script
This commit is contained in:
@ -14,10 +14,10 @@ if hash sxhkd >/dev/null 2>&1; then
|
||||
sxhkd -c "$HOME/.config/dk/sxhkdrc" &
|
||||
fi
|
||||
|
||||
# (re)load sxhkd for keybinds
|
||||
# (re)load lemonbar script
|
||||
if hash lemonbar bar >/dev/null 2>&1; then
|
||||
pkill lemonbar
|
||||
bar &
|
||||
bar 2>/dev/null &
|
||||
fi
|
||||
|
||||
{ # compound command to redirect all output
|
||||
|
Reference in New Issue
Block a user