non important commit
This commit is contained in:
parent
074319fe18
commit
4c77ee2b06
2 changed files with 46 additions and 2 deletions
|
|
@ -85,6 +85,33 @@
|
|||
layout = {
|
||||
gaps = 8;
|
||||
|
||||
border = {
|
||||
enable = true;
|
||||
width = 2;
|
||||
active = {
|
||||
gradient = {
|
||||
from = "#fabd2f"; # gruvbox bright yellow
|
||||
to = "#fe8019"; # gruvbox bright orange
|
||||
angle = 45;
|
||||
relative-to = "workspace-view";
|
||||
};
|
||||
};
|
||||
inactive = {
|
||||
gradient = {
|
||||
from = "#504945"; # gruvbox bg2
|
||||
to = "#3c3836"; # gruvbox bg1
|
||||
angle = 45;
|
||||
relative-to = "workspace-view";
|
||||
};
|
||||
};
|
||||
}; border = {
|
||||
enable = true;
|
||||
width = 2;
|
||||
active = {
|
||||
color = "#34381b";
|
||||
};
|
||||
};
|
||||
|
||||
default-column-width = {proportion = 0.5;};
|
||||
|
||||
preset-column-widths = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue