feature(noctalia): update the noctalia config

This commit is contained in:
2026-06-16 11:33:38 +02:00
parent 47fb9e7f97
commit 7577e39c88
+47 -3
View File
@@ -18,15 +18,30 @@
source = "builtin"; source = "builtin";
builtin = "Nord"; builtin = "Nord";
mode = "dark"; mode = "dark";
templates.builtin_ids = [ "ghostty" ];
}; };
# general # general
shell = { shell = {
font_family = "0xProto Nerd Font"; font_family = "0xProto Nerd Font Mono";
ui_scale = 1.2; ui_scale = 1.2;
avatar_path = "/home/aaron/syncthing/pictures/Logo-Aaron-Totenkopf-rund-schwarz.png"; avatar_path = "/home/aaron/syncthing/pictures/Logo-Aaron-Totenkopf-rund-schwarz.png";
telemetry_enabled = false; telemetry_enabled = false;
clipboard_enabled = true; clipboard_enabled = true;
password_style = "random";
panel = {
launcher_compact = true;
open_near_click_control_center = true;
open_near_click_session = true;
open_near_click_wallpaper = true;
transparency_mode = "glass";
};
screen_corners = {
enabled = true;
size = 10;
};
}; };
# location / weather # location / weather
@@ -42,6 +57,7 @@
enabled = true; enabled = true;
directory = "/home/aaron/Pictures/Wallpapers"; directory = "/home/aaron/Pictures/Wallpapers";
fill_mode = "crop"; fill_mode = "crop";
default.path = "/home/aaron/Pictures/Wallpapers/nord-theme-tower.png";
}; };
# bar layout # bar layout
@@ -50,9 +66,37 @@
default = { default = {
position = "top"; position = "top";
background_opacity = 0.93; background_opacity = 0.93;
start = [ "control-center" "cpu" "ram" "temp" "media" "active_window" ]; font_weight = 400;
margin_edge = 0;
margin_ends = 0;
radius = 0;
scale = 1.2;
widget_spacing = 20;
start = [ "control-center" "cpu" "ram" "temp" "active_window" ];
center = [ "workspaces" ]; center = [ "workspaces" ];
end = [ "tray" "notifications" "volume" "input_volume" "network" "bluetooth" "clock" ]; end = [ "tray" "bluetooth" "notifications" "volume" "network" "clock" ];
};
};
# per-widget styling
widget = {
bluetooth.capsule = true;
control-center = {
capsule_radius = 8;
custom_image = "/home/aaron/Pictures/nix_flake_logo.png";
scale = 1.4;
};
cpu.capsule = true;
network = {
capsule = true;
show_label = false;
};
notifications.capsule = true;
ram.capsule = true;
temp.capsule = true;
volume = {
capsule = true;
show_label = false;
}; };
}; };