dotfiles/.config/waybar/bars/bar-1.jsonc
2025-09-17 23:48:44 +02:00

18 lines
524 B
JSON

{
"include": [
"~/.config/waybar/modules/custom-music.jsonc",
"~/.config/waybar/modules/custom-notifications.jsonc",
"~/.config/waybar/modules/hyprland-workspaces.jsonc",
"~/.config/waybar/modules/hyprland-language.jsonc",
"~/.config/waybar/modules/tray.jsonc",
"~/.config/waybar/modules/network.jsonc",
],
"modules-left": ["hyprland/workspaces"],
"modules-center": ["custom/music"],
"modules-right": [
"tray",
"hyprland/language",
"network",
"custom/notifications",
],
}