feat(cLib): fixing resolving only one monitor

This commit is contained in:
2025-09-06 16:17:59 +02:00
parent 6de31cb0d8
commit ec6b45e41b
4 changed files with 26 additions and 11 deletions

View File

@@ -112,19 +112,21 @@
"hyprland/workspaces": {
"active-only": false,
"all-outputs": false,
"disable-scroll": true,
"format": "{icon}",
"format-icons": {
"active": "",
"default": "",
"empty": "",
"persistent": ""
"urgent": "",
"active": "",
"visible": "",
"default": "",
"empty": ""
},
"on-click": "activate",
"show-special": false,
"on-scroll-up": "hyprctl dispatch workspace r-1",
"on-scroll-down": "hyprctl dispatch workspace r+1",
"persistent-workspaces": {
"*": 3
},
"rotate": 0
}
},
"memory": {
"format": "<span foreground='#928374'></span> {}%",

View File

@@ -55,7 +55,7 @@ in
splash_offset = 2.0;
preload = bgs.all;
wallpaper = wallpapers;
wallpaper = bgs.resolveList monitorMappings;
};
};
};

View File

@@ -23,7 +23,7 @@ in
};
homepage.description = lib.mkOption {
type = lib.types.str;
default = "Continuous file synchronization program.";
default = "Continuous file synchronization program";
};
homepage.icon = lib.mkOption {
type = lib.types.str;