#! /bin/sh

export PANEL_HEIGHT=16

bspc config border_width        2
bspc config window_gap         12

bspc config split_ratio         0.50
bspc config borderless_monocle  true
bspc config gapless_monocle     true
bspc config focus_by_distance   true

bspc config normal_border_color "#2D3232"
bspc config focused_border_color "#6F7372"
bspc config top_padding $PANEL_HEIGHT
bspc config focus_follows_pointer true

bspc monitor -d 1 2 3 4 5 6 7 8 9

xsetroot -solid "#000"
sxhkd &
conky &
stalonetray -bg "#000" --geometry "1x1+2570+6" --grow-gravity E -i $PANEL_HEIGHT &
xdotool search --classname stalonetray windowraise