adapt work pc
This commit is contained in:
parent
4898f5cc5f
commit
dca271648e
54 changed files with 126 additions and 847 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.niri.settings.layout = {
|
||||
gaps = 16;
|
||||
gaps = 8;
|
||||
center-focused-column = "never"; # never, always, on-overflow
|
||||
always-center-single-column = false;
|
||||
always-center-single-column = true;
|
||||
|
||||
preset-column-widths = [
|
||||
{ proportion = 0.33333; }
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
focus-ring = {
|
||||
enable = true;
|
||||
width = 4;
|
||||
width = 2;
|
||||
# active.color = "#7fc8ff";
|
||||
# inactive.color = "#505050";
|
||||
# urgent.color = "#9b0000";
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
border = {
|
||||
enable = false;
|
||||
width = 4;
|
||||
width = 2;
|
||||
# active.color = "#ffc87f";
|
||||
# inactive.color = "#505050";
|
||||
# urgent.color = "#9b0000";
|
||||
|
|
@ -43,8 +43,6 @@
|
|||
x = 0;
|
||||
y = 5;
|
||||
};
|
||||
# color = "#0007";
|
||||
# inactive-color = null;
|
||||
};
|
||||
|
||||
tab-indicator = {
|
||||
|
|
@ -70,8 +68,8 @@
|
|||
struts = {
|
||||
left = 0;
|
||||
right = 0;
|
||||
top = 0;
|
||||
bottom = 0;
|
||||
top = 10;
|
||||
bottom = 10;
|
||||
};
|
||||
|
||||
# background-color = "transparent";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue