Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-01 | Merge pull request #88 from mvonmaltitz/patch-1 | streetturtle | |
Make ram-widget compatible for non-english OS | |||
2019-09-01 | Merge pull request #89 from ticktronaut/some_fixes | streetturtle | |
Fixed buggy spawning of os.time(). | |||
2019-09-01 | Merge pull request #91 from blix4/both_temp_units | streetturtle | |
add options to show temperature in both units | |||
2019-09-01 | Merge pull request #92 from blix4/alsa_only_support | streetturtle | |
volume widget support for amixer with no device specified | |||
2019-08-27 | clean up a global variable | blix4 | |
2019-08-27 | volume widget support amixer with no device specified | blix4 | |
This works on my setup without having pulseaudio installed. | |||
2019-08-26 | add option to show temperature in both units | blix4 | |
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-01 | Fixed buggy spawning of os.time(). | ticktronaut | |
2019-07-19 | Make ram-widget compatible for non-english OS | Marcel von Maltitz | |
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-03 | Merge pull request #84 from webknjaz/bugfix/query-weather-async | streetturtle | |
Query weather with async timeouts | |||
2019-06-20 | Merge pull request #85 from webknjaz/feature/creds-from-env | streetturtle | |
Enable storing creds via env vars | |||
2019-06-03 | Enable storing creds via env vars | Sviatoslav Sydorenko | |
2019-06-03 | Query weather with async timeouts | Sviatoslav Sydorenko | |
Fixes #81 | |||
2019-04-09 | Merge pull request #79 from kub1x/master | streetturtle | |
fix: mpdarc is not a wigdet | |||
2019-04-09 | fix: mpdarc is not a wigdet | Jakub Podlaha | |
2019-04-03 | Merge branch 'master' of github.com:streetturtle/awesome-wm-widgets | Pavel Makhov | |
2019-04-03 | Fix #77 | Pavel Makhov | |
2019-03-30 | Update README.md | streetturtle | |
2019-03-30 | Update README.md | streetturtle | |
2019-03-30 | Update README.md | streetturtle | |
2019-03-30 | Update README.md | streetturtle | |
2019-03-30 | Rename README_old.md to README.md | streetturtle | |
2019-03-30 | add run shell video | streetturtle | |
2019-03-29 | remove unused screenshot | Pavel Makhov | |
2019-03-29 | revert previous commit (e0abe1c474359a54b008d0261da21e4bf2d6bc0f), as it ↵ | Pavel Makhov | |
broke widget when there are more than one battery | |||
2019-03-29 | refactor brightnessarc widget | Pavel Makhov | |
2019-03-29 | Improve run shell, add test buttons, | Pavel Makhov | |
2019-03-28 | Merge branch 'master' of github.com:streetturtle/awesome-wm-widgets | Pavel Makhov | |
2019-03-28 | Destroy existing notification prior creating a new one | Pavel Makhov | |
2019-03-26 | Merge pull request #76 from kub1x/master | streetturtle | |
destroy notification prior making new one | |||
2019-03-26 | destroy notification prior making new one | Jakub Podlaha | |
Sometimes the `mouse::leave` signal doesn't make it on time to destroy the old notification properly. | |||
2019-03-23 | place battery-arc warning icon inside widget folder | streetturtle | |
2019-03-23 | Merge pull request #73 from williamwanjia/batarcfix | streetturtle | |
batteryarc bug fix and improvment | |||
2019-03-21 | vignette-like run-shell | Pavel Makhov | |
2019-03-18 | use gradient over cpu-widget, from main color to red | streetturtle | |
2019-03-10 | batteryarc bug fix and improvment | williamwanjia | |
2019-03-09 | add run shell | streetturtle | |
2019-03-08 | Rename README.md to README_old.md | streetturtle | |
2019-03-08 | update run shell | Pavel Makhov | |
2019-03-06 | Merge pull request #72 from andyhelp/master | streetturtle | |
batteryarc-widget: fix calling time() function | |||
2019-03-05 | batteryarc-widget: fix calling time() function | Andrzej Bieniek | |
2019-03-05 | Merge pull request #71 from andyhelp/master | streetturtle | |
batteryarc-widget: fix crash when battery is not available | |||
2019-03-04 | batteryarc-widget: fix crash when battery is not available | Andrzej Bieniek | |
It was crashing awesome window manager when starting with battery removed from the laptop. | |||
2019-03-04 | Update README.md | streetturtle | |
2019-03-04 | Add files via upload | streetturtle | |
2019-03-04 | Update README.md | streetturtle | |
2019-03-01 | Add files via upload | streetturtle | |
2019-02-26 | Simplify code by changing the arc's direction | Pavel Makhov | |
2019-02-26 | Merge branch 'master' of github.com:streetturtle/awesome-wm-widgets | Pavel Makhov | |
2019-02-26 | Simplify widget's code by changing the direction of arc | Pavel Makhov | |