summaryrefslogtreecommitdiff
path: root/volume-widget/README.md
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2017-06-09 16:18:30 -0400
committerGitHub <noreply@github.com>2017-06-09 16:18:30 -0400
commitdd0975a4308d840db95ec50c290dece880c98dbf (patch)
tree21fbaa960ae08ba2a70591c06f4f856a7139b76f /volume-widget/README.md
parent43a1e50763fd0dea84d63811f6b0bed58de875b6 (diff)
Create README.md
Diffstat (limited to 'volume-widget/README.md')
-rw-r--r--volume-widget/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/volume-widget/README.md b/volume-widget/README.md
index 7a2ae52..747879c 100644
--- a/volume-widget/README.md
+++ b/volume-widget/README.md
@@ -21,8 +21,8 @@ s.mytasklist, -- Middle widget
volume_widget,
...
```
-- _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)):
+- _Optional step._ In Arc icon theme the muted audio level icon 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`:
```bash
cd /usr/share/icons/Arc/status/symbolic &&