Commit Graph

1676 Commits

Author SHA1 Message Date
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
Luca CPZ c02fcdb2e9 widget.cal: add options for displaying 3 months spanning the date 2018-09-14 20:21:42 +02:00
Luca CPZ 9188218021 widget.calendar reimplemented and renamed to widget.cal; util.quake: simpler geometries table index; util.markup: use string.format only 2018-09-14 12:09:11 +02:00
Luca CPZ 4073bd7cdf widget.calendar: some cleaning; #379 2018-09-06 16:25:37 +02:00
Luca CPZ 558622c1ec widget.imap: ensure mailcount is not nil before notifying; closes #400 2018-08-31 12:11:38 +02:00
Luca CPZ 53ebca2867 widget.imap: ensure to get unseen messages; #400 2018-08-30 17:40:17 +02:00
Luca CPZ 4dbf7b9f5b widget.contrib.kbdlayout removed, please use awful.widget.keyboardlayout; closes #399 2018-08-07 10:41:50 +02:00
Luca CPZ 3acf8f9099
Merge pull request #398 from BarbUk/feature/tpbat/configurable-battery-thresholds
Configurable battery thresholds for tpbat
2018-08-05 11:55:44 +02:00
BarbUk 1d5b0bc7ea Configurable battery thresholds for tpbat 2018-08-05 12:45:56 +04:00
Luca CPZ 9bd30809ac wiki updated 2018-08-01 11:55:19 +02:00
Luca CPZ 47ee721339 widget.bat: put {batteries,ac} back to local 2018-08-01 11:26:30 +02:00
Luca CPZ 907529920f widget.bat: fixed ac variable; improved autodetection; #397 2018-07-31 16:07:39 +02:00
Luca CPZ f42fe32d99 widget.bat: add failsafe AC 2018-07-31 12:35:59 +02:00
Luca CPZ 819600e94a widget.bat: move fallback ac to autodetection function 2018-07-26 13:20:01 +02:00
Luca CPZ 89ae530806 widget.bat: autodetection function; closes #340 #389 2018-07-25 12:43:01 +02:00
Luca CPZ a4c86f9ace centerwork: remove capi reference 2018-07-20 13:05:03 +02:00
Luca CPZ feb17d77bb centerwork: mouse_resize_handler added; #395 2018-07-20 12:52:12 +02:00
Luca CPZ ef307c3db9
Merge pull request #396 from BarbUk/icons/calendar-black
Calendar black icons to use with white theme.
2018-07-20 12:44:34 +02:00
BarbUk 16e311b4c4 calendar black icons 2018-07-20 11:17:13 +04:00
Luca CPZ 94770930fb
Merge pull request #391 from aajjbb/fix-rockspec
Updating lain rockspec to follow new luarocks standards; closes #390
2018-03-30 17:37:03 +02:00
aajjbb e2fb62f0f5 updating lain rockspec to follow new luarocks standards 2018-03-30 10:39:34 -03:00
Luca CPZ a34e72b42b widget.fs: adjust spacing in notifications when there are > 10 long paths 2018-03-14 12:17:13 +01:00
Luca CPZ 396b54d612 wiki updated 2018-02-28 10:30:52 +01:00
Luca CPZ be9ae6862f widget.fs: assure that each processed partition has non nil infos; awesome-copycats #225 2018-02-25 23:17:09 +01:00
Luca CPZ 92d17d289c helpers: improved i/o functions 2018-02-23 13:24:10 +01:00
Kyra Zimmer e81f46950b util.quake: check if client exists when moving it to another tag 2018-02-22 13:11:37 +01:00
Luca CPZ 63c9c7616a {alsa,pulse}bar: fallback for mywibox variable; closes #384 2018-02-17 14:28:31 +01:00
Luca CPZ 1b909160d6 util.menu_iterator: cleaned indentation; added wiki entry; closes #386 2018-02-17 14:06:20 +01:00
Luca CPZ af3427c7df
Merge pull request #377 from sim590/menu-iterator
menu_iterator: naughty.notify based menu utility
2018-02-17 12:19:53 +01:00
Simon Désaulniers 1d2f4a102e menu_iterator: generic menu creator function
A simple example usage is given over on the amh project~[1]

[1]: dcf101c8ef/exec/mpv.lua (L32)
2018-02-16 16:14:13 -05:00
Simon Désaulniers 2bb4741bb4 helpers: powerset and trivial_partition_set
- the powerset is the set of all combinations of a given set;
- the trivial partition set is the simplest partition of a set. For e.g., the
  trivial partition set of {a, b, c}, is simply {{a}, {b}, {c}}.
2018-02-16 15:26:41 -05:00
Simon Désaulniers b94e701ff2 menu_iterator: naughty.notify based menu utility 2018-02-16 15:26:35 -05:00
Luca CPZ 3136a45015 {alsa,pulse}bar: consider wibar orientation when calculating notification size; #384 2018-02-16 19:49:21 +01:00
Luca CPZ 24ca5856dc fs: pure Gio implementation; #272 2018-02-16 17:52:46 +01:00
Luca CPZ d1112da25d layout.centerwork: improved code 2018-02-15 14:05:26 +01:00
Aleksandr Beliaev 31d64906a0 Weather widget rewritten; first authorship updated 2018-02-15 12:24:31 +01:00
Luca CPZ 003beff59f bat: notify full only once before discharging 2018-01-23 14:09:08 +01:00
Luca CPZ aee7ecac5f Merge branch 'cool-cool-sweat-master' 2018-01-23 11:39:24 +01:00
cool-cool-sweat cec3f2913b bat.lua: add notification for full charge 2018-01-23 11:39:03 +01:00
cool-cool-sweat 5e2d2977cf net.lua: support wifi/ethernet connection indicators 2018-01-23 11:39:03 +01:00