desktop noctalia configs

This commit is contained in:
Miguel Palhas
2026-02-17 12:18:07 +00:00
parent 1219e2e69f
commit abdf71f7dc
5 changed files with 152 additions and 32 deletions
+21
View File
@@ -77,6 +77,27 @@
};
programs.noctalia-shell.settings = {
bar = {
density = "spacious";
};
notifications = {
monitors = [ "DP-1" ];
};
ui = {
fontDefaultScale = 1.25;
fontFixedScale = 1.25;
};
wallpaper = {
enableMultiMonitorDirectories = true;
monitorDirectories = [
{ monitor = "HDMI-A-1"; directory = "/home/naps62/.cache/wallpapers/3840x2160"; }
{ monitor = "DP-1"; directory = "/home/naps62/.cache/wallpapers/3840x2160"; }
{ monitor = "DP-2"; directory = "/home/naps62/.cache/wallpapers/2160x3840"; }
];
};
};
programs.kitty.settings.font_size = 16;
home = {