dot/outerheaven.init3.home/.config/waybar/config

41 lines
1 KiB
Text
Raw Normal View History

2024-06-22 16:44:18 +00:00
// unused modules of note:
// custom/arrayhealth
// custom/advancedcpu
// custom/gpustats
// custom/weather
// memory
// cpu
// cava
[{
"position": "bottom",
"layer": "top",
"height": 36,
"output": ["DP-1"],
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["sway/window"],
"modules-right": ["tray", "idle_inhibitor", "clock"],
"include": ["~/.config/waybar/modules/settings.json"]
},
{
"position": "bottom",
"layer": "top",
"height": 34,
"output": ["DP-2"],
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["sway/window"],
"modules-right": ["tray", "idle_inhibitor", "clock"],
"include": ["~/.config/waybar/modules/settings.json"]
},
{
"position": "bottom",
"layer": "top",
"height": 36,
"output": ["DP-3"],
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["sway/window"],
"modules-right": ["tray", "idle_inhibitor", "clock"],
"include": ["~/.config/waybar/modules/settings.json"]
}
]