Update sway gaps and bar config

This commit is contained in:
Evie Litherland-Smith 2023-06-04 09:44:36 +01:00
parent f21a6e1889
commit 39d3f746de

View file

@ -21,8 +21,12 @@
config = { config = {
gaps = { gaps = {
inner = 5; inner = 5;
outer = 20; left = 20;
right = 20;
top = 5;
bottom = 5;
}; };
bars = null;
}; };
}; };
} }