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.

35 lines
824 B

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