From 2c556ef774f91042a41a74d03c747b03dff8b13a Mon Sep 17 00:00:00 2001 From: Allen <63997543+aaw3@users.noreply.github.com> Date: Wed, 2 Aug 2023 01:27:15 -0500 Subject: [PATCH] Updated autostart for polybar --- autostart.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autostart.sh b/autostart.sh index 84f6a86..abb0a2e 100755 --- a/autostart.sh +++ b/autostart.sh @@ -3,7 +3,7 @@ export DISPLAY=:0 #Added some programs here since emptty had issues -polybar & +polybar-restart & # --- Music Workspace Start --- #Note: So alacritty specifically (I believe kitty fixed this) has a scaling issue because L/R monitor diff resolutions @@ -29,7 +29,7 @@ xset dpms 300 & xautolock -locker "slock" -nowlocker "slock -f" -time 5 & picom --experimental-backends -b & feh --bg-fill $(/public/wallpapers/mon1.cfg) --bg-fill $(/public/wallpapers/mon2.cfg) & -trayer --edge bottom --align right --widthtype request --padding 6 --SetDockType true --SetPartialStrut true --expand true --monitor 1 --transparent true --alpha 0 --tint 0x555E70 --height 22 & +# /usr/local/bin/trayer-restart # Launch from polybar-restart launcher now conky -q -c /home/allen/.config/conky-0.conf & conky -q -c /home/allen/.config/conky-1.conf & mpDris2 &