summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2017-06-09 16:12:17 -0400
committerGitHub <noreply@github.com>2017-06-09 16:12:17 -0400
commit43a1e50763fd0dea84d63811f6b0bed58de875b6 (patch)
tree438c701010c2e706891a55537925d7dd746124cf
parent2e32f4c724dba12cc3ea608d1b7e85023e0f74b7 (diff)
Update README.md
-rw-r--r--volume-widget/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/volume-widget/README.md b/volume-widget/README.md
index ba07eca..7a2ae52 100644
--- a/volume-widget/README.md
+++ b/volume-widget/README.md
@@ -21,7 +21,7 @@ s.mytasklist, -- Middle widget
volume_widget,
...
```
-- _Optional step._ In Arc icon theme the muted audio level icon (![Volume Widget](./audio-volume-muted-symbolic.svg)) looks like 0 level icon, which could be a bit misleading.
+- _Optional step._ In Arc icon theme the muted audio level icon (<img src="./audio-volume-muted-symbolic.svg">) looks like 0 level icon, which could be a bit misleading.
So I decided to use original muted icon for low audio level, and the same icon, but colored in red for muted audio level. Fortunately icons are in svg format, so you can easily recolor them with `sed`, so it would look like this (![Volume Widget](./audio-volume-muted-symbolic_red.svg)):
```bash