Add only gaps between windows and change colors

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2017-06-08 20:12:25 +02:00
parent 114b20c87e
commit a1117b541d
2 changed files with 14 additions and 8 deletions

View file

@ -138,10 +138,10 @@ bindsym $mod+Shift+KP_9 move container to workspace $workspace9
bindsym $mod+Shift+KP_0 move container to workspace $workspace10 bindsym $mod+Shift+KP_0 move container to workspace $workspace10
# Reload configuration file # Reload configuration file
bindsym $mod+Shift+r reload #bindsym $mod+Shift+r reload
# Restart i3 # Restart i3
#bindsym $mod+Shift+r restart bindsym $mod+Shift+r restart
# resize window (you can also use the mouse for that) # resize window (you can also use the mouse for that)
mode "resize" { mode "resize" {
@ -165,11 +165,11 @@ bar {
status_command i3blocks -c $HOME/.config/i3/i3blocks.conf status_command i3blocks -c $HOME/.config/i3/i3blocks.conf
position top position top
colors { colors {
background #000000 background #222D32
focused_workspace #000000 #268bd2 #FFFFFF focused_workspace #222D32 #268bd2 #FFFFFF
active_workspace #000000 #000000 #268bd2 active_workspace #222D32 #222D32 #268bd2
inactive_workspace #000000 #000000 #268bd2 inactive_workspace #222D32 #222D32 #268bd2
urgent_workspace #000000 #000000 #268bd2 urgent_workspace #222D32 #222D32 #268bd2
} }
} }
@ -235,4 +235,4 @@ for_window [class="^.*"] border pixel 0
# Gaps # Gaps
gaps inner 10 gaps inner 10
gaps outer 5 gaps outer -10

View file

@ -33,3 +33,9 @@
[push] [push]
default = simple default = simple
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true