mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Use all the screen realestate
This commit is contained in:
parent
7f9342b0b8
commit
608f0227ac
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue