Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-21 | add property to change the color of the button's label | Willian Ozako | |
2021-05-15 | volume-widget: open mixer on middle click | Nuno Silva | |
2021-05-10 | Merge pull request #260 from sclu1034/issue/email-widgets | streetturtle | |
Fix email widgets being inaccessible | |||
2021-05-10 | bug(email_widget): Fix widgets not accessible | Lucas 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-05 | Merge branch 'master' of github.com:streetturtle/awesome-wm-widgets | streetturtle | |
2021-05-05 | [apt] new widget | streetturtle | |
2021-04-27 | Update README.md | streetturtle | |
2021-04-26 | fix #258 - remove top and bottom margins | streetturtle | |
2021-04-26 | Merge pull request #257 from bssb/master | streetturtle | |
prevent battery widget from crashing by ignoring null capacity field of Logitech mice | |||
2021-04-26 | prevent battery widget from crashing by ignoring null capacity field of ↵ | Barry | |
Logitech mice | |||
2021-04-21 | [jira] fix build | streetturtle | |
2021-04-21 | Update jira.lua | streetturtle | |
2021-04-21 | Merge pull request #255 from nuno-silva/brightness | streetturtle | |
Brightness: add support for left/right click | |||
2021-04-21 | Merge pull request #253 from nuno-silva/fixes | streetturtle | |
minor fixes | |||
2021-04-21 | Merge pull request #252 from arjunadeltoso/patch-1 | streetturtle | |
Some more READMEs installation instructions | |||
2021-04-18 | [cpu] partial fix for #254 - extract cpu background as a parameter | streetturtle | |
2021-04-16 | brightness-widget: fix CI warning about shadowed variable | Nuno Silva | |
2021-04-15 | brightness-widget: add tooltip showing current level | Nuno Silva | |
2021-04-15 | brightness-widget: support right click | Nuno Silva | |
toggles brightness between current level and 0 | |||
2021-04-15 | brightness-widget: support left click | Nuno Silva | |
sets brightness to "base" level | |||
2021-04-15 | brightness-widget: remove sh wrapper | Nuno Silva | |
not needed | |||
2021-04-15 | minor fixes | Nuno Silva | |
2021-04-13 | Update README.md | Arjuna Del Toso | |
2021-04-13 | Update README.md | Arjuna Del Toso | |
2021-04-13 | Update README.md | Arjuna Del Toso | |
2021-04-13 | Update README.md | Arjuna Del Toso | |
Net-Speed-Widget readme | |||
2021-04-13 | Update README.md | Arjuna Del Toso | |
Adding copy/paste similar to other widgets. | |||
2021-04-12 | [jira] improve the menu list | streetturtle | |
2021-04-11 | Merge pull request #250 from nuno-silva/ci-warns | streetturtle | |
fix CI warnings | |||
2021-04-11 | Merge pull request #249 from nuno-silva/ram-colors | streetturtle | |
ram-widget: support custom colors and document arguments | |||
2021-04-11 | [volume] fix #248 | streetturtle | |
2021-04-11 | experiments/apt-widget: fix/silent warnings | Nuno 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-11 | github-contributions-widget: fix line too long warning | Nuno Silva | |
2021-04-11 | brightness-widget: remove undefined vars | Nuno Silva | |
2021-04-11 | ram-widget: document arguments | Nuno Silva | |
2021-04-11 | ram-widget: support custom colors | Nuno Silva | |
2021-04-09 | Merge pull request #246 from atopion/master | streetturtle | |
Improved performance of the cpu widget | |||
2021-04-08 | Update README.md | streetturtle | |
2021-03-23 | Fixed the errors from luacheck. | atopion | |
2021-03-22 | Seperated the widget graph command from the | atopion | |
command that is run while the popup is visible, therefore improved performance while the popup is invisible. | |||
2021-03-19 | Update README.md | streetturtle | |
2021-03-19 | [volume] BREAKING CHANGE - new widget instead of old ones | streetturtle | |
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 shown | streetturtle | |
2021-03-06 | [todo] highlight widget when the popup is shown | streetturtle | |
2021-03-06 | [docker] highlight widget when the popup is shown | streetturtle | |
2021-03-06 | [weather] replace deprecated join table function | streetturtle | |
2021-03-06 | [weather] highlight widget when the popup is shown | streetturtle | |
2021-03-05 | [github-activity] highlight icon when opened | streetturtle | |
2021-03-05 | Merge branch 'master' of github.com:streetturtle/awesome-wm-widgets | streetturtle | |
2021-03-05 | [docker] fix #242 | streetturtle | |