Luke Bonham
1400e90670
Merge pull request #297 from 2009/patch-3
...
task: fix typo so notification_preset can be overidden
2017-01-30 13:23:57 +01:00
2009
9a8cfdb7d1
Fix typo so notification_preset can be overidden
2017-01-30 20:55:45 +10:00
2009
a297ea530f
Bugfix markup was not defined
2017-01-30 20:38:04 +10:00
copycat-killer
f914e6411e
base: removed
2017-01-29 14:45:15 +01:00
copycat-killer
2e5d0fbabc
#289 fix attempt
2017-01-29 13:48:25 +01:00
copycat-killer
1b428513fd
calendar: separate args from attach; closes #294
2017-01-28 15:40:19 +01:00
copycat-killer
555b872d16
maildir: turned into an abase example
2017-01-27 22:01:48 +01:00
copycat-killer
ae4b9b2728
wiki enhanced
2017-01-27 14:35:27 +01:00
copycat-killer
229d2545dd
#293 : eradicate proxy widget
2017-01-26 20:53:55 +01:00
copycat-killer
bf3a9ba5ef
imap: password can now be a string, a table or a function to execute
2017-01-25 21:06:20 +01:00
copycat-killer
434d5f32aa
{alsa,pulse}bar: remove reset_timeout due to (timer already started) issue
2017-01-25 19:38:05 +01:00
copycat-killer
5d7c6078d1
#290 forgot fs
2017-01-25 18:38:50 +01:00
copycat-killer
43cd98510a
calendar: fix async hanging notifications; closes #289
2017-01-25 18:35:30 +01:00
copycat-killer
49a4df385e
no need to set naughty.config.defaults as preset, because it's implicit; closes #290
2017-01-25 17:28:37 +01:00
copycat-killer
ddbf283f0e
fix #288
2017-01-25 17:13:14 +01:00
copycat-killer
8c2e1df0c3
mpd: missing icon fix
2017-01-25 14:40:57 +01:00
copycat-killer
32eddd514f
cal: terminal-colors.d independent highlight matching pattern
2017-01-24 22:03:48 +01:00
copycat-killer
03fdf984e9
fix and complete pull #286
2017-01-24 21:33:16 +01:00
Luke Bonham
fc5974a9c2
Merge pull request #286 from aajjbb/fix-alsa-channel
...
Make amixer get information only from the selected channel
2017-01-24 20:57:00 +01:00
aajjbb
57da210b43
Make amixer get information only from the selected channel
2017-01-24 17:44:27 -02:00
BarbUk
dd9d9b8076
fix 'attempt to index a nil value (global self)'
2017-01-24 22:45:51 +04:00
copycat-killer
8ba5f4a7ef
fix #280
2017-01-24 18:42:44 +01:00
copycat-killer
1134630a54
fixed typo
2017-01-24 18:23:11 +01:00
copycat-killer
d9877c4bed
#250 missing file patch
2017-01-24 18:19:15 +01:00
copycat-killer
ea4e4f41b3
mem: adjusted calculation; #271
2017-01-24 16:38:28 +01:00
Luke Bonham
e0d4a89435
Merge pull request #282 from 2009/patch-1
...
Fix bug where net widget would not get the device name
2017-01-24 16:24:23 +01:00
Luke Bonham
e64c1443d0
Merge pull request #279 from renatofdds/patch-1
...
Fix regression in net.lua widget
2017-01-24 16:19:27 +01:00
Luke Bonham
dc614905b0
Merge pull request #281 from alandmoore/master
...
Fix regression in pulsebar.lua
2017-01-24 16:17:07 +01:00
copycat-killer
a00417d801
helpers.newtimer: added stoppable option
2017-01-24 16:15:40 +01:00
2009
958cf60e6f
Fix bug where net widget would not get the device name
...
This happens because my output from ```ip link show``` doesn't have anything additional betweeen MULTICAST and UP.
```
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP>
```
2017-01-24 19:55:27 +10:00
Alan D Moore
17fa506422
Fix regression in pulsebar.lua
...
Added gmatch back to aliased string library
2017-01-23 23:05:36 -06:00
Renato F
c8a5a8e502
Fix regression in net.lua widget
...
The iface argument parsing was logically incorrect and ignoring table argument such as {"eth0", "eth1"}.
2017-01-24 00:14:02 -02:00
copycat-killer
d836fcd625
lain is now as asynchronous as possible
2017-01-23 23:03:13 +01:00
copycat-killer
c0deea2503
imap: fixed async call
2017-01-23 22:27:37 +01:00
copycat-killer
099e23aac2
taskwarrior: asynchronous; #213 enhanced
2017-01-23 20:58:19 +01:00
copycat-killer
156515eb28
alsa{bar}: add togglechannel back
2017-01-23 17:58:35 +01:00
copycat-killer
ff61857e15
alsabar: forgot callback
2017-01-23 15:52:26 +01:00
copycat-killer
0180aa3bc3
wiki updated
2017-01-23 15:28:35 +01:00
copycat-killer
f53ae25b0c
alsabar: revert #275 ; remove buttons and beautiful deps
2017-01-23 15:14:16 +01:00
copycat-killer
7594da1b59
alsabar: revert #275 ; remove buttons and beautiful deps
2017-01-23 15:11:49 +01:00
Luke Bonham
09c0a3f27b
Merge pull request #275 from ProfessorOptics/master
...
Alsabar.lua revert changes
2017-01-23 14:09:44 +01:00
copycat-killer
23318f8eea
mem: math.floor->ceil and substract SReclaimable too from the total; closes #271
2017-01-23 13:35:30 +01:00
ProfessorOptics
ba91548161
fixed spelling heigth > height; added support for mouse buttons 1 through 5; added togglechannel as per previous version using new api; small fixes to accomodate togglechannel feature
2017-01-23 14:07:26 +02:00
copycat-killer
f82f0ed205
small fixes
2017-01-22 02:13:02 +01:00
copycat-killer
fadc722655
revert fix coretemp
2017-01-22 01:27:24 +01:00
copycat-killer
6cce5b6fe1
cal: asynchronous
2017-01-22 01:15:57 +01:00
copycat-killer
ef6383061b
contrib.kbdlayout: asynchronous
2017-01-21 18:22:42 +01:00
copycat-killer
9adaa9fa32
net: asynchronous
2017-01-21 14:43:38 +01:00
copycat-killer
444ffd03c1
fs/alsabar: small fixes
2017-01-21 01:30:39 +01:00
copycat-killer
0b4193199b
imap: asynchronous: forgot shell
2017-01-21 00:36:41 +01:00