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