mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 09:24:58 +01:00
Fixed polybar tray
This commit is contained in:
parent
445e12a962
commit
592fc73c8d
|
@ -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
|
||||
|
|
|
@ -14,6 +14,10 @@ super + r
|
|||
super + Escape
|
||||
pkill -USR1 -x sxhkd
|
||||
|
||||
# Firefox
|
||||
super + b
|
||||
firefox
|
||||
|
||||
#
|
||||
# bspwm hotkeys
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue