fixed wireplumber race condition; trayer bg color
This commit is contained in:
parent
6e1e43da96
commit
db491adb58
|
@ -9,7 +9,7 @@ for monitor in $(hc list_monitors | cut -d: -f1); do
|
||||||
hc pad "$monitor" "$panel_height" 0 0 0
|
hc pad "$monitor" "$panel_height" 0 0 0
|
||||||
done
|
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}'
|
fggreen='%{F#a6e3a1}'
|
||||||
fgblue='%{F#89b4fa}'
|
fgblue='%{F#89b4fa}'
|
||||||
|
|
|
@ -19,5 +19,5 @@ fi
|
||||||
clipmenud &
|
clipmenud &
|
||||||
pipewire &
|
pipewire &
|
||||||
pipewire-pulse &
|
pipewire-pulse &
|
||||||
wireplumber &
|
( sleep 3 && exec wireplumber )&
|
||||||
exec dbus-run-session herbstluftwm
|
exec dbus-run-session herbstluftwm
|
||||||
|
|
Loading…
Reference in New Issue