Files
config/pc-files/.config/waybar/config.jsonc
2026-01-04 16:25:30 +00:00

26 lines
455 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",
"memory",
"cpu",
"custom/swaync",
"clock"
]
}