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.

33 lines
776 B

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