config.jsonc (1192B)
1 { 2 "height": 50, 3 "spacing": 5, 4 "modules-left": [ 5 "ext/workspaces", 6 "dwl/window" 7 ], 8 "modules-right": [ 9 //"pulseaudio", 10 "battery", 11 "clock", 12 "tray", 13 ], 14 "ext/workspaces": { 15 "format": "{icon}", 16 "ignore-hidden": true, 17 "on-click": "activate", 18 "on-click-right": "deactivate", 19 "sort-by-id": true 20 }, 21 "dwl/window": { 22 "format": "[{layout}] {title}" 23 }, 24 "pulseaudio": { 25 "format": "{volume}% {icon}", 26 "scroll-step": 5, 27 "format-muted": "", 28 "format-icons": { 29 "default": ["", ""], 30 } 31 }, 32 "battery": { 33 "bat": "macsmc-battery", 34 "interval": 5, 35 "states": { 36 // "good": 95, 37 "warning": 60, 38 "critical": 15 39 }, 40 "format": "{capacity}% {icon}", 41 "format-full": "{capacity}% {icon}", 42 "format-charging": "{capacity}% ", 43 "format-plugged": "{capacity}% ", 44 "format-alt": "{time} {icon}", 45 // "format-good": "", // An empty format will hide the module 46 // "format-full": "", 47 "format-icons": ["", "", "", "", ""] 48 }, 49 "clock": { 50 "interval": 1, 51 "format": "{:%Y-%m-%d %I:%M:%S}", 52 }, 53 "tray": { 54 "icon-size": 21, 55 "spacing": 10, 56 } 57 }