summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-26Merge pull request #264 from Oozaku/fix-logout-popupstreetturtle
Add an alternative to change the color of the button's label
2021-05-22Make net-speed width configurable with argspolygon
2021-05-21add property to change the color of the button's labelWillian Ozako
2021-05-15volume-widget: open mixer on middle clickNuno Silva
2021-05-10Merge pull request #260 from sclu1034/issue/email-widgetsstreetturtle
Fix email widgets being inaccessible
2021-05-10bug(email_widget): Fix widgets not accessibleLucas Schwiderski
When fixing linter warnings in ed2b256407291d8edadfcea9380029633cc7d9d8 the previously global values were made local but no return statement to export them was added. Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
2021-05-05Merge branch 'master' of github.com:streetturtle/awesome-wm-widgetsstreetturtle
2021-05-05[apt] new widgetstreetturtle
2021-04-27Update README.mdstreetturtle
2021-04-26fix #258 - remove top and bottom marginsstreetturtle
2021-04-26Merge pull request #257 from bssb/masterstreetturtle
prevent battery widget from crashing by ignoring null capacity field of Logitech mice
2021-04-26prevent battery widget from crashing by ignoring null capacity field of ↵Barry
Logitech mice
2021-04-21[jira] fix buildstreetturtle
2021-04-21Update jira.luastreetturtle
2021-04-21Merge pull request #255 from nuno-silva/brightnessstreetturtle
Brightness: add support for left/right click
2021-04-21Merge pull request #253 from nuno-silva/fixesstreetturtle
minor fixes
2021-04-21Merge pull request #252 from arjunadeltoso/patch-1streetturtle
Some more READMEs installation instructions
2021-04-18[cpu] partial fix for #254 - extract cpu background as a parameterstreetturtle
2021-04-16brightness-widget: fix CI warning about shadowed variableNuno Silva
2021-04-15brightness-widget: add tooltip showing current levelNuno Silva
2021-04-15brightness-widget: support right clickNuno Silva
toggles brightness between current level and 0
2021-04-15brightness-widget: support left clickNuno Silva
sets brightness to "base" level
2021-04-15brightness-widget: remove sh wrapperNuno Silva
not needed
2021-04-15minor fixesNuno Silva
2021-04-13Update README.mdArjuna Del Toso
2021-04-13Update README.mdArjuna Del Toso
2021-04-13Update README.mdArjuna Del Toso
2021-04-13Update README.mdArjuna Del Toso
Net-Speed-Widget readme
2021-04-13Update README.mdArjuna Del Toso
Adding copy/paste similar to other widgets.
2021-04-12[jira] improve the menu liststreetturtle
2021-04-11Merge pull request #250 from nuno-silva/ci-warnsstreetturtle
fix CI warnings
2021-04-11Merge pull request #249 from nuno-silva/ram-colorsstreetturtle
ram-widget: support custom colors and document arguments
2021-04-11[volume] fix #248streetturtle
2021-04-11experiments/apt-widget: fix/silent warningsNuno Silva
- unused function ellipsize - unused variable one - line is too long (146 > 120) - unused argument stdout,stderr - unused loop variable i - shadowing upvalue i on line 131
2021-04-11github-contributions-widget: fix line too long warningNuno Silva
2021-04-11brightness-widget: remove undefined varsNuno Silva
2021-04-11ram-widget: document argumentsNuno Silva
2021-04-11ram-widget: support custom colorsNuno Silva
2021-04-09Merge pull request #246 from atopion/masterstreetturtle
Improved performance of the cpu widget
2021-04-08Update README.mdstreetturtle
2021-03-23Fixed the errors from luacheck.atopion
2021-03-22Seperated the widget graph command from theatopion
command that is run while the popup is visible, therefore improved performance while the popup is invisible.
2021-03-19Update README.mdstreetturtle
2021-03-19[volume] BREAKING CHANGE - new widget instead of old onesstreetturtle
Having three widgets for volume led to a problem of code duplication - same logic was duplicated three times. However when an issue was discovered and fixed, it was fixed in only one of three widgets. So I decided to create a volume widget from scratch, adding new features, such as selecting input/output, better responsiveness, easily customizable widget ui (bar, text, icon, icon and text, arc). Should close #199, #198, #185, #182, #47, #122, #183.
2021-03-12[logout-menu] highlight widget when the popup is shownstreetturtle
2021-03-06[todo] highlight widget when the popup is shownstreetturtle
2021-03-06[docker] highlight widget when the popup is shownstreetturtle
2021-03-06[weather] replace deprecated join table functionstreetturtle
2021-03-06[weather] highlight widget when the popup is shownstreetturtle
2021-03-05[github-activity] highlight icon when openedstreetturtle