diff --git a/herbstluftwm/panel.sh b/herbstluftwm/panel.sh index a2ea2ac..6bf3512 100755 --- a/herbstluftwm/panel.sh +++ b/herbstluftwm/panel.sh @@ -9,7 +9,7 @@ for monitor in $(hc list_monitors | cut -d: -f1); do hc pad "$monitor" "$panel_height" 0 0 0 done -{ sleep 1; exec trayer --SetPartialStrut false --edge top --height 20 --widthtype request --align right --tint 0x080808 --transparent true --alpha 0; } & +{ sleep 1; exec trayer --SetPartialStrut false --edge top --height 20 --widthtype request --align right --tint 0x11111b --transparent true --alpha 0; } & fggreen='%{F#a6e3a1}' fgblue='%{F#89b4fa}' diff --git a/xorg/xinitrc b/xorg/xinitrc index 1f38d15..ff09fa6 100644 --- a/xorg/xinitrc +++ b/xorg/xinitrc @@ -19,5 +19,5 @@ fi clipmenud & pipewire & pipewire-pulse & -wireplumber & +( sleep 3 && exec wireplumber )& exec dbus-run-session herbstluftwm