mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
made gaps 10px smaller and 30% sexier
This commit is contained in:
parent
fc39de700a
commit
bb6478d0a8
2 changed files with 13 additions and 13 deletions
|
|
@ -14,8 +14,8 @@
|
|||
];
|
||||
settings = {
|
||||
border_width = 0;
|
||||
window_gap = 20;
|
||||
border_radius = 15;
|
||||
window_gap = 10;
|
||||
border_radius = 7;
|
||||
normal_border_color = "\#c0caf5";
|
||||
active_border_color = "\#c0caf5";
|
||||
focused_border_color = "\#c0caf5";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue