28 lines
655 B
JSON
28 lines
655 B
JSON
{
|
|
"include": "~/.config/waybar/config",
|
|
"modules-left": ["wlr/workspaces", "hyprland/submap"],
|
|
"modules-center": ["hyprland/window"],
|
|
// Modules configuration
|
|
"wlr/workspaces": {
|
|
"disable-scroll": true,
|
|
"all-outputs": true,
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"1": "",
|
|
"2": "",
|
|
"3": "",
|
|
"4": "",
|
|
"5": "",
|
|
"6": "",
|
|
"7": "",
|
|
"8": "",
|
|
"9": "",
|
|
"urgent": "",
|
|
"focused": "",
|
|
"default": ""
|
|
}
|
|
},
|
|
}
|
|
|
|
// vim: ft=json
|