dotfiles/.config/waybar/bars/bar-1.jsonc
2025-08-17 01:19:14 +02:00

18 lines
526 B
JSON

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