Commit graph

915 commits

Author SHA1 Message Date
Lucas Schwiderski
05a3ace5dc
bug(email_widget): Fix widgets not accessible
When fixing linter warnings in
ed2b256407
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-10 20:21:04 +02:00
streetturtle
2f109c4c2a Merge branch 'master' of github.com:streetturtle/awesome-wm-widgets 2021-05-05 22:16:29 -04:00
streetturtle
892926936c [apt] new widget 2021-05-05 22:16:08 -04:00
streetturtle
71cff65738
Update README.md 2021-04-27 10:01:10 -04:00
streetturtle
fbd696d5f2 fix #258 - remove top and bottom margins 2021-04-26 21:37:37 -04:00
streetturtle
864b224492
Merge pull request #257 from bssb/master
prevent battery widget from crashing by ignoring null capacity field of Logitech mice
2021-04-26 15:46:35 -04:00
Barry
700b4e1f55 prevent battery widget from crashing by ignoring null capacity field of Logitech mice 2021-04-26 10:44:05 -04:00
streetturtle
9d9f435f21
[jira] fix build 2021-04-21 11:01:05 -04:00
streetturtle
fb334f27fa
Update jira.lua 2021-04-21 10:58:31 -04:00
streetturtle
9e42fec6b1
Merge pull request #255 from nuno-silva/brightness
Brightness: add support for left/right click
2021-04-21 10:52:13 -04:00
streetturtle
24ec325363
Merge pull request #253 from nuno-silva/fixes
minor fixes
2021-04-21 10:47:34 -04:00
streetturtle
323e032c3b
Merge pull request #252 from arjunadeltoso/patch-1
Some more READMEs installation instructions
2021-04-21 10:46:44 -04:00
streetturtle
270665bca3 [cpu] partial fix for #254 - extract cpu background as a parameter 2021-04-18 20:56:31 -04:00
Nuno Silva
50f686d2c2 brightness-widget: fix CI warning about shadowed variable 2021-04-16 21:32:32 +01:00
Nuno Silva
e85d353933 brightness-widget: add tooltip showing current level 2021-04-15 23:03:13 +01:00
Nuno Silva
ce1af8e607 brightness-widget: support right click
toggles brightness between current level and 0
2021-04-15 22:38:19 +01:00
Nuno Silva
c340f49ae5 brightness-widget: support left click
sets brightness to "base" level
2021-04-15 22:01:12 +01:00
Nuno Silva
4cbacd910b brightness-widget: remove sh wrapper
not needed
2021-04-15 21:57:28 +01:00
Nuno Silva
2d13d01203 minor fixes 2021-04-15 21:29:19 +01:00
Arjuna Del Toso
afa1c1af49
Update README.md 2021-04-13 14:22:09 -07:00
Arjuna Del Toso
c4c9504464
Update README.md 2021-04-13 14:19:43 -07:00
Arjuna Del Toso
852f124ee7
Update README.md 2021-04-13 14:19:08 -07:00
Arjuna Del Toso
7ee95debb7
Update README.md
Net-Speed-Widget readme
2021-04-13 14:18:52 -07:00
Arjuna Del Toso
a17b55a3fb
Update README.md
Adding copy/paste similar to other widgets.
2021-04-13 14:15:30 -07:00
streetturtle
7ea3eec179 [jira] improve the menu list 2021-04-12 20:55:05 -04:00
streetturtle
ddff9577fc
Merge pull request #250 from nuno-silva/ci-warns
fix CI warnings
2021-04-11 20:36:24 -04:00
streetturtle
83856a188b
Merge pull request #249 from nuno-silva/ram-colors
ram-widget: support custom colors and document arguments
2021-04-11 20:36:09 -04:00
streetturtle
aaa6fa2aaa [volume] fix #248 2021-04-11 20:31:58 -04:00
Nuno Silva
a47ccb782f experiments/apt-widget: fix/silent warnings
- 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 21:12:57 +01:00
Nuno Silva
8cc7b6dbfe github-contributions-widget: fix line too long warning 2021-04-11 20:31:27 +01:00
Nuno Silva
be6d28ec6d brightness-widget: remove undefined vars 2021-04-11 20:06:51 +01:00
Nuno Silva
94f9aef1c5 ram-widget: document arguments 2021-04-11 19:40:51 +01:00
Nuno Silva
42dd36c604 ram-widget: support custom colors 2021-04-11 19:40:42 +01:00
streetturtle
fc0293047b
Merge pull request #246 from atopion/master
Improved performance of the cpu widget
2021-04-09 12:07:37 -04:00
streetturtle
9ff8ef85a2
Update README.md 2021-04-08 12:32:45 -04:00
atopion
ef0c35996f Fixed the errors from luacheck. 2021-03-23 12:35:53 +01:00
atopion
32ae259b07 Seperated the widget graph command from the
command that is run while the popup is visible, therefore improved
performance while the popup is invisible.
2021-03-22 20:33:42 +01:00
streetturtle
83b17d5d06
Update README.md 2021-03-19 20:51:07 -04:00
streetturtle
25d9eecfc6 [volume] BREAKING CHANGE - new widget instead of old ones
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-19 20:49:00 -04:00
streetturtle
a37e0a673e [logout-menu] highlight widget when the popup is shown 2021-03-12 20:17:24 -05:00
streetturtle
223fe7226a [todo] highlight widget when the popup is shown 2021-03-06 13:31:22 -05:00
streetturtle
36ff9d53b7 [docker] highlight widget when the popup is shown 2021-03-06 13:20:35 -05:00
streetturtle
79490b3bdd [weather] replace deprecated join table function 2021-03-06 13:15:05 -05:00
streetturtle
0054af2de3 [weather] highlight widget when the popup is shown 2021-03-06 13:13:46 -05:00
streetturtle
f46afcf1ce [github-activity] highlight icon when opened 2021-03-05 20:47:00 -05:00
streetturtle
b742346310 Merge branch 'master' of github.com:streetturtle/awesome-wm-widgets 2021-03-05 20:27:44 -05:00
streetturtle
ac8b1dd43f [docker] fix #242 2021-03-05 20:26:58 -05:00
streetturtle
fb9c1d79d4
Update README.md 2021-03-03 21:47:18 -05:00
streetturtle
64a24d75f4
fix #194 2021-03-03 21:46:48 -05:00
streetturtle
4730492723 [battery] fix #243 2021-03-01 17:24:04 -05:00