This commit is contained in:
zoe 2023-02-22 19:02:50 +01:00
parent f1880df0de
commit 26b8f8cb16
2 changed files with 4 additions and 2 deletions

View File

@ -122,8 +122,8 @@ in {
border = 4;
};
gaps = {
inner = 4;
outer = 4;
inner = 8;
outer = 8;
};
bars = [{

View File

@ -48,6 +48,8 @@
foreground = config.color.foreground;
background = config.color.background;
background_opacity = "0.95";
selection_foreground = config.color.background;
selection_background = config.color.foreground;