Skip to content

Commit

Permalink
Update waybar config for desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
esensar committed Aug 23, 2024
1 parent 83c31d6 commit 1d8ff76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion symlinks/config/systemd/user/ra-multiplex.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=Rust analyzer multiplex server

[Service]
Type=simple
ExecStart=%h/.asdf/shims/ra-multiplex-server
ExecStart=%h/.asdf/shims/ra-multiplex server

[Install]
WantedBy=default.target
1 change: 1 addition & 0 deletions symlinks/config/waybar/config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
"on-click": "blueman-manager"
},
"temperature": {
"hwmon-path": ["/sys/class/hwmon/hwmon3/temp1_input", "/sys/class/thermal/thermal_zone0/temp"],
"critical-threshold": 80,
"interval": 5,
"format": "{icon} {temperatureC}°C",
Expand Down

0 comments on commit 1d8ff76

Please sign in to comment.