#!/bin/bash


pgrep -x sxhkd 2> /dev/null || sxhkd -c ~/.config/berry/sxhkdrc &

feh --bg-fill ~/wallpaper/banner.jpg
pkill picom; picom &
ruler &
~/.config/polybar/launch.sh &

# Set decoration geometry
berryc border_width       0
berryc inner_border_width 0
berryc title_height       30
berryc edge_gap           42 42 6 6

berryc draw_text false

# Set decoration colors
berryc focus_color         292D3E
berryc unfocus_color       292D3E

berryc inner_focus_color     89b4fa
berryc inner_unfocus_color   585b70

berryc text_focus_color    cdd6f4
berryc text_unfocus_color  cdd6f4

# Other options
berryc smart_place "true"
berryc edge_lock   "true"
berryc set_font    "JetBrains Mono Nerd Font-9"