all repos

dotfiles @ 7cf1432163df173c5e4bed8a6c0c0b3824eadf49

i use rach linux btw

dotfiles/config/berry/autostart (view raw)

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