30 lines
756 B
JSON
30 lines
756 B
JSON
{
|
|
"reload_style_on_change": true,
|
|
"include": [
|
|
"~/.config/waybar/lib/components/workspaces.json",
|
|
"~/.config/waybar/lib/components/tray.json",
|
|
"~/.config/waybar/lib/components/notifications.json",
|
|
"~/.config/waybar/lib/components/cpu.json",
|
|
"~/.config/waybar/lib/components/gpu.json",
|
|
"~/.config/waybar/lib/components/memory.json",
|
|
"~/.config/waybar/lib/components/audio.json",
|
|
"~/.config/waybar/lib/components/calendar.json",
|
|
"~/.config/waybar/lib/components/clock.json"
|
|
],
|
|
"modules-left": [
|
|
"hyprland/workspaces",
|
|
"tray"
|
|
],
|
|
"modules-center": [
|
|
],
|
|
"modules-right": [
|
|
"custom/notification",
|
|
"cpu",
|
|
"custom/gpu",
|
|
"memory",
|
|
"pulseaudio",
|
|
"clock#calendar",
|
|
"clock"
|
|
]
|
|
}
|