13 lines
433 B
Plaintext
13 lines
433 B
Plaintext
{
|
|
"output": "{{ .out }}",
|
|
"layer": "top", // Waybar at top layer
|
|
"position": "left", // Waybar position (top|bottom|left|right)
|
|
"width": 44, // Waybar width
|
|
// Choose the order of the modules
|
|
"modules-left": ["clock", "pulseaudio"],
|
|
"modules-center": ["sway/workspaces"],
|
|
"modules-right": ["tray", "battery", "custom/power"],
|
|
{{ template "workspaces" (dict "out" .out "ws" .ws) }}
|
|
{{ template "waybar-modules" . }}
|
|
}
|