diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-21 19:22:11 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-21 19:22:11 +0900 |
| commit | 01e5a8ad75d0ef9d516350b16eeeeeb5e3b9e165 (patch) | |
| tree | fcb98f989eeb4f3d7851806c28426c5a6bf48565 /config/waybar/modules | |
| parent | 5855cc0289b276a44204f3fd69a3122a5b0c2471 (diff) | |
Clean up waybar modules and configs
Diffstat (limited to 'config/waybar/modules')
| -rw-r--r-- | config/waybar/modules | 36 |
1 files changed, 33 insertions, 3 deletions
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}", |
