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

30 lines
905 B
Plaintext
Executable File

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