feat(hyprland/workspaces): add uniqueIcons option

This commit is contained in:
LoricAndre
2025-07-23 17:38:25 +02:00
parent 0776e694df
commit 383949795e
5 changed files with 11 additions and 2 deletions
+1
View File
@@ -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");
+1
View File
@@ -29,6 +29,7 @@
"window-rewrite": {
"title<Steam>": ""
},
"unique-icons": true,
"window-rewrite-default": "",
"window-rewrite-separator": " ",
"sort-by": "number"