Style : Set the gap to 12.

This commit is contained in:
Dmitry Voronin 2024-06-23 06:02:45 +03:00
parent 2e0a1fb3e7
commit 892d620ab8
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
refreshInterval = 2;
in {
file = (pkgs.formats.json {}).generate "WaybarConfig" {
height = 2 * (style.window.gap + style.window.border);
height = 34;
layer = "top";
margin-left = style.window.gap;
margin-right = style.window.gap;

View file

@ -75,7 +75,7 @@
};
window = {
gap = 10;
gap = 12;
border = 4;
};
}