Skip to content

Commit

Permalink
clean up colors
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Oct 6, 2021
1 parent 9bbcdd5 commit ce853e3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nixos/i3/default.nix
Expand Up @@ -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
'';
Expand Down

0 comments on commit ce853e3

Please sign in to comment.