refactor: replaced workspace names with numbers in waybar
This commit is contained in:
@@ -13,9 +13,8 @@
|
|||||||
// Choose the order of the modules
|
// Choose the order of the modules
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
"custom/pomodoro",
|
"custom/pomodoro"
|
||||||
"custom/submap"
|
// "custom/submap"
|
||||||
// "custom/goal"
|
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"mpd"
|
"mpd"
|
||||||
@@ -59,18 +58,18 @@
|
|||||||
],
|
],
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"1": " ",
|
"1": "1",
|
||||||
"2": "二",
|
"2": "2",
|
||||||
"3": "三",
|
"3": "3",
|
||||||
"4": "四",
|
"4": "4",
|
||||||
"5": "五",
|
"5": "5",
|
||||||
"6": "六",
|
"6": "6",
|
||||||
"7": "七",
|
"7": "7",
|
||||||
"8": "八",
|
"8": "8",
|
||||||
"9": "九",
|
"9": "9",
|
||||||
"10": "ロ",
|
"10": "0",
|
||||||
"11": "一",
|
"11": "-",
|
||||||
"12": "十",
|
"12": "+",
|
||||||
"default": "",
|
"default": "",
|
||||||
"empty": ""
|
"empty": ""
|
||||||
}
|
}
|
||||||
@@ -239,7 +238,7 @@
|
|||||||
"format-bluetooth-muted": "{format_source} ",
|
"format-bluetooth-muted": "{format_source} ",
|
||||||
"format-muted": "",
|
"format-muted": "",
|
||||||
"format-source": "",
|
"format-source": "",
|
||||||
"format-source-muted": " ",
|
"format-source-muted": " ",
|
||||||
"format-icons": [
|
"format-icons": [
|
||||||
"", "", "", "", "", "", "", "", ""
|
"", "", "", "", "", "", "", "", ""
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user