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
Neville Li
52a6258b72
add centerwork.{focus,swap}.byidx that behaves like other layouts #447
2020-03-05 21:42:12 -05:00
Jure Varlec
5157c9d982
Add the termfair.stable layout.
2019-11-10 15:31:41 +01:00
Jure Varlec
8e9d741761
termfair: move common variables to the top of the function.
2019-11-10 11:53:55 +01:00
Jure Varlec
6f3c709b42
termfair: update the comment to match reality.
2019-11-10 11:53:55 +01:00
Felipe
9756713905
Add mute_background color for pulsebar
2019-10-13 16:52:27 -03: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
lcpz
d9d5a464cb
wiki updated
2018-11-28 15:07:42 +00:00
Luca CPZ
018fb197df
Merge pull request #413 from seregaxvm/master
...
fix imap notifications
2018-11-28 15:05:26 +00:00
Matsievskiy S.V
8d15b03eca
fix imap notifications
2018-11-28 17:17:08 +03:00
lcpz
8112df667d
lain.imap: various improvements
...
1. allow special chars in password
2. make it gmail/yandex compliant
3. fetch additional data (MESSAGES and RECENT)
4. support DBus Secret Service authentication method
2018-11-24 15:03:36 +00:00
lcpz
4f3babced7
widget.cal: fix calendar icons not displaying; closes #410
2018-11-15 10:59:52 +00:00
Luca CPZ
448d0b1be9
Merge pull request #409 from seregaxvm/gap
...
add screen and tag arguments to useless_gaps_resize function
2018-11-14 20:07:50 +00:00
sergey
f76d33e8cd
add screen and tag arguments to useless_gaps_resize function
2018-11-10 21:58:37 +03:00
Greg Flynn
f6e032ffe1
allow separator colors to be updated
2018-11-05 20:39:24 +00:00
Greg Flynn
4cc47f8d61
fix paddings always being the margins in pulsebar
2018-11-04 14:29:12 -05:00
lcpz
f58970997e
{alsa,pulse}bar: added margins/paddings args
2018-10-30 08:08:05 +00:00
Luca CPZ
be69daf964
util.markup: fixed typos
2018-10-28 12:43:54 +00:00