improve colors

This commit is contained in:
Jesús 2021-08-24 23:29:55 -05:00
parent 1ce8ae20f0
commit 9b26dbb244
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

20
config
View File

@ -182,16 +182,16 @@ mode "resize" {
# Pressing right will grow the windows width. # Pressing right will grow the windows width.
# Pressing up will shrink the windows height. # Pressing up will shrink the windows height.
# Pressing down will grow the windows height. # Pressing down will grow the windows height.
bindsym j resize shrink width 10 px or 10 ppt bindsym j resize shrink width 3 px or 3 ppt
bindsym k resize grow height 10 px or 10 ppt bindsym k resize grow height 3 px or 3 ppt
bindsym l resize shrink height 10 px or 10 ppt bindsym l resize shrink height 3 px or 3 ppt
bindsym ntilde resize grow width 10 px or 10 ppt bindsym ntilde resize grow width 3 px or 3 ppt
# same bindings, but for the arrow keys # same bindings, but for the arrow keys
bindsym Left resize shrink width 10 px or 10 ppt bindsym Left resize shrink width 3 px or 3 ppt
bindsym Down resize grow height 10 px or 10 ppt bindsym Down resize grow height 3 px or 3 ppt
bindsym Up resize shrink height 10 px or 10 ppt bindsym Up resize shrink height 3 px or 3 ppt
bindsym Right resize grow width 10 px or 10 ppt bindsym Right resize grow width 3 px or 3 ppt
# back to normal: Enter or Escape # back to normal: Enter or Escape
bindsym Return mode "default" bindsym Return mode "default"
@ -325,7 +325,7 @@ bindsym XF86AudioStop exec playerctl stop
bindsym $mod+Shift+w exec --no-startup-id termite --name=irc -e "firejail --seccomp --noroot --disable-mnt weechat" bindsym $mod+Shift+w exec --no-startup-id termite --name=irc -e "firejail --seccomp --noroot --disable-mnt weechat"
# class border background text indicator child_border # class border background text indicator child_border
client.focused #616161 #616161 #FFFFFF #616161 #616161 client.focused #616161 #616161 #FFFFFF #FFFFFF #9E9E9E
client.focused_inactive #212121 #212121 #9E9E9E #616161 #616161 client.focused_inactive #212121 #212121 #9E9E9E #616161 #616161
client.unfocused #212121 #212121 #9E9E9E #616161 #616161 client.unfocused #212121 #212121 #9E9E9E #616161 #616161
client.urgent #DC322F #DC322F #FFFFFF #DC322F #DC322F client.urgent #DC322F #DC322F #FFFFFF #DC322F #DC322F
@ -353,6 +353,6 @@ bar {
focused_workspace #FFFFFF #616161 #FFFFFF focused_workspace #FFFFFF #616161 #FFFFFF
active_workspace #FFFFFF #616161 #FFFFFF active_workspace #FFFFFF #616161 #FFFFFF
inactive_workspace #212121 #757575 #212121 inactive_workspace #212121 #757575 #212121
urgent_workspace #212121 #DC322F #FFFFFF urgent_workspace #212121 #B71C1C #FFFFFF
} }
} }