Updated config
This commit is contained in:
parent
a6622041a9
commit
4262236e71
@ -17,6 +17,7 @@
|
|||||||
"modules": [
|
"modules": [
|
||||||
"cpu",
|
"cpu",
|
||||||
"custom/gpu",
|
"custom/gpu",
|
||||||
|
"temperature",
|
||||||
"memory",
|
"memory",
|
||||||
"disk",
|
"disk",
|
||||||
],
|
],
|
||||||
|
@ -67,6 +67,11 @@
|
|||||||
},
|
},
|
||||||
"title-len": 30,
|
"title-len": 30,
|
||||||
},
|
},
|
||||||
|
"temperature": {
|
||||||
|
"interval": 2,
|
||||||
|
"format": "<span color='#ffffff40'></span> {temperatureC} C",
|
||||||
|
"hwmon-path": "/sys/class/hwmon/hwmon3/temp1_input"
|
||||||
|
},
|
||||||
"wireplumber": {
|
"wireplumber": {
|
||||||
"format": "<span color='#ffffff40'>{icon}</span> {volume}%",
|
"format": "<span color='#ffffff40'>{icon}</span> {volume}%",
|
||||||
"format-muted": "",
|
"format-muted": "",
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
#memory,
|
#memory,
|
||||||
#mpris,
|
#mpris,
|
||||||
#network,
|
#network,
|
||||||
|
#temperature,
|
||||||
#window,
|
#window,
|
||||||
#wireplumber,
|
#wireplumber,
|
||||||
#custom-gpu,
|
#custom-gpu,
|
||||||
|
Loading…
Reference in New Issue
Block a user