130 lines
3.1 KiB
Text
130 lines
3.1 KiB
Text
[
|
|
{
|
|
"layer": "bottom",
|
|
"position": "bottom",
|
|
"margin": 4,
|
|
"modules-left": [
|
|
"sway/workspaces",
|
|
"sway/mode"
|
|
],
|
|
"modules-center": [
|
|
],
|
|
"modules-right": [
|
|
"disk#1",
|
|
"disk#2",
|
|
"network",
|
|
"cpu",
|
|
"memory",
|
|
"temperature#1",
|
|
"temperature#2",
|
|
"temperature#3",
|
|
"pulseaudio",
|
|
// "custom/multimedia_previous",
|
|
// "custom/multimedia_current",
|
|
// "custom/multimedia_next",
|
|
"mpd",
|
|
"clock",
|
|
"tray"
|
|
],
|
|
"sway/workspaces": {
|
|
"all-outputs": true
|
|
},
|
|
"sway/mode": {
|
|
"format": " {}"
|
|
},
|
|
"disk#1": {
|
|
"interval": 60,
|
|
"format": " {percentage_used:2}%",
|
|
"path": "/"
|
|
},
|
|
"disk#2": {
|
|
"interval": 60,
|
|
"format": " {percentage_used:2}%",
|
|
"path": "/home"
|
|
},
|
|
"network": {
|
|
"interface": "eno2",
|
|
"format": " {ipaddr}",
|
|
"format-disconnected": "-"
|
|
},
|
|
"cpu": {
|
|
"format": " {load}%"
|
|
},
|
|
"memory": {
|
|
"format": " {percentage}%"
|
|
},
|
|
"temperature#1": {
|
|
"thermal-zone": 2,
|
|
"hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
|
|
"format": " {temperatureC}°C"
|
|
},
|
|
"temperature#2": {
|
|
"thermal-zone": 0,
|
|
"hwmon-path": "/sys/class/hwmon/hwmon0/temp1_input",
|
|
"format": "{temperatureC}°C"
|
|
},
|
|
"temperature#3": {
|
|
"thermal-zone": 1,
|
|
"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
|
|
"format": "{temperatureC}°C"
|
|
},
|
|
"pulseaudio": {
|
|
"format": "♪ {volume}% {icon}",
|
|
"format-bluetooth": "{volume}% {icon}",
|
|
"format-muted": "",
|
|
"format-icons": {
|
|
"headphone": "",
|
|
"hands-free": "",
|
|
"headset": "",
|
|
"phone": "",
|
|
"portable": "",
|
|
"car": "",
|
|
"default": ["", ""]
|
|
},
|
|
"scroll-step": 5,
|
|
"on-click": "pavucontrol"
|
|
},
|
|
"custom/multimedia_previous": {
|
|
"format": "",
|
|
"on-click": "~/Bin/music.sh Previous"
|
|
},
|
|
"custom/multimedia_current": {
|
|
"interval": 10,
|
|
"exec": "~/Bin/nowPlaying.sh",
|
|
"on-click": "~/Bin/music.sh PlayPause"
|
|
},
|
|
"custom/multimedia_next": {
|
|
"format": "",
|
|
"on-click": "~/Bin/music.sh Next"
|
|
},
|
|
"mpd": {
|
|
"format": "{stateIcon}{randomIcon}{repeatIcon}{singleIcon} {artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ",
|
|
"format-disconnected": "Disconnected ",
|
|
"format-stopped": "{randomIcon}{repeatIcon}{singleIcon} Stopped ",
|
|
"interval": 10,
|
|
"random-icons": {
|
|
"off": "<span color=\"#f53c3c\"></span> ", // Icon grayed out when "random" is off
|
|
"on": " "
|
|
},
|
|
"repeat-icons": {
|
|
"off": "<span color=\"#f53c3c\"></span> ",
|
|
"on": " "
|
|
},
|
|
"state-icons": {
|
|
"paused": " ",
|
|
"playing": " "
|
|
},
|
|
"single-icons": {
|
|
"on": "1"
|
|
},
|
|
"tooltip-format": "MPD (connected)",
|
|
"tooltip-format-disconnected": "MPD (disconnected)"
|
|
},
|
|
"clock": {
|
|
"format": "{:%d/%m %H:%M}"
|
|
},
|
|
"tray": {
|
|
"spacing": 10
|
|
}
|
|
}
|
|
]
|