You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
701 B

2 years ago
  1. #!/bin/bash
  2. pgrep -x sxhkd 2> /dev/null || sxhkd -c ~/.config/berry/sxhkdrc &
  3. feh --bg-fill ~/wallpaper/banner.jpg
  4. pkill picom; picom &
  5. ruler &
  6. ~/.config/polybar/launch.sh &
  7. # Set decoration geometry
  8. berryc border_width 0
  9. berryc inner_border_width 0
  10. berryc title_height 30
  11. berryc edge_gap 42 42 6 6
  12. berryc draw_text false
  13. # Set decoration colors
  14. berryc focus_color 292D3E
  15. berryc unfocus_color 292D3E
  16. berryc inner_focus_color 89b4fa
  17. berryc inner_unfocus_color 585b70
  18. berryc text_focus_color cdd6f4
  19. berryc text_unfocus_color cdd6f4
  20. # Other options
  21. berryc smart_place "true"
  22. berryc edge_lock "true"
  23. berryc set_font "JetBrains Mono Nerd Font-9"