waybar: init/track
This commit is contained in:
parent
f017d4afcf
commit
6a6b151967
5 changed files with 306 additions and 0 deletions
40
outerheaven.init3.home/.config/waybar/config
Normal file
40
outerheaven.init3.home/.config/waybar/config
Normal 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"]
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue