|
- {
- "layer": "bottom", // Waybar at top layer
- // "position": "bottom", // Waybar at the bottom of your screen
- "height": 24, // Waybar height
- // "width": 1280, // Waybar width
- // Choose the order of the modules
- "modules-left": ["sway/workspaces", "sway/mode"],
- "modules-center": ["sway/window"],
- "modules-right": ["tray", "pulseaudio", "network", "cpu", "memory", "battery", "clock"],
- // Modules configuration
- "sway/workspaces": {
- "disable-scroll": true,
- "all-outputs": false,
- "format": "{name} {icon}",
- "format-icons": {
- "urgent": "",
- "focused": "",
- "default": ""
- }
- },
- "sway/mode": {
- "format": "{}"
- },
- "sway/window": {
- "max-length": 50
- },
- "tray": {
- // "icon-size": 21,
- "spacing": 10
- },
- "clock": {
- "format": "{:%H:%M %d/%m/%Y}"
- },
- "cpu": {
- "format": "{}% "
- },
- "memory": {
- "format": "{}% "
- },
- "battery": {
- "bat": "BAT0",
- "states": {
- "full": 100,
- "good": 90,
- "warning": 30,
- "critical": 15
- },
- "format-charging": "🔌 {capacity}% {icon}",
- "format-discharging": "🔋 {capacity}% {icon}",
- "format": "🔌 [full]",
- "format-icons": [" ","▁","▂","▃","▄","▅","▆","▇","█"]
- },
- "network": {
- // "interface": "wlp2s0", // (Optional) To force the use of this interface
- "format-wifi": "{essid} ({signaldBm}dB) ",
- "format-ethernet": "{ifname} ",
- "format-disconnected": "Disconnected ⚠"
- },
- "pulseaudio": {
- "format": "{volume}% {icon}",
- "format-bluetooth": "{volume}% {icon}",
- "format-muted": "",
- "format-icons": {
- "headphones": "",
- "handsfree": "",
- "headset": "",
- "phone": "",
- "portable": "",
- "car": "",
- "default": ["", ""]
- },
- "on-click": "pavucontrol"
- }
- }
|