From 01e5a8ad75d0ef9d516350b16eeeeeb5e3b9e165 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Tue, 21 Nov 2023 19:22:11 +0900 Subject: Clean up waybar modules and configs --- config/waybar/modules | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) (limited to 'config/waybar/modules') diff --git a/config/waybar/modules b/config/waybar/modules index 31011cd3..016f368c 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -24,7 +24,7 @@ }, }, // ROMAN Numerals style -"hyprland/workspaces#2": { +"hyprland/workspaces#roman": { "active-only":false, "all-outputs": true, "format": "{icon}", @@ -45,11 +45,16 @@ "3": "III", "4": "IV", "5": "V", + "6": "VI", + "7": "VII", + "8": "VIII", + "9": "IX", + "10": "X", }, }, // PACMAN Style -"hyprland/workspaces#3": { +"hyprland/workspaces#pacman": { "active-only":false, "all-outputs": true, "format": "{icon}", @@ -67,11 +72,36 @@ "format": "{icon}", "format-icons": { "active": " 󰮯 ", - "default": "  ", + "default": "󰑊", "persistent":"󰑊", }, }, +"hyprland/workspaces#kanji": { + "disable-scroll": true, + "all-outputs": true, + "format": "{icon}", + "persistent_workspaces": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [], + }, + "format-icons": { + "1": "一", + "2": "二", + "3": "三", + "4": "四", + "5": "五", + "6": "六", + "7": "七", + "8": "八", + "9": "九", + "10": "十", + } +}, + // NUMBERS and ICONS style "hyprland/workspaces#4": { "format": "{name}", -- cgit v1.2.3