commit: | 6033700dd60e09d1e05a9038afda436d7c285796 |
author: | quantum-byte |
committer: | Trevor Bentley |
date: | Tue Mar 14 03:35:59 2023 +0100 |
parents: | 92a7859e06695711a3cd277955ecd4959ab15af4 |
diff --git a/README.md b/README.md line changes: +2/-2 index 6851234..f9b28d9 --- a/README.md +++ b/README.md
@@ -48,7 +48,7 @@ Circadian exists because modern Linux distros already support suspend-on-idle, b $ sudo dpkg -i circadian_0.6.0-1_amd64.deb ``` -If desired, install tooling to detect network (`netstat`), X11 (`xssstate` and`xprintidle`), audio activity (`pacmd`): +If desired, install tooling to detect network (`netstat`), X11 (`xssstate` and`xprintidle`), audio activity (`pactl`): ``` $ sudo apt-get install suckless-tools xprintidle net-tools pulseaudio-utils
@@ -98,7 +98,7 @@ Follow systemd instructions, and port circadian.service to whatever format you w * xssstate * xprintidle * netstat - * pacmd + * pactl * rustc + cargo (if building locally) * Should already have * grep