Update waybar config for desktop

main
Ensar Sarajčić 2024-08-23 17:05:48 +02:00
parent 83c31d6b92
commit 1d8ff766be
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Description=Rust analyzer multiplex server
[Service] [Service]
Type=simple Type=simple
ExecStart=%h/.asdf/shims/ra-multiplex-server ExecStart=%h/.asdf/shims/ra-multiplex server
[Install] [Install]
WantedBy=default.target WantedBy=default.target

View File

@ -167,6 +167,7 @@
"on-click": "blueman-manager" "on-click": "blueman-manager"
}, },
"temperature": { "temperature": {
"hwmon-path": ["/sys/class/hwmon/hwmon3/temp1_input", "/sys/class/thermal/thermal_zone0/temp"],
"critical-threshold": 80, "critical-threshold": 80,
"interval": 5, "interval": 5,
"format": "{icon} {temperatureC}°C", "format": "{icon} {temperatureC}°C",