summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-08-02 02:10:50 -0500
committerzachir <zachir@librem.one>2023-08-02 02:10:50 -0500
commit34528f25858ec1e40891e8433a0006dc12bf2f2a (patch)
tree5fbfb0e2117f677e0075015e05f7bb93b6d1a3e6
parent1161596e06bb8c232b7c505e1db86637a39c6dde (diff)
Update README to reflect current project status.HEAD2.3master
Signed-off-by: zachir <zachir@librem.one>
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index 6d2333a..b10c9dd 100644
--- a/README.md
+++ b/README.md
@@ -14,14 +14,14 @@ Volsv is a POSIX-compliant shell script I wrote in 2020, and have been modifying
- Getting the mute state
- Getting both volume and mute state
-in pipewire, pulseaudio, sndio, and ALSA. Once I get FreeBSD up and running, I will add those sound options too.
+in pipewire, pulseaudio, sndio, and alsa. Once I get FreeBSD up and running, I will add those sound options too.
It depends on:
-- pamixer (pulseaudio/pipewire)
-- amixer (alsa/pipewire mic mute)
+- pactl (pulseaudio/pipewire)
+- amixer (alsa)
- mixerd (sndio)
-- pgrep (with the -x command, standard in BSD and \*/Linux systems)
+- pgrep (with the -x command, standard in BSD and Linux systems)
#### But *why* though?
@@ -29,8 +29,7 @@ I made volsv so that I could use it with keybindings to control the volume,
regardless of whether or not I was running pulseaudio, since I dislike
pulseaudio and tend to avoid it when possible. This means I can have a
consistent keybinding, whether or not I'm using it. Additionally, it has
-provided a fun learning experience as
-I learn to write scripts.
+provided a fun learning experience as I learn to write scripts.
#### Flags/Commands