Fixed polybar tray

This commit is contained in:
Warren Hood 2023-02-23 00:56:46 +02:00
parent 445e12a962
commit 592fc73c8d
2 changed files with 12 additions and 4 deletions

View file

@ -1,17 +1,21 @@
#!/usr/bin/env bash
autorandr -l dual
# Kill some of the stuff we usually start
pkill volumeicon
pkill polybar
polybar &
pkill picom
pkill nm-applet
# Start up some things
WALLPAPER="current.jpg"
feh --bg-center "$HOME/wallpapers/$WALLPAPER"
systemctl --user start gnome-keyring-daemon.service &
pkill picom
picom &
pkill nm-applet
nm-applet &
pkill volumeicon
volumeicon &
polybar main &
bspc monitor -d I II III IV V VI VII VIII IX X

View file

@ -14,6 +14,10 @@ super + r
super + Escape
pkill -USR1 -x sxhkd
# Firefox
super + b
firefox
#
# bspwm hotkeys
#