mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 10:15:17 +03:00
75 lines
2 KiB
Plaintext
75 lines
2 KiB
Plaintext
{
|
|
"position": "top",
|
|
"modules-left": ["sway/workspaces", "sway/mode"],
|
|
"modules-center": [],
|
|
"modules-right": ["tray", "idle_inhibitor", "cpu", "memory", "custom/uptime", "pulseaudio", "battery", "sway/language", "clock"],
|
|
"sway/mode": {
|
|
"format": "<span style=\"italic\">{}</span>"
|
|
},
|
|
"idle_inhibitor": {
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"activated": "Don't idle",
|
|
"deactivated": "Idling"
|
|
}
|
|
},
|
|
"tray": {
|
|
"spacing": 10
|
|
},
|
|
"clock": {
|
|
"format": "{:%H:%M:%S %d.%m.%Y}",
|
|
"interval": 1
|
|
},
|
|
"pulseaudio": {
|
|
"scroll-step": 1,
|
|
"format": "Volume: {volume}%",
|
|
"format-bluetooth": "Volume: {volume}% (BT)",
|
|
"format-bluetooth-muted": "Volume: {icon} (BT)",
|
|
"format-muted": "Vol: {volume}%",
|
|
"on-click": "pavucontrol"
|
|
},
|
|
"cpu": {
|
|
"format": "CPU: {usage}%",
|
|
"interval": 1
|
|
},
|
|
"memory": {
|
|
"format": "RAM: {}%",
|
|
"interval": 1
|
|
},
|
|
"custom/absclock": {
|
|
"exec": "date +%s",
|
|
"return-type": "{}",
|
|
"format": "{}",
|
|
"interval": 1
|
|
},
|
|
"custom/loadavg": {
|
|
"exec": "cat /proc/loadavg | head -c 14",
|
|
"return-type": "{}",
|
|
"format": "Load average: {}",
|
|
"interval": 1
|
|
},
|
|
"custom/uptime": {
|
|
"exec": "uptime -p | sed 's/up //g' -",
|
|
"return-type": "{}",
|
|
"format": "Uptime: {}",
|
|
"interval": 60,
|
|
},
|
|
"temperature": {
|
|
"format": "Temperature: {temperatureC}°C",
|
|
"interval": 1
|
|
},
|
|
"battery": {
|
|
"format": "Battery: {capacity}%",
|
|
"format-charging": "Battery: {capacity}% (charging)",
|
|
"format-plugged": "Battery: {capacity}% (plugged)",
|
|
"interval": 10
|
|
},
|
|
"network": {
|
|
"format": "Network via {ifname}",
|
|
"tooltip-format": "{ipaddr}/{cidr}",
|
|
"format-linked": "Network (No IP) via {ifname}",
|
|
"format-disconnected": "No network",
|
|
"on-click": "nm-connection-editor"
|
|
},
|
|
}
|