mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update berry, i3, neofetch config & add ip scripts
This commit is contained in:
parent
4f7f44d7f4
commit
e6bd4f6c12
11 changed files with 85 additions and 120 deletions
|
|
@ -1,21 +1,18 @@
|
|||
#!/bin/bash
|
||||
|
||||
# ------ Autostart ------ #
|
||||
setxkbmap "us,ru,ua" ",winkeys" "grp:alt_shift_toggle" -option "ctrl:nocaps" &
|
||||
setxkbmap "us,ua" ",winkeys" "grp:alt_shift_toggle" -option "ctrl:nocaps" &
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
sxhkd -c ~/.config/berry/sxhkdrc &
|
||||
~/.config/berry/polybar/bar.sh &
|
||||
nitrogen --restore &
|
||||
picom -b &
|
||||
conky &
|
||||
|
||||
|
||||
# ------ Berry ------ #
|
||||
# Set decoration geometry
|
||||
berryc border_width 0
|
||||
berryc inner_border_width 1
|
||||
berryc title_height 0
|
||||
berryc top_gap 0
|
||||
berryc top_gap 24
|
||||
|
||||
# Set decoration colors
|
||||
berryc focus_color 073642
|
||||
|
|
@ -28,5 +25,5 @@ berryc text_unfocus_color eeeeee
|
|||
# Other options
|
||||
berryc smart_place "true"
|
||||
berryc draw_text "true"
|
||||
berryc edge_lock "false"
|
||||
berryc edge_lock "true"
|
||||
berryc set_font "Dina-9"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue