herbstluft: switch from dzen2 to polybar

This commit is contained in:
mequidis
2023-03-29 20:59:53 +03:00
parent f51e9edbb1
commit 2a00d34b4f
3 changed files with 12 additions and 239 deletions

View File

@ -212,15 +212,18 @@ hc set focus_follows_mouse 1
# panel
hc detect_monitors
ps aux | grep panel.sh | grep -v grep | awk '{print $2}' | xargs kill
panel=~/.config/herbstluftwm/panel/panel.sh
for monitor in $(hc list_monitors | cut -d: -f1); do
"$panel" "$monitor" &
done
# ps aux | grep panel.sh | grep -v grep | awk '{print $2}' | xargs kill
# panel=~/.config/herbstluftwm/panel/panel.sh
# for monitor in $(hc list_monitors | cut -d: -f1); do
# "$panel" "$monitor" &
# done
pidof dunst || dunst &
pidof mpd || mpd &
pidof flameshot || flameshot &
pidof lxpolkit || lxpolkit &
pidof picom || picom --experimental-backends &
wal -R
~/.fehbg
${HOME}/.config/herbstluftwm/panel.sh