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

20
flake.lock generated
View file

@ -611,11 +611,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1764194569, "lastModified": 1765682243,
"narHash": "sha256-iUM9ktarEzThkayyZrzQ7oycPshAY2XRQqVKz0xX/L0=", "narHash": "sha256-yeCxFV/905Wr91yKt5zrVvK6O2CVXWRMSrxqlAZnLp0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "9651819d75f6c7ffaf8a9227490ac704f29659f0", "rev": "58bf3ecb2d0bba7bdf363fc8a6c4d49b4d509d03",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1251,11 +1251,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1765077391, "lastModified": 1765782681,
"narHash": "sha256-nEI9zFwg9MHbHFcE7H43E0olRKxwrP1W/gQJc9GtlJU=", "narHash": "sha256-mpqMpz6N+DGi/eO+HKuyj5nVM4QbQe3IX51/nbV5OSo=",
"owner": "noctalia-dev", "owner": "noctalia-dev",
"repo": "noctalia-shell", "repo": "noctalia-shell",
"rev": "ff6bc083fd034044b22c6b94863f5f23ee881f98", "rev": "c31f38ce0cea7db4348bbe8f8708f6ab38987dbb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1360,11 +1360,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1764045583, "lastModified": 1764663772,
"narHash": "sha256-W24ReyRrhOKTKIsuAMkY5hnVlCufGoONM79sjUoyQkk=", "narHash": "sha256-sHqLmm0wAt3PC4vczJeBozI1/f4rv9yp3IjkClHDXDs=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "e9bad67619ee9937a1bbecfc6ad3b4231d2ecdc3", "rev": "26531fc46ef17e9365b03770edd3fb9206fcb460",
"revCount": 709, "revCount": 713,
"type": "git", "type": "git",
"url": "https://git.outfoxxed.me/quickshell/quickshell" "url": "https://git.outfoxxed.me/quickshell/quickshell"
}, },

View file

@ -27,7 +27,6 @@
settings = { settings = {
setupCompleted = true; setupCompleted = true;
bar = { bar = {
backgroundOpacity = 0.6;
density = "comfortable"; density = "comfortable";
floating = false; floating = false;
showCapsule = true; showCapsule = true;
@ -108,9 +107,33 @@
ui = { ui = {
fontDefault = "Hug Me Tight"; fontDefault = "Hug Me Tight";
fontFixed = "Maple Mono"; fontFixed = "Maple Mono";
panelBackgroundOpacity = 0.9;
}; };
dock.enabled = false; dock.enabled = false;
wallpaper.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;
}
];
}
];
};
}; };
}; };

View file

@ -6,6 +6,6 @@
} }
"catppuccin-frappe" "catppuccin-frappe"
"everforest" "everforest"
"nord" "kanagawa"
]; ];
} }