mirror of
https://github.com/Derisis13/dotfiles.git
synced 2026-09-16 10:00:51 +02:00
fix(waybar): standing monitor layout
This commit is contained in:
@@ -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
|
||||
},
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user