Updated autostart for polybar
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
export DISPLAY=:0
|
export DISPLAY=:0
|
||||||
|
|
||||||
#Added some programs here since emptty had issues
|
#Added some programs here since emptty had issues
|
||||||
polybar &
|
polybar-restart &
|
||||||
|
|
||||||
# --- Music Workspace Start ---
|
# --- Music Workspace Start ---
|
||||||
#Note: So alacritty specifically (I believe kitty fixed this) has a scaling issue because L/R monitor diff resolutions
|
#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 &
|
xautolock -locker "slock" -nowlocker "slock -f" -time 5 &
|
||||||
picom --experimental-backends -b &
|
picom --experimental-backends -b &
|
||||||
feh --bg-fill $(/public/wallpapers/mon1.cfg) --bg-fill $(/public/wallpapers/mon2.cfg) &
|
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-0.conf &
|
||||||
conky -q -c /home/allen/.config/conky-1.conf &
|
conky -q -c /home/allen/.config/conky-1.conf &
|
||||||
mpDris2 &
|
mpDris2 &
|
||||||
|
Reference in New Issue
Block a user