diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 5c444902..17986ad1 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -33,6 +33,9 @@ xset s off ## SERVICES AND DAEMONS sxhkd & # Simple hotkey daemon feh --randomize --bg-fill ~/Pictures/Wallpapers/i3 & +if [[ $(pgrep polybar) ]]; then + killall polybar +fi polybar -r alpha & # Simple bar ## bspwm GENERAL CONFIGURATION diff --git a/.config/polybar/config b/.config/polybar/config index e31c4a69..a3e1709c 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -131,7 +131,9 @@ format-prefix-background = ${res/colors.primary} enable-scroll = false pin-workspaces = true -ws-icon-default =  +ws-icon-0 = 1; +ws-icon-1 = 10; +ws-icon-default =  label-focused = %icon% label-focused-padding = 2 diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index b27d237c..4d938125 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -20,6 +20,10 @@ alt + Tab alt + Escape pkill -USR1 -x sxhkd +# Reset wallpaper +alt + shift + w + feh --randomize --bg-fill ~/Pictures/Wallpapers/i3 + # Pulse controls Audio{Raise,Lower}Volume pactl set-sink-volume 0 {+,-}5% @@ -40,6 +44,10 @@ alt + shift + p # bspwm hotkeys # +# Reload configuration +alt + shift + r + ~/.config/bspwm/bspwmrc + # close and kill alt + {_,shift + }q bspc node -{c,k}