feat(hyprland/workspaces): add uniqueIcons option
This commit is contained in:
@@ -139,6 +139,7 @@ TEST_CASE("Load Hyprland Workspaces bar config", "[config]") {
|
||||
REQUIRE(hyprland["active-only"].asBool() == true);
|
||||
REQUIRE(hyprland["all-outputs"].asBool() == false);
|
||||
REQUIRE(hyprland["move-to-monitor"].asBool() == true);
|
||||
REQUIRE(hyprland["unique-icons"].asBool() == true);
|
||||
REQUIRE(hyprland["format"].asString() == "{icon} {windows}");
|
||||
REQUIRE(hyprland["format-window-separator"].asString() == " ");
|
||||
REQUIRE(hyprland["on-scroll-down"].asString() == "hyprctl dispatch workspace e-1");
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
"window-rewrite": {
|
||||
"title<Steam>": ""
|
||||
},
|
||||
"unique-icons": true,
|
||||
"window-rewrite-default": "",
|
||||
"window-rewrite-separator": " ",
|
||||
"sort-by": "number"
|
||||
|
||||
Reference in New Issue
Block a user