1
0
Fork 0

Update dot_config/i3/config

This commit is contained in:
Florian RICHER 2022-09-16 19:27:55 +02:00
parent 885d81caec
commit fd9423c5a4

View file

@ -252,12 +252,20 @@ bindsym $mod+n mode "$mode_notification"
# Lock the system # Lock the system
bindsym $mod+Shift+d exec i3lock -i ~/.config/i3/i3-lock-screen.png -t -f bindsym $mod+Shift+d exec i3lock -i ~/.config/i3/i3-lock-screen.png -t -f
set $bg-color #DC143C # set $bg-color #DC143C
set $inactive-bg-color #2f343f # set $inactive-bg-color #2f343f
set $text-color #f3f4f5 # set $text-color #f3f4f5
set $inactive-text-color #676e7d # set $inactive-text-color #676e7d
set $urgent-bg-color #e53935 # set $urgent-bg-color #e53935
set $indicator-color #a0a0a0 # set $indicator-color #a0a0a0
set_from_resource $bg-color bg-color
set_from_resource $inactive-bg-color inactive-bg-color
set_from_resource $text-color text-color
set_from_resource $inactive-text-color inactive-text-color
set_from_resource $urgent-bg-color urgent-bg-color
set_from_resource $indicator-color indicator-color
# set window colors: # set window colors:
# border background text indicator # border background text indicator