some updates

Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2026-02-18 22:48:08 -05:00
parent 1b9e091214
commit c818330a0d
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
5 changed files with 75 additions and 12 deletions

View file

@ -13,9 +13,16 @@
enable = true;
settings = {
# configure noctalia here
nightLight = {
enabled = true;
};
dock = {
enabled = false;
};
bar = {
density = "compact";
position = "left";
density = "default";
position = "top";
floating = true;
showCapsule = false;
widgets = {
left = [
@ -38,6 +45,9 @@
}
];
right = [
{
id = "Tray";
}
{
alwaysShowPercentage = false;
id = "Battery";
@ -55,12 +65,12 @@
};
colorSchemes.predefinedScheme = "Monochrome";
general = {
avatarImage = "/home/drfoobar/.face";
avatarImage = "/home/gwg313/.face";
radiusRatio = 0.2;
};
location = {
monthBeforeDay = true;
name = "Toronto, Canada";
name = "Ottawa, Canada";
};
};
# this may also be a string or a path to a JSON file.