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.

36 lines
836 B

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