mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-02-03 19:53:25 +08:00
update noctalia shell, add kanagawa theme
This commit is contained in:
parent
34a6501c6b
commit
1c17d8bb87
3 changed files with 35 additions and 12 deletions
|
|
@ -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;
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue