24 lines
412 B
JSON
24 lines
412 B
JSON
{
|
|
"include": [
|
|
"~/.config/waybar/modules.jsonc"
|
|
],
|
|
"height": 20,
|
|
"margin": "3 6",
|
|
"reload_style_on_change": true,
|
|
"position": "top",
|
|
"modules-left": [
|
|
"custom/logo",
|
|
"hyprland/workspaces"
|
|
],
|
|
"modules-center": [
|
|
"mpris"
|
|
],
|
|
"modules-right": [
|
|
"network",
|
|
"bluetooth",
|
|
"custom/notifs",
|
|
"battery",
|
|
"clock"
|
|
]
|
|
}
|