mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-22 05:14:42 +01:00
fixed borders and gaps
Signed-off-by: Jade <obsidianical@gmail.com>
This commit is contained in:
parent
5a6779a843
commit
2c016f670f
|
@ -174,8 +174,8 @@ in with lib; {
|
||||||
#top = 24;
|
#top = 24;
|
||||||
inner = 15;
|
inner = 15;
|
||||||
outer = 0;
|
outer = 0;
|
||||||
smartGaps = false;
|
smartGaps = true;
|
||||||
smartBorders = "no_gaps";
|
smartBorders = "on";
|
||||||
};
|
};
|
||||||
colors = {
|
colors = {
|
||||||
background = "#1d2021";
|
background = "#1d2021";
|
||||||
|
|
Loading…
Reference in a new issue