Files
config/.config/waybar/config.jsonc
2026-03-25 22:09:06 +00:00

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"
]
}