From 4d7bfe2f76a8116ff9c8013faf5b5a7385431d69 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Fri, 29 Sep 2017 10:08:44 -0400 Subject: Update README.md --- battery-widget/README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'battery-widget') diff --git a/battery-widget/README.md b/battery-widget/README.md index 63b735a..070bdb8 100644 --- a/battery-widget/README.md +++ b/battery-widget/README.md @@ -3,10 +3,14 @@ Simple and easy-to-install widget for Awesome Window Manager. This widget consists of - - an icon which shows the battery level: ![Battery Widget](./bat-wid-1.png) - - a pop-up window, which shows up when you hover over an icon: ![Battery Widget](./bat-wid-2.png). - Alternatively you can use a tooltip: ![Battery Widget](./bat-wid-22.png) - - a pop-up warning message which appears on bottom right corner when battery level is less that 15%: ![Battery Widget](./bat-wid-3.png) + - an icon which shows the battery level: + ![Battery Widget](./bat-wid-1.png) + - a pop-up window, which shows up when you hover over an icon: + ![Battery Widget](./bat-wid-2.png) + Alternatively you can use a tooltip: + ![Battery Widget](./bat-wid-22.png) + - a pop-up warning message which appears on bottom right corner when battery level is less that 15%: + ![Battery Widget](./bat-wid-3.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. -- cgit v1.2.3 From 41b0476d84646fe04b5795e072f5ac8dfdb0066b Mon Sep 17 00:00:00 2001 From: streetturtle Date: Fri, 29 Sep 2017 10:14:03 -0400 Subject: Update README.md --- battery-widget/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'battery-widget') diff --git a/battery-widget/README.md b/battery-widget/README.md index 070bdb8..80a0421 100644 --- a/battery-widget/README.md +++ b/battery-widget/README.md @@ -1,7 +1,8 @@ # Battery widget + Simple and easy-to-install widget for Awesome Window Manager. -This widget consists of +This widget consists of: - an icon which shows the battery level: ![Battery Widget](./bat-wid-1.png) @@ -14,6 +15,8 @@ This widget consists of 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. +Also it's worth mentioning that if the charge is more that 95% the widget is hidden. This is done intentionally in order to save some space on wibox when laptop is plugged in dock station or power socket. + ## Installation This widget reads the output of acpi tool. -- cgit v1.2.3 From dd917a1cb3c1e5112f5b508260558f3f5b5adfbc Mon Sep 17 00:00:00 2001 From: streetturtle Date: Fri, 29 Sep 2017 10:15:09 -0400 Subject: Update README.md --- battery-widget/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'battery-widget') diff --git a/battery-widget/README.md b/battery-widget/README.md index 80a0421..4c907a1 100644 --- a/battery-widget/README.md +++ b/battery-widget/README.md @@ -15,7 +15,7 @@ This widget consists of: 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. -Also it's worth mentioning that if the charge is more that 95% the widget is hidden. This is done intentionally in order to save some space on wibox when laptop is plugged in dock station or power socket. +Also it's worth mentioning that if the charge is more that 95% the widget is hidden. This is done intentionally in order to save some space on wibox when laptop is plugged in dock station or power socket. You can edit this behaviour [here](https://github.com/streetturtle/awesome-wm-widgets/blob/41b0476d84646fe04b5795e072f5ac8dfdb0066b/battery-widget/battery.lua#L37) ## Installation -- cgit v1.2.3