summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2019-12-15 15:55:38 -0500
committerstreetturtle <streetturtle@gmail.com>2019-12-15 15:55:38 -0500
commit93d6581b7037043a5fbfcca18fe678fddecd7cbd (patch)
tree6ddce94c02240f997247f6d980a32cf646fec7f0
parented80d988ff3868ce9d8cf9911c63c76c24ee2a2e (diff)
various cosmetic readme improvements
-rw-r--r--cpu-widget/README.md2
-rw-r--r--jira-widget/README.md2
-rw-r--r--stackoverflow-widget/README.md4
-rw-r--r--volume-widget/README.md3
-rw-r--r--volumearc-widget/README.md2
-rw-r--r--volumebar-widget/README.md2
6 files changed, 6 insertions, 9 deletions
diff --git a/cpu-widget/README.md b/cpu-widget/README.md
index 31fb0d6..397b3f9 100644
--- a/cpu-widget/README.md
+++ b/cpu-widget/README.md
@@ -2,7 +2,7 @@
This widget shows the average CPU load among all cores of the machine:
-![screenshot](cpu.gif)
+![screenshot](./cpu.gif)
## How it works
diff --git a/jira-widget/README.md b/jira-widget/README.md
index c711f04..56b86ce 100644
--- a/jira-widget/README.md
+++ b/jira-widget/README.md
@@ -2,8 +2,6 @@
The widget shows the number of assigned tickets to the user and when clicked shows them in the list with some additional information. When item in the list is clicked - it opens the issue in browser
-2![screenshot](cpu.gif)
-
## How it works
Widget users cURL to query JIRA's REST API. In order to be authenticated, widget uses netrc feature of the cURL, which is basically to store basic auth credentials in a .netrc file in home folder.
diff --git a/stackoverflow-widget/README.md b/stackoverflow-widget/README.md
index c906bf1..23ed2c1 100644
--- a/stackoverflow-widget/README.md
+++ b/stackoverflow-widget/README.md
@@ -10,8 +10,8 @@ It is possible to customize widget by providing a table with all or some of the
| Name | Default | Description |
|---|---|---|
-| `icon`| `/.config/awesome/awesome-wm-widgets/stackoverflow-widget/so-icon.svg| Path to the icon|
-| `limit` | 5 | Number of items to show in the widget
+| `icon`| `/.config/awesome/awesome-wm-widgets/stackoverflow-widget/so-icon.svg` | Path to the icon |
+| `limit` | 5 | Number of items to show in the widget |
| `tagged` | awesome-wm | Tag, or comma-separated tags |
## Installation
diff --git a/volume-widget/README.md b/volume-widget/README.md
index 6086074..c83c490 100644
--- a/volume-widget/README.md
+++ b/volume-widget/README.md
@@ -1,7 +1,6 @@
# Volume widget
-Simple and easy-to-install widget for Awesome Window Manager which shows the sound level: ![Volume Widget](
-./vol-widget-1.png)
+Simple and easy-to-install widget for Awesome Window Manager which shows the sound level: ![Volume Widget](./vol-widget-1.png)
Note that widget uses the Arc icon theme, so it should be [installed](https://github.com/horst3180/arc-icon-theme#installation) first under **/usr/share/icons/Arc/** folder.
diff --git a/volumearc-widget/README.md b/volumearc-widget/README.md
index 8a06b92..cd0501e 100644
--- a/volumearc-widget/README.md
+++ b/volumearc-widget/README.md
@@ -2,7 +2,7 @@
Almost the same as [volumebar widget](https://github.com/streetturtle/awesome-wm-widgets/tree/master/volumebar-widget), but using [arcchart](https://awesomewm.org/doc/api/classes/wibox.container.arcchart.html):
-![screenshot](out.gif)
+![screenshot](./out.gif)
Supports
- scroll up - increase volume,
diff --git a/volumebar-widget/README.md b/volumebar-widget/README.md
index 955453f..2b27c60 100644
--- a/volumebar-widget/README.md
+++ b/volumebar-widget/README.md
@@ -2,7 +2,7 @@
Almost the same as volume widget, but more minimalistic:
-![screenshot](out.gif)
+![screenshot](./out.gif)
Supports
- scroll up - increase volume,