aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/modules
diff options
context:
space:
mode:
authorJa.KooLit <ejhay.games@gmail.com>2023-11-21 19:22:11 +0900
committerJa.KooLit <ejhay.games@gmail.com>2023-11-21 19:22:11 +0900
commit01e5a8ad75d0ef9d516350b16eeeeeb5e3b9e165 (patch)
treefcb98f989eeb4f3d7851806c28426c5a6bf48565 /config/waybar/modules
parent5855cc0289b276a44204f3fd69a3122a5b0c2471 (diff)
Clean up waybar modules and configs
Diffstat (limited to 'config/waybar/modules')
-rw-r--r--config/waybar/modules36
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}",
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage