Files
scripts-bash/waybar/config.jsonc
2026-03-30 15:48:25 -06:00

22 lines
627 B
JSON
Executable File

[
{
"include":"~/.config/waybar/modules.jsonc",
"output": "DP-3",
"position": "top",
"modules-center": ["clock"],
"modules-left": ["hyprland/workspaces", "hyprland/window"]
},
{
"include":"~/.config/waybar/modules.jsonc",
"output": "DP-2",
"margin-top":5,
"margin-left":15,
"margin-right":15,
"name":"dp2_top",
"position": "top",
"modules-left": ["hyprland/workspaces", "hyprland/window"],
"modules-right": [ "clock","custom/weather", "custom/cpuinfo", "custom/gpu", "network", "custom/flagvpn","battery", "bluetooth", "pulseaudio", "custom/notification"]
}
]