update noctalia shell, add kanagawa theme

This commit is contained in:
EdenQwQ 2025-12-16 15:56:24 +08:00
parent 34a6501c6b
commit 1c17d8bb87
3 changed files with 35 additions and 12 deletions

View file

@ -27,7 +27,6 @@
settings = {
setupCompleted = true;
bar = {
backgroundOpacity = 0.6;
density = "comfortable";
floating = false;
showCapsule = true;
@ -108,9 +107,33 @@
ui = {
fontDefault = "Hug Me Tight";
fontFixed = "Maple Mono";
panelBackgroundOpacity = 0.9;
};
dock.enabled = false;
wallpaper.enabled = false;
desktopWidgets = {
editMode = false;
enabled = true;
monitorWidgets = [
{
name = config.lib.monitors.mainMonitorName;
widgets = [
{
id = "Clock";
showBackground = true;
x = 80;
y = 100;
}
{
id = "Weather";
showBackground = true;
x = 80;
y = 300;
}
];
}
];
};
};
};