Updated config
This commit is contained in:
parent
a6622041a9
commit
4262236e71
@ -17,9 +17,10 @@
|
||||
"modules": [
|
||||
"cpu",
|
||||
"custom/gpu",
|
||||
"temperature",
|
||||
"memory",
|
||||
"disk",
|
||||
],
|
||||
},
|
||||
"include": "~/.config/waybar/modules.jsonc",
|
||||
}
|
||||
}
|
@ -67,6 +67,11 @@
|
||||
},
|
||||
"title-len": 30,
|
||||
},
|
||||
"temperature": {
|
||||
"interval": 2,
|
||||
"format": "<span color='#ffffff40'></span> {temperatureC} C",
|
||||
"hwmon-path": "/sys/class/hwmon/hwmon3/temp1_input"
|
||||
},
|
||||
"wireplumber": {
|
||||
"format": "<span color='#ffffff40'>{icon}</span> {volume}%",
|
||||
"format-muted": "",
|
||||
@ -115,4 +120,4 @@
|
||||
"Firefox Web Browser": "Firefox",
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
@ -35,6 +35,7 @@
|
||||
#memory,
|
||||
#mpris,
|
||||
#network,
|
||||
#temperature,
|
||||
#window,
|
||||
#wireplumber,
|
||||
#custom-gpu,
|
||||
@ -116,4 +117,4 @@
|
||||
|
||||
#clock {
|
||||
background: rgb(90%, 90%, 90%);
|
||||
}*/
|
||||
}*/
|
Loading…
Reference in New Issue
Block a user