Added thermal zones
This commit is contained in:
parent
88a615ba5b
commit
f62587c125
2 changed files with 57 additions and 9 deletions
|
@ -2,19 +2,22 @@
|
|||
{
|
||||
"layer": "bottom",
|
||||
"position": "bottom",
|
||||
"margin-right": 5,
|
||||
"margin-left": 5,
|
||||
"margin-bottom": 5,
|
||||
"margin": 4,
|
||||
"modules-left": [
|
||||
"sway/workspaces"
|
||||
"sway/workspaces",
|
||||
"sway/mode"
|
||||
],
|
||||
"modules-center": [
|
||||
],
|
||||
"modules-center": [],
|
||||
"modules-right": [
|
||||
"disk#1",
|
||||
"disk#2",
|
||||
"network",
|
||||
"cpu",
|
||||
"memory",
|
||||
"temperature#1",
|
||||
"temperature#2",
|
||||
"temperature#3",
|
||||
"pulseaudio",
|
||||
"custom/multimedia_previous",
|
||||
"custom/multimedia_current",
|
||||
|
@ -22,6 +25,12 @@
|
|||
"clock",
|
||||
"tray"
|
||||
],
|
||||
"sway/workspaces": {
|
||||
"all-outputs": true
|
||||
},
|
||||
"sway/mode": {
|
||||
"format": " {}"
|
||||
},
|
||||
"disk#1": {
|
||||
"interval": 60,
|
||||
"format": " {percentage_used:2}%",
|
||||
|
@ -43,6 +52,21 @@
|
|||
"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}",
|
||||
|
@ -66,7 +90,7 @@
|
|||
"custom/multimedia_current": {
|
||||
"interval": 10,
|
||||
"exec": "~/Bin/nowPlaying.sh",
|
||||
"on-click": "~/Bin/music.sh PlayPause",
|
||||
"on-click": "~/Bin/music.sh PlayPause"
|
||||
},
|
||||
"custom/multimedia_next": {
|
||||
"format": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue