diff --git a/config/openbox/autostart.sh b/config/openbox/autostart.sh index 1f686fc..575074c 100755 --- a/config/openbox/autostart.sh +++ b/config/openbox/autostart.sh @@ -26,11 +26,10 @@ start xscreensaver start trayer \ --edge top \ --transparent true \ - --align right \ - --padding 2 \ --tint 0x000000 \ - --margin 1 \ + --alpha 0 \ + --align right \ --SetPartialStrut true \ - --iconspacing 2 \ --SetDockType true \ - --widthtype request + --widthtype pixel \ + --width $(($(xrandr -q | grep -Po '(?<=primary )[0-9]+(?=x)') - 84))