Updated config

This commit is contained in:
Eduard Urbach 2024-07-15 15:59:55 +02:00
parent a6622041a9
commit 4262236e71
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
3 changed files with 10 additions and 3 deletions

View File

@ -17,9 +17,10 @@
"modules": [ "modules": [
"cpu", "cpu",
"custom/gpu", "custom/gpu",
"temperature",
"memory", "memory",
"disk", "disk",
], ],
}, },
"include": "~/.config/waybar/modules.jsonc", "include": "~/.config/waybar/modules.jsonc",
} }

View File

@ -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": "",
@ -115,4 +120,4 @@
"Firefox Web Browser": "Firefox", "Firefox Web Browser": "Firefox",
}, },
}, },
} }

View File

@ -35,6 +35,7 @@
#memory, #memory,
#mpris, #mpris,
#network, #network,
#temperature,
#window, #window,
#wireplumber, #wireplumber,
#custom-gpu, #custom-gpu,
@ -116,4 +117,4 @@
#clock { #clock {
background: rgb(90%, 90%, 90%); background: rgb(90%, 90%, 90%);
}*/ }*/