diff options
author | Loek Le Blansch <l.leblansch@gmail.com> | 2020-09-15 18:42:55 +0200 |
---|---|---|
committer | Loek Le Blansch <l.leblansch@gmail.com> | 2020-09-15 18:42:55 +0200 |
commit | 7f7bd84a907f2be62760ca7827ec236b3be01d24 (patch) | |
tree | 6b1d2a8f9bcf1a229c31d4535f98919a28867ffd /.config/i3 | |
parent | 1fdeeb0938e9be85ea95a0aa5599e8bd487ec36c (diff) |
update
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/i3/config b/.config/i3/config index a21b250..e4ef0cf 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -9,12 +9,12 @@ gaps outer $outer_gaps # border color # pywal-start -client.focused #bed5fb #312322 #cbc8c7 #bed5fb #888B9A -client.focused_inactive #786C6B #645a59 #cbc8c7 #3B2A29 #312322 -client.unfocused #312322 #271C1B #A49F9D #312322 #271C1B -client.urgent #312322 #e95678 #cbc8c7 #e95678 #e95678 -client.placeholder #000000 #0c0c0c #cbc8c7 #000000 #0c0c0c -client.background #cbc8c7 +client.focused #9cbac4 #191b1c #c5c6c6 #9cbac4 #707D81 +client.focused_inactive #626565 #525454 #c5c6c6 #1E2022 #191b1c +client.unfocused #191b1c #141616 #9D9F9F #191b1c #141616 +client.urgent #191b1c #e95678 #c5c6c6 #e95678 #e95678 +client.placeholder #000000 #0c0c0c #c5c6c6 #000000 #0c0c0c +client.background #c5c6c6 # pywal-end @@ -36,7 +36,7 @@ floating_modifier $mod bindsym $mod+q kill # Replace window decorations with a border -for_window [class=".*"] border pixel 1 +for_window [class=".*"] border pixel 2 # Keybinds bindsym $mod+Escape exec "dm-tool lock" |