clean up colors

main
Brian Hicks 2021-10-06 06:14:34 -05:00
parent 9bbcdd54e2
commit ce853e3b59
1 changed files with 6 additions and 1 deletions

View File

@ -197,12 +197,17 @@
assign [class="browser"] 2
# i3-gaps: https://github.com/Airblader/i3
for_window [class=".*"] border pixel 2
for_window [class=".*"] border pixel 1
gaps inner 10
smart_gaps on
smart_borders on
hide_edge_borders smart_no_gaps
# class border backgr. text indic. child
client.focused #342C2A #285577 #FFFFFF #FFF191 #342C2A
client.focused_inactive #342C2A #285577 #FFFFFF #FFF191 #342C2A
client.unfocused #342C2A #222222 #888888 #342C2A #342C2A
# restore background
exec --no-startup-id ${pkgs.nitrogen}/bin/nitrogen --restore
'';