feat(noctalia): update settings

This commit is contained in:
2025-11-02 09:51:44 +08:00
parent 792aaa20d5
commit 44aca8ce69

View File

@@ -187,11 +187,13 @@ in
enabled = true; enabled = true;
} }
]; ];
position = "top_left";
shortcuts = { shortcuts = {
left = [ { id = "Bluetooth"; } ]; left = [ { id = "Bluetooth"; } ];
right = [ { id = "Notifications"; } ]; right = [ { id = "Notifications"; } ];
}; };
}; };
dock.enabled = false;
general = { general = {
avatarImage = "${assets.avatar}"; avatarImage = "${assets.avatar}";
scaleRatio = 1.05; scaleRatio = 1.05;
@@ -201,17 +203,20 @@ in
network.wifiEnabled = false; network.wifiEnabled = false;
notifications = { notifications = {
alwaysOnTop = true; alwaysOnTop = true;
location = "top_center"; location = "top";
}; };
osd = { osd = {
alwaysOnTop = true; alwaysOnTop = true;
location = "top_center"; location = "top";
}; };
setupCompleted = true; setupCompleted = true;
ui = { ui = {
# I love Jetbrains Mono # I love Jetbrains Mono
fontDefault = "Monospace"; fontDefault = "Monospace";
fontFixed = "Monospace"; fontFixed = "Monospace";
panelsAttachedToBar = false;
panelsOverlayLayer = true;
tooltipsEnabled = true;
}; };
wallpaper.enabled = false; wallpaper.enabled = false;
}; };