Add vicinae config

This commit is contained in:
Thomas Avé 2026-06-02 15:17:46 +07:00
parent d2aebddc26
commit feca4dbd3f
Signed by: thomasave
SSH Key Fingerprint: SHA256:bvIbWy6TO9+PdMTPzWy6dqkRlVQ3eSky+vQcc9aRIiE
1 changed files with 22 additions and 0 deletions

View File

@ -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;
};
};
};
};
}