dotfiles/.config/waybar/bars/bar-1.jsonc
2025-05-09 23:18:40 +02:00

33 lines
990 B
JSON

{
"include": [
"~/.config/waybar/modules/battery.jsonc",
"~/.config/waybar/modules/custom-wf-recorder.jsonc",
"~/.config/waybar/modules/custom-updates.jsonc",
"~/.config/waybar/modules/custom-music.jsonc",
"~/.config/waybar/modules/custom-logo.jsonc",
"~/.config/waybar/modules/custom-notifications.jsonc",
"~/.config/waybar/modules/custom-weather.jsonc",
"~/.config/waybar/modules/hyprland-language.jsonc",
"~/.config/waybar/modules/hyprland-workspaces.jsonc",
"~/.config/waybar/modules/network.jsonc",
"~/.config/waybar/modules/clock-1.jsonc",
"~/.config/waybar/modules/pulseaudio.jsonc",
],
"modules-left": [
"custom/arch",
"hyprland/workspaces",
"custom/cava",
"custom/wf-recorder",
],
"modules-center": ["custom/music"],
"modules-right": [
"network",
"battery",
"custom/updates",
"hyprland/language",
"custom/weather",
"clock#cl1",
"pulseaudio",
"custom/notifications",
],
}