refactor: replaced workspace names with numbers in waybar

This commit is contained in:
2025-12-15 20:15:23 +03:00
parent e523bf8aee
commit 114f1cde7c

View File

@@ -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": [
"󰄰", "󰪞", "󰪟", "󰪠", "󰪡", "󰪢", "󰪣", "󰪤", "󰪥" "󰄰", "󰪞", "󰪟", "󰪠", "󰪡", "󰪢", "󰪣", "󰪤", "󰪥"
], ],