Commit Graph

461 Commits

Author SHA1 Message Date
streetturtle ddc36b526d improve list of reviews for gerrit widget 2019-09-29 22:22:29 -04:00
streetturtle 9c007404be added readme for the gerrit widget 2019-09-25 22:21:37 -04:00
streetturtle e785eac555 added readme for the gerrit widget 2019-09-25 22:18:27 -04:00
streetturtle b387425da3
Merge pull request #98 from blackm0re/doc-fix
Use the correct parameter in the installation example for batteryarc-…
2019-09-25 21:37:34 -04:00
Simeon Simeonov 0e2914b5b6 Use the correct parameter in the installation example for batteryarc-widget 2019-09-25 09:59:12 +02:00
Pavel Makhov d014b9a259 add a notification when new review is assigned 2019-09-23 21:05:36 -04:00
Pavel Makhov 405e8b5d12 add gerrit onhover notification 2019-09-23 20:48:27 -04:00
Pavel Makhov 7403bdb0f6 gerrit widget 2019-09-22 22:44:50 -04:00
Pavel Makhov 504a051f08 add secrets.lua to store api keys for translate shell and weather widget 2019-09-20 20:46:34 -04:00
streetturtle 57e0bbdc60
Merge pull request #97 from utix/volume_notification
[Volume] Add an option to display a notification
2019-09-19 12:57:27 -04:00
streetturtle 3b15540c2a
Merge pull request #96 from utix/weather_error
Weather improve error catching and add position option
2019-09-19 09:56:23 -04:00
Aurélien LAJOIE f59cd86941 [Volume] Add an option to display a notification 2019-09-18 01:33:29 +02:00
Aurélien LAJOIE e154daa8b6 [Weather] Add option to set the position of the notification 2019-09-18 01:31:26 +02:00
Aurélien LAJOIE 59ce0053ac Catch error is the answer is not a valid json string
This was triggered by a public wifi pushing an html file to all request
2019-09-18 01:27:22 +02:00
Pavel Makhov 2f20cc54c7 merge 2019-09-17 15:33:19 -04:00
Pavel Makhov 6fd76c254b Merge branch '74-externalize-config'
Note: breaking change, now widgets should be created with parentheses, i.e. battery(), instead of battery. Read more in README of the widget.
2019-09-17 15:29:36 -04:00
Pavel Makhov 2e211937a1 merge 2019-09-17 15:29:16 -04:00
streetturtle bcd001e487 delete secrets.lua 2019-09-03 22:01:51 -04:00
streetturtle 0999de2bfd externalize config of volume widget 2019-09-03 21:57:24 -04:00
blix4 dbee6f75f7 volume widget support amixer with no device specified
This works on my setup without having pulseaudio installed.
2019-09-03 21:23:16 -04:00
blix4 7997625cdc fix after applying blix4's commit 2019-09-03 21:21:49 -04:00
ticktronaut e1b866e237 Fixed buggy spawning of os.time(). 2019-09-02 15:50:05 -04:00
Marcel von Maltitz 2752c06548 Make ram-widget compatible for non-english OS
The output of the free command is grep'ed while assuming english column names. This grep fails when given non-english localization.
Setting the LANGUAGE variable inside the bash invocation solves this problem.
2019-09-02 15:48:25 -04:00
Sviatoslav Sydorenko b41daeb9b2 Query weather with async timeouts
Fixes #81
2019-09-02 15:45:17 -04:00
streetturtle 54500cf15d externalize config for ram-widget 2019-09-02 15:37:45 -04:00
streetturtle 0232c179cb
Update README.MD 2019-09-01 22:08:02 -04:00
streetturtle 7bd563e164
Merge pull request #88 from mvonmaltitz/patch-1
Make ram-widget compatible for non-english OS
2019-09-01 21:58:14 -04:00
streetturtle 7dc7ab5ca6
Merge pull request #89 from ticktronaut/some_fixes
Fixed buggy spawning of os.time().
2019-09-01 21:45:07 -04:00
streetturtle 4ed3e8d90a
Merge pull request #91 from blix4/both_temp_units
add options to show temperature in both units
2019-09-01 21:42:13 -04:00
streetturtle 1a268b9a90
Merge pull request #92 from blix4/alsa_only_support
volume widget support for amixer with no device specified
2019-09-01 21:40:18 -04:00
blix4 05e9a909bd clean up a global variable 2019-08-27 00:30:32 -07:00
blix4 e9b4b6323f volume widget support amixer with no device specified
This works on my setup without having pulseaudio installed.
2019-08-27 00:20:08 -07:00
blix4 cd6776c8b0 add option to show temperature in both units
Separate options for the widget itself, and in the popup.

Also note that this changes the precision slightly:
* on the widget itself: now uses string formatting to round, instead of removing the decimal
* on the popup: rounds to 1 decimal place in popup (was showing 2 decimal places before)
2019-08-26 23:27:23 -07:00
ticktronaut daf66a1a16 Fixed buggy spawning of os.time(). 2019-08-01 10:35:16 +02:00
Marcel von Maltitz 38508b06dc
Make ram-widget compatible for non-english OS
The output of the free command is grep'ed while assuming english column names. This grep fails when given non-english localization.
Setting the LANGUAGE variable inside the bash invocation solves this problem.
2019-07-19 18:46:28 +02:00
Pavel Makhov 434cdae5e2 pr #84 2019-07-11 13:31:46 -04:00
streetturtle 372ae3c9e7
Merge pull request #84 from webknjaz/bugfix/query-weather-async
Query weather with async timeouts
2019-07-03 11:48:03 -04:00
Pavel Makhov 3d84ce64bd Merge branch '74-externalize-config' of github.com:streetturtle/awesome-wm-widgets into 74-externalize-config 2019-07-03 09:41:09 -04:00
streetturtle 0fb355887e
Merge pull request #85 from webknjaz/feature/creds-from-env
Enable storing creds via env vars
2019-06-20 16:07:24 -04:00
Sviatoslav Sydorenko d8255e84d7
Enable storing creds via env vars 2019-06-03 16:38:05 +02:00
Sviatoslav Sydorenko fe631a4253
Query weather with async timeouts
Fixes #81
2019-06-03 16:35:40 +02:00
streetturtle 74f7e583de add screenshots of cpu widget 2019-06-02 22:06:25 -04:00
streetturtle d331fd2f0d fix grammar in readme of volumearc 2019-06-02 22:06:02 -04:00
streetturtle 712d11568a externalize config for cpu widget 2019-06-02 22:05:37 -04:00
streetturtle fb465d371e fix table in readme of batteryarc 2019-06-02 22:05:06 -04:00
streetturtle 6857b71729 improve batteryarc config 2019-06-02 09:46:41 -04:00
streetturtle 0b48f0b200 externalize config of batteryarc widget 2019-06-01 22:55:13 -04:00
streetturtle cb394af13a update readme of weather widget 2019-05-04 21:03:13 -04:00
streetturtle 7df447fb50 externalize config for weather widget 2019-05-03 21:46:49 -04:00
streetturtle 57ae9fef44 spotify config 2019-05-03 20:28:50 -04:00