This commit is contained in:
Daniel Flanagan 2023-10-16 17:14:40 -05:00
parent ffca372e29
commit 537a4de532
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -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 = {