Luca CPZ
ca49917f4b
Merge pull request #471 from mphe/fs_async_fix
...
Run fs widget update asynchronously
2020-11-27 12:18:37 +00:00
Luca CPZ
613263e0d3
Merge branch 'unisgn-master'
2020-11-27 12:18:01 +00:00
unisgn
a26282d91c
Update quake.lua
2020-11-26 01:29:38 +08:00
unisgn
22546f1d84
Merge pull request #1 from unisgn/unisgn-stateful-quake
...
make quake to remember maximize and fullscreen
2020-11-26 01:21:59 +08:00
unisgn
6b2a4ce4d9
make quake to remember maximize and fullscreen
2020-11-26 01:16:30 +08:00
Marvin Ewald
a2e2e7194e
Run fs widget update asynchronously
...
Fixes #462
2020-11-14 02:03:38 +01:00
Luca CPZ
af9357a6e1
Merge pull request #470 from ExpidusOS/fix/nil-net
...
widget.net: fix nil values; closes #469
2020-11-05 15:34:42 +00:00
Tristan Ross
d5b5047404
Fix the nil values in net
2020-11-03 12:55:25 -08:00
Luca CPZ
4da087ed16
Merge pull request #467 from ExpidusOS/fix/widget-argument
...
Add "widget" arguments
2020-11-02 17:24:16 +00:00
Tristan Ross
e48e271bd4
Wiki update
2020-11-01 19:27:00 -08:00
Tristan Ross
9846ab6378
Wiki updated for new arguments
2020-10-31 13:04:43 -07:00
Tristan Ross
502a1a28ba
Added args.widget info all widgets that can take it
2020-10-31 10:11:29 -07:00
Luca CPZ
e578cc9796
Merge pull request #457 from quizzmaster/master
...
Fix notification text for calendar widget
2020-10-27 18:07:46 +00:00
Luca CPZ
be9b5b427d
Merge pull request #465 from azimut/patch-1
...
weather: use https instead of http
2020-10-27 18:06:37 +00:00
NCM
1c150887b4
weather: use https instead of http
...
api.openweathermap.org api provides a valid ssl certificate
2020-10-25 14:45:38 -03:00
Sebastian Lenz
89b3d66d8f
Fix notification text for calendar widget
2020-06-10 14:29:57 +02:00
Neville Li
e0bffc0056
fix fs widget notification alignment
2020-05-23 13:24:40 -05:00
Luca CPZ
0775f97b42
Update net.lua
2020-04-29 12:28:39 -05:00
Luca CPZ
af125b324e
Update bat.lua
...
Ensure that status is never nil. Closes #451
2020-04-17 20:25:55 -05:00
Luca Capezzuto
33c0e0c236
readme updated
2019-08-27 17:10:06 +01:00
Luca Capezzuto
71ca1bd767
widget.temp: reset path to /sys/devices; closes #441
2019-08-27 17:08:37 +01:00
Luca Capezzuto
9120182f49
apply #439 to alsabar as well
2019-08-12 17:44:58 +01:00
Luca CPZ
ee84995734
Merge pull request #439 from gregflynn/201908_gf_customize_pulsebar_notification_characters
...
add configuration arguments for pulsebar notification characters
2019-08-12 17:33:44 +01:00
Luca Capezzuto
bd636ca418
alsabar: added argument for maximum number of ticks in notification; #438
2019-08-12 17:29:24 +01:00
Greg Flynn
d3b5b5a94d
add arg for none in pulsebar notification
2019-08-10 13:34:15 -04:00
Greg Flynn
63186a340c
add configuration arguments for pulsebar notification characters
2019-08-10 13:27:17 -04:00
Luca CPZ
e8a34ec0e7
Merge pull request #435 from razamatan/master
...
pulsebar: as timer ID, use devicetype and device instead of sink (nil var)
2019-06-28 11:03:26 +01:00
razamatan
b5352ef66f
pulsebar: use devicetype and device instead of sink (null var)
2019-06-28 00:24:01 -07:00
Luca Capezzuto
f1964b40e4
widget.temp: re-add tempfile argument ( #432 ), but keep retrieving all temperature info ( #431 ); closes #432
2019-05-29 15:29:27 +01:00
Luca Capezzuto
025508ce83
widget.temp: autodetect tempfiles; closes #431
2019-05-27 13:14:38 +01:00
Luca CPZ
3328e738bd
Merge pull request #430 from trap000d/weather_widget
...
Weather status icon fix; closes #428 .
It looks like OpenWeatherMap have fixed most of issues in their API. Now they return sunrise and sunset times properly for current time zone, however the status icon is still wrong:
transition N->D appears at 0:00 UTC (must be at local sunrise time)
whereas D->N appears at local sunset time
So we still need to check if we're in or out from sunrise/sunset times, but no need to perform all other manipulations with dates and times.
2019-05-13 12:44:26 +01:00
Aleksandr Beliaev
9ef2c734ca
Weather status icon fix
2019-05-13 11:08:46 +12:00
Azarym
724c7b9a3a
widget.cal: set length of day names to 3; closes #426
2019-04-28 12:46:56 +01:00
Luca Capezzuto
85db468376
widget.fs: notification: right-justify columns 2-4 for better readability
2019-04-11 17:15:31 +01:00
Luca Capezzuto
0a0a077b86
widget.fs: fixed first column formatting adjustment; closes #423
2019-04-09 18:25:02 +01:00
methodical-marmot
012c6b6215
widget.cal: added option for displaying week numbers
2019-04-09 12:45:51 +01:00
Luca Capezzuto
fd2e616097
#424 : assert that timeout seconds in every naughty notification are numbers
2019-04-08 11:37:38 +01:00
Luca CPZ
013654cd1a
Merge pull request #420 from sim590/unpack-lua51-compat
...
util/menu_iterator: retro compatibility with lua 5.1
2019-02-14 15:26:41 +00:00
Simon Désaulniers
037f2c3641
util/menu_iterator: unpack retro compatibility
...
* Lua 5.2 renamed `unpack` to `table.unpack`.
* Fix: helpers.lua required.
2019-02-13 14:19:07 -05:00
Luca CPZ
93b31ef0e9
Merge pull request #418 from cool-cool-sweat/full_notify
...
bat: allow disabling notification for full charge
2019-01-14 10:59:13 +00:00
cool-cool-sweat
c96ce93c28
bat: allow disabling notification for full charge
2019-01-12 18:57:54 -05:00
Luca CPZ
1a40fe80f8
widget.fs: fix notification check, add threshold parameter for trigger
2018-12-30 19:12:25 +01:00
Luca CPZ
1342ae481b
Merge branch 'master' of github.com:lcpz/lain
2018-12-21 17:19:21 +01:00
lcpz
8d1a905479
tp_smapi: correct default apipath
2018-12-01 19:03:58 +00:00
lcpz
6c3a211991
util.quake: revert previous commit; closes #415
2018-12-01 18:35:44 +00:00
Luca CPZ
ca0bac403f
Merge pull request #416 from BarbUk/fix/tp_smapi
...
widget.contib.smapi: rename to tp_smap, include wibox, add batid param to get function
2018-12-01 18:30:04 +00:00
BarbUk
1046cf6ce9
tp_smapi.get need a batid param
2018-12-01 16:06:12 +04:00
BarbUk
dec9e7b1eb
Include wibox
2018-12-01 16:05:47 +04:00
BarbUk
5321eb485a
Rename smapi to ts_smapi
...
To follow to documentation available at https://github.com/lcpz/lain/wiki/tp_smapi
smapi is renamed tp_smapi
2018-12-01 16:03:56 +04:00
lcpz
233768f096
API change: lain.widget.contrib.tpbat has been rewritten and renamed to lain.widget.contrib.tp_smapi
...
lain.widget.cal: honour followtag argument
lightened calls to libraries
2018-11-28 20:01:22 +00:00