fix(waybar): standing monitor layout

This commit is contained in:
2026-08-11 12:36:10 +02:00
parent 0c2263d963
commit 72480c2bb2

View File

@@ -1,6 +1,7 @@
{
[{
"layer": "top",
"position": "top",
"output": "DP-2",
"include": [
"~/.config/waybar/modules.jsonc"
],
@@ -16,4 +17,24 @@
"icon-size": 16,
"spacing": 10
},
}
},
{
"layer": "top",
"position": "top",
"output": "HDMI-A-2",
"include": [
"~/.config/waybar/modules.jsonc"
],
"height": 40,
"margin-left": 3,
"margin-right": 3,
"margin-top": 3,
"margin-bottom": 3,
"modules-left": ["custom/junkyard", "hyprland/workspaces"],
"modules-center": ["clock"],
"modules-right": ["tray", "custom/notification", "pulseaudio", "group/group-power"],
"tray": {
"icon-size": 16,
"spacing": 10
},
}]