mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
98 lines
2.3 KiB
JSON
98 lines
2.3 KiB
JSON
{
|
|
"layer": "top",
|
|
"modules-left": [
|
|
"sway/workspaces",
|
|
"sway/window"
|
|
],
|
|
"modules-center": [
|
|
],
|
|
"modules-right": [
|
|
"pulseaudio",
|
|
"clock",
|
|
"network"
|
|
//"bluetooth"
|
|
],
|
|
"pulseaudio": {
|
|
"tooltip": false,
|
|
"scroll-step": 5,
|
|
"format": "VOL {volume}%",
|
|
"format-muted": "muted",
|
|
"on-click": "~/.config/dunst/volume.sh mute",
|
|
"format-icons": {
|
|
"default": [
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
}
|
|
},
|
|
"privacy": {
|
|
"icon-spacing": 10,
|
|
"icon-size": 18,
|
|
"transition-duration": 250,
|
|
"tooltip": false,
|
|
"modules": [
|
|
{
|
|
"type": "screenshare",
|
|
"tooltip": true,
|
|
"tooltip-icon-size": 24
|
|
},
|
|
{
|
|
"type": "audio-out",
|
|
"tooltip": true,
|
|
"tooltip-icon-size": 24
|
|
},
|
|
{
|
|
"type": "audio-in",
|
|
"tooltip": true,
|
|
"tooltip-icon-size": 24
|
|
}
|
|
]
|
|
},
|
|
"bluetooth": {
|
|
"format": " {status}",
|
|
"format-connected": " conn",
|
|
"tooltip": true,
|
|
"tooltip-format-connected": "{device_alias}"
|
|
},
|
|
"clock": {
|
|
"format": "TIME {:%H:%M}",
|
|
"tooltip": true,
|
|
"tooltip-format": "{:%a, %b %d}"
|
|
},
|
|
"sway/workspaces": {
|
|
"format": "●"
|
|
},
|
|
"sway/window": {
|
|
"icon": false,
|
|
"icon-size": 20
|
|
},
|
|
"network": {
|
|
"interface": "eno1",
|
|
"format-wifi": "WLAN {essid}",
|
|
"format-ethernet": "ETH {ipaddr}/{cidr}",
|
|
"format-disconnected": "disconnected",
|
|
"tooltip": false,
|
|
"max-length": 50
|
|
},
|
|
"battery": {
|
|
"format": "{icon}: {capacity}%",
|
|
"interval": 10,
|
|
"states": {
|
|
"warning": 20,
|
|
"critical": 10
|
|
},
|
|
"format-time": "{H}:{m}",
|
|
"format-icons": [
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
],
|
|
"format-charging": "{icon} +: {capacity}%",
|
|
"format-discharging": "{icon} -: {capacity}%",
|
|
"tooltip-format": "{power}W, {cycles} cycles"
|
|
}
|
|
}
|
|
|