1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Use all the screen realestate

This commit is contained in:
torvalds 2023-12-22 14:11:42 +03:00 committed by RGBCube
parent 7f9342b0b8
commit 608f0227ac
No known key found for this signature in database

View file

@ -95,10 +95,10 @@
(name: inputs.${name}.packages.${system}.default));
theme = themes.custom (themes.raw.gruvbox-dark-hard // {
corner-radius = 8;
border-width = 2;
corner-radius = 0;
border-width = 1;
margin = 6;
margin = 0;
padding = 8;
font.size.normal = 12;