waybar: init/track

This commit is contained in:
Josh Lay 2024-06-22 11:44:18 -05:00
parent f017d4afcf
commit 6a6b151967
No known key found for this signature in database
GPG key ID: 47AA304B2243B579
5 changed files with 306 additions and 0 deletions

View file

@ -0,0 +1,40 @@
// 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"]
}
]