dotfiles/config/berry/autostart (view raw)
| 1 | #!/bin/bash |
| 2 | # ------ Autostart ------ # |
| 3 | setxkbmap "us,ua" ",winkeys" "grp:alt_shift_toggle" -option "ctrl:nocaps" & |
| 4 | /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & |
| 5 | sxhkd -c ~/.config/berry/sxhkdrc & |
| 6 | ~/.config/berry/polybar/bar.sh & |
| 7 | nitrogen --restore & |
| 8 | picom -b & |
| 9 | |
| 10 | # ------ Berry ------ # |
| 11 | # Set decoration geometry |
| 12 | berryc border_width 0 |
| 13 | berryc inner_border_width 1 |
| 14 | berryc title_height 0 |
| 15 | berryc top_gap 24 |
| 16 | |
| 17 | # Set decoration colors |
| 18 | berryc focus_color 073642 |
| 19 | berryc unfocus_color 002b36 |
| 20 | berryc inner_focus_color 268bd2 |
| 21 | berryc inner_unfocus_color 002b36 |
| 22 | berryc text_focus_color ffffff |
| 23 | berryc text_unfocus_color eeeeee |
| 24 | |
| 25 | # Other options |
| 26 | berryc smart_place "true" |
| 27 | berryc draw_text "true" |
| 28 | berryc edge_lock "true" |
| 29 | berryc set_font "Dina-9" |