Files
wallpaper-engine-caelestia/waybar/config.jsonc.catpu
2026-03-30 14:53:09 -06:00

28 lines
903 B
Plaintext
Executable File

[
{
"include":"~/.config/waybar/modules.jsonc",
"output": "DP-3",
"position": "top",
"modules-center": ["clock"],
"modules-left": ["custom/uptime"],
"modules-right": ["custom/timer", "custom/cpuinfo", "custom/gpu", "network"]
},
{
"include":"~/.config/waybar/modules.jsonc",
"output": "DP-2",
"position": "top",
"modules-left": ["hyprland/workspaces", "hyprland/window"],
"modules-center": ["clock"],
"modules-right": ["custom/weather", "custom/cpuinfo", "custom/gpu", "network", "custom/flagvpn","pulseaudio","battery"]
},
{
"include":"~/.config/waybar/modules.jsonc",
"output": "HDMI-A-1",
"position": "top",
"modules-left": ["hyprland/workspaces", "hyprland/window"],
"modules-center": ["clock"],
"modules-right": ["mpris", "custom/weather", "custom/cpuinfo", "custom/gpu", "network", "pulseaudio", "battery"]
}
]