{ // "layer": "top", // Waybar at top layer // "position": "bottom", // Waybar position (top|bottom|left|right) "height": 32, // Waybar height (to be removed for auto height) "modules-left": ["custom/run", "sway/workspaces"], "modules-center": ["wlr/taskbar"], "modules-right": ["tray", "battery", "clock"], "custom/run": { "format": "M", "exec": "printf 'M\nApplications\n'", "interval": 3600, "on-click": "pkill -x wofi || wofi --show drun -p Search -a -i -I -W 66% -H 66% -s $HOME/.config/wofi.css" }, "sway/window": { }, "wlr/taskbar": { "format": "{icon}", "icon-theme": "Papirus", "icon-size": 24, "on-click": "minimize-raise", }, "tray": { "icon-theme": "Papirus", "icon-size": 24, "spacing": 16 }, "clock": { "format": "{:%Y-%m-%d %H:%M}", "tooltip-format": "{:%Y %B}", "format-alt": "{:%Y-%m-%d}", "tooltip": false }, "pulseaudio": { // "scroll-step": 1, "format": "Vol {volume}%", "format-bluetooth": " {volume}%", "format-bluetooth-muted": " Silent", "format-muted": "Silent", "format-source": "Vol {volume}%", "format-source-muted": "Silent", "on-click": "pavucontrol" }, "battery": { "format": "{icon} {capacity}%", "format-charging": " {capacity}%", "format-plugged": " {capacity}%", "format-icons": ["", "", "", "", ""] }, }