2023-04-12 13:19:39 +01:00
|
|
|
{
|
2023-04-13 14:02:53 +01:00
|
|
|
"include": "~/.config/waybar/config",
|
2023-04-12 13:56:21 +01:00
|
|
|
"modules-left": ["wlr/workspaces", "hyprland/submap"],
|
|
|
|
"modules-center": ["hyprland/window"],
|
2023-04-12 13:19:39 +01:00
|
|
|
// Modules configuration
|
|
|
|
"wlr/workspaces": {
|
|
|
|
"disable-scroll": true,
|
|
|
|
"all-outputs": true,
|
2023-04-12 13:56:21 +01:00
|
|
|
"format": "{icon}",
|
2023-04-12 13:19:39 +01:00
|
|
|
"format-icons": {
|
2023-04-12 16:23:48 +01:00
|
|
|
"1": "",
|
2023-04-13 10:36:17 +01:00
|
|
|
"2": "",
|
2023-04-12 16:23:48 +01:00
|
|
|
"3": "",
|
|
|
|
"4": "",
|
|
|
|
"5": "",
|
|
|
|
"6": "",
|
|
|
|
"7": "",
|
|
|
|
"8": "",
|
|
|
|
"9": "",
|
|
|
|
"urgent": "",
|
|
|
|
"focused": "",
|
|
|
|
"default": ""
|
2023-04-12 13:19:39 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
}
|
|
|
|
|
|
|
|
// vim: ft=json
|