myconfigs/home/user/.config/waybar/config
2023-04-08 21:51:49 +05:00

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}%"}
}