mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +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
20
flake.lock
generated
20
flake.lock
generated
|
|
@ -611,11 +611,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1764194569,
|
||||
"narHash": "sha256-iUM9ktarEzThkayyZrzQ7oycPshAY2XRQqVKz0xX/L0=",
|
||||
"lastModified": 1765682243,
|
||||
"narHash": "sha256-yeCxFV/905Wr91yKt5zrVvK6O2CVXWRMSrxqlAZnLp0=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "9651819d75f6c7ffaf8a9227490ac704f29659f0",
|
||||
"rev": "58bf3ecb2d0bba7bdf363fc8a6c4d49b4d509d03",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -1251,11 +1251,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1765077391,
|
||||
"narHash": "sha256-nEI9zFwg9MHbHFcE7H43E0olRKxwrP1W/gQJc9GtlJU=",
|
||||
"lastModified": 1765782681,
|
||||
"narHash": "sha256-mpqMpz6N+DGi/eO+HKuyj5nVM4QbQe3IX51/nbV5OSo=",
|
||||
"owner": "noctalia-dev",
|
||||
"repo": "noctalia-shell",
|
||||
"rev": "ff6bc083fd034044b22c6b94863f5f23ee881f98",
|
||||
"rev": "c31f38ce0cea7db4348bbe8f8708f6ab38987dbb",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -1360,11 +1360,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1764045583,
|
||||
"narHash": "sha256-W24ReyRrhOKTKIsuAMkY5hnVlCufGoONM79sjUoyQkk=",
|
||||
"lastModified": 1764663772,
|
||||
"narHash": "sha256-sHqLmm0wAt3PC4vczJeBozI1/f4rv9yp3IjkClHDXDs=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "e9bad67619ee9937a1bbecfc6ad3b4231d2ecdc3",
|
||||
"revCount": 709,
|
||||
"rev": "26531fc46ef17e9365b03770edd3fb9206fcb460",
|
||||
"revCount": 713,
|
||||
"type": "git",
|
||||
"url": "https://git.outfoxxed.me/quickshell/quickshell"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@
|
|||
}
|
||||
"catppuccin-frappe"
|
||||
"everforest"
|
||||
"nord"
|
||||
"kanagawa"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue