12 lines
506 B
Plaintext
12 lines
506 B
Plaintext
{
|
|
// "layer": "top", // Waybar at top layer
|
|
// "position": "bottom", // Waybar position (top|bottom|left|right)
|
|
// "height": 30, // Waybar height (to be removed for auto height)
|
|
// "width": 1280, // Waybar width
|
|
// Choose the order of the modules
|
|
"modules-left": ["sway/workspaces", "sway/mode", "custom/media"],
|
|
"modules-center": ["sway/window"],
|
|
"modules-right": ["pulseaudio", "keyboard-state", "sway/language", "clock", "tray"],
|
|
"pulseaudio": {"format": "{volume}%"}
|
|
}
|