Wofi
This commit is contained in:
parent
ffca372e29
commit
537a4de532
1 changed files with 25 additions and 5 deletions
|
@ -17,8 +17,28 @@
|
||||||
|
|
||||||
programs.wofi = {
|
programs.wofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# settings = {};
|
settings = {
|
||||||
# style = '' '';
|
width = "640";
|
||||||
|
height = "360";
|
||||||
|
};
|
||||||
|
style = ''
|
||||||
|
* {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
window {
|
||||||
|
margin: 0px;
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#outer-box {
|
||||||
|
margin: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#outer-box, #inner-box {
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
|
@ -297,9 +317,9 @@
|
||||||
};
|
};
|
||||||
focusedInactive = {
|
focusedInactive = {
|
||||||
background = bg;
|
background = bg;
|
||||||
border = primary;
|
border = bg;
|
||||||
childBorder = primary;
|
childBorder = bg;
|
||||||
indicator = primary;
|
indicator = bg;
|
||||||
text = bg;
|
text = bg;
|
||||||
};
|
};
|
||||||
placeholder = {
|
placeholder = {
|
||||||
|
|
Loading…
Reference in a new issue