From b93e55c00d8aa75413377150d799d3b91615d308 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 31 May 2024 03:51:25 +0900 Subject: [PATCH] updated waybar modules (hyprland/workspaces formats) --- config/waybar/modules | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/waybar/modules b/config/waybar/modules index fca7392..5ff06f5 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -71,11 +71,12 @@ }, "format": "{icon}", "format-icons": { - "active": " 󰮯 ", - "default": "󰊠", - "persistent": "󰊠", + "active": "󰮯", + "empty": "", + "default": "󰊠", }, }, +// Kanji / Japanese style "hyprland/workspaces#kanji": { "disable-scroll": true, "all-outputs": true, @@ -160,6 +161,7 @@ "class": "󰏆 " } }, +// for Camilla or Spanish "hyprland/workspaces#cam": { "active-only":false, "all-outputs": true,