38 lines
769 B
Text
38 lines
769 B
Text
{
|
|
"layer": "top",
|
|
"modules-left": ["sway/workspaces", "sway/mode"],
|
|
"modules-center": [],
|
|
"modules-right": ["network", "pulseaudio", "temperature", "cpu", "memory", "clock", "tray"],
|
|
"enable-bar-scroll": true,
|
|
"pulseaudio": {
|
|
"tooltip": false,
|
|
"scroll-step": 5,
|
|
"format": "{icon} {volume}%",
|
|
"format-icons": {
|
|
"default": ["奄", "奔", "墳"]
|
|
}
|
|
},
|
|
"temperature": {
|
|
"format": "{temperatureF}°F",
|
|
},
|
|
"network": {
|
|
"tooltip": false,
|
|
"format-wifi": " {essid} {ipaddr}",
|
|
"format-ethernet": " {ipaddr}"
|
|
},
|
|
"cpu": {
|
|
"tooltip": false,
|
|
"format": " {}%"
|
|
},
|
|
"memory": {
|
|
"tooltip": false,
|
|
"format": " {}%"
|
|
},
|
|
"tray": {
|
|
"icon-size": 24,
|
|
"spacing": 5,
|
|
},
|
|
"clock": {
|
|
"format": "{:%a, %b %d %I:%M%p %Z %d/%m/%Y}",
|
|
},
|
|
}
|