update: office waybar layout

This commit is contained in:
2025-03-20 19:16:42 -04:00
parent 8b271611f4
commit 86ddc20730

View File

@@ -14,7 +14,8 @@
"layer": "top", "layer": "top",
"output": [ "output": [
"DP-1", "DP-1",
"HDMI-A-2" "HDMI-A-2",
"DP-3"
], ],
"margin-top": 0, "margin-top": 0,
"margin-bottom": 0, "margin-bottom": 0,
@@ -55,7 +56,7 @@
"layer": "top", "layer": "top",
"output": [ "output": [
"HDMI-A-1", "HDMI-A-1",
"DP-2" "DP-4"
], ],
"margin-top": 0, "margin-top": 0,
"margin-bottom": 0, "margin-bottom": 0,
@@ -84,5 +85,41 @@
"tray", "tray",
"custom/events" "custom/events"
] ]
},
{
// General Settings
"layer": "top",
"output": [
"DP-2"
],
"margin-top": 0,
"margin-bottom": 0,
"margin-left": 0,
"margin-right": 0,
"spacing": 0,
"fixed-center": false,
// Load Modules
"include": [
"~/dotfiles/waybar/themes/meow-gentoo/modules.jsonc"
],
// Modules Left
"modules-left": [
"custom/appmenuicon",
"hyprland/workspaces",
"wlr/taskbar",
"hyprland/window",
"custom/empty"
],
// Modules Center
"modules-center": [
"custom/events"
],
// Modules Right
"modules-right": [
"group/hardware",
"group/hardware2",
"tray",
"group/power"
]
} }
] ]