Add vicinae config
This commit is contained in:
parent
d2aebddc26
commit
feca4dbd3f
|
|
@ -5,5 +5,27 @@
|
|||
enable = true;
|
||||
autoStart = true;
|
||||
};
|
||||
settings = {
|
||||
font = {
|
||||
normal = {
|
||||
family = "Ubuntu Nerd Font";
|
||||
size = 8;
|
||||
};
|
||||
};
|
||||
theme = {
|
||||
dark = {
|
||||
name = "ayu-dark";
|
||||
};
|
||||
};
|
||||
launcher_window = {
|
||||
opacity = 0.95;
|
||||
client_side_decorations = {
|
||||
enabled = true;
|
||||
border_width = 0;
|
||||
rounding = 10;
|
||||
shadow_size = 0;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue