feat(cLib): fixing resolving only one monitor
This commit is contained in:
@@ -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> {}%",
|
||||
|
||||
@@ -55,7 +55,7 @@ in
|
||||
splash_offset = 2.0;
|
||||
|
||||
preload = bgs.all;
|
||||
wallpaper = wallpapers;
|
||||
wallpaper = bgs.resolveList monitorMappings;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user