163 lines
3.4 KiB
Plaintext
163 lines
3.4 KiB
Plaintext
{
|
|
"layer": "top",
|
|
"position": "top",
|
|
"modules-left": [
|
|
"sway/workspaces",
|
|
"custom/right-arrow-dark"
|
|
],
|
|
"modules-center": [
|
|
"custom/left-arrow-dark",
|
|
"clock#1",
|
|
"custom/left-arrow-light",
|
|
"custom/left-arrow-dark",
|
|
"clock#2",
|
|
"custom/right-arrow-dark",
|
|
"custom/right-arrow-light",
|
|
"clock#3",
|
|
"custom/right-arrow-dark"
|
|
],
|
|
"modules-right": [
|
|
"custom/left-arrow-dark",
|
|
"wireplumber",
|
|
"custom/left-arrow-light",
|
|
"custom/left-arrow-dark",
|
|
"memory",
|
|
"custom/left-arrow-light",
|
|
"custom/left-arrow-dark",
|
|
"cpu",
|
|
"custom/left-arrow-light",
|
|
"custom/left-arrow-dark",
|
|
"battery",
|
|
"power-profiles-daemon",
|
|
"custom/left-arrow-light",
|
|
"custom/left-arrow-dark",
|
|
"disk",
|
|
"custom/left-arrow-light",
|
|
"custom/left-arrow-dark",
|
|
"custom/notifications",
|
|
"custom/left-arrow-light",
|
|
"custom/left-arrow-dark",
|
|
"tray"
|
|
],
|
|
|
|
"custom/left-arrow-dark": {
|
|
"format": "",
|
|
"tooltip": false
|
|
},
|
|
"custom/left-arrow-light": {
|
|
"format": "",
|
|
"tooltip": false
|
|
},
|
|
"custom/right-arrow-dark": {
|
|
"format": "",
|
|
"tooltip": false
|
|
},
|
|
"custom/right-arrow-light": {
|
|
"format": "",
|
|
"tooltip": false
|
|
},
|
|
|
|
"sway/workspaces": {
|
|
"disable-scroll": true,
|
|
"format": "{name}"
|
|
},
|
|
|
|
"custom/notifications": {
|
|
"escape": true,
|
|
"exec": "swaync-client -swb",
|
|
"exec-if": "which swaync-client",
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"none": "",
|
|
"notification": "",
|
|
"dnd-notification": ""
|
|
},
|
|
"on-click": "sleep 0.1 && swaync-client -t -sw",
|
|
"return-type": "json",
|
|
"tooltip": false
|
|
},
|
|
|
|
"clock#1": {
|
|
"format": "{:%a}",
|
|
"tooltip": false
|
|
},
|
|
"clock#2": {
|
|
"format": "{:%H:%M}",
|
|
"tooltip": false
|
|
},
|
|
"clock#3": {
|
|
"format": "{:%d/%m}",
|
|
"tooltip-format": "<tt>{calendar}</tt>",
|
|
"calendar": {
|
|
"mode" : "month",
|
|
"weeks-pos" : "right",
|
|
"format": {
|
|
"months": "<span color='#ffead3'><b>{}</b></span>",
|
|
"days": "<span color='#ecc6d9'><b>{}</b></span>",
|
|
"weeks": "<span color='#99ffdd'><b>W{}</b></span>",
|
|
"weekdays": "<span color='#ffcc66'><b>{}</b></span>",
|
|
"today": "<span color='#ff6699'><b><u>{}</u></b></span>"
|
|
}
|
|
}
|
|
},
|
|
|
|
"wireplumber": {
|
|
"format": "{icon} {volume:2}%",
|
|
"format-bluetooth": "{icon} {volume}%",
|
|
"format-muted": "",
|
|
"format-icons": {
|
|
"headphones": "",
|
|
"default": [
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
"scroll-step": 5,
|
|
"on-click": "wpctl set-mute @DEFAULT_SINK@ toggle",
|
|
"on-click-right": "flatpak run com.saivert.pwvucontrol"
|
|
},
|
|
"memory": {
|
|
"interval": 5,
|
|
"format": " {}%"
|
|
},
|
|
"cpu": {
|
|
"interval": 5,
|
|
"format": " {usage}%"
|
|
},
|
|
"battery": {
|
|
"states": {
|
|
"good": 95,
|
|
"warning": 30,
|
|
"critical": 15
|
|
},
|
|
"format": "{icon} {capacity}%",
|
|
"format-charging": "{icon} {capacity}% ",
|
|
"format-icons": [
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
"power-profiles-daemon": {
|
|
"hide-empty-text": false,
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"balanced": "",
|
|
"performance": "",
|
|
"power-saver": "",
|
|
}
|
|
},
|
|
"disk": {
|
|
"interval": 5,
|
|
"format": " {percentage_used:2}%",
|
|
"path": "/"
|
|
},
|
|
"tray": {
|
|
"icon-size": 12,
|
|
"spacing": 10
|
|
}
|
|
}
|
|
|