]> git.madduck.net Git - etc/awesome.git/log

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

etc/awesome.git
7 years agoMerge pull request #224 from ikselven/master
Luke Bonham [Wed, 17 Aug 2016 14:43:08 +0000 (16:43 +0200)]
Merge pull request #224 from ikselven/master

fix: attempt to index a nil value (field 'n_perc')

7 years agofix: attempt to index a nil value (field 'n_perc')
ikselven [Wed, 17 Aug 2016 11:52:47 +0000 (13:52 +0200)]
fix: attempt to index a nil value (field 'n_perc')

7 years agowiki updated; completes #223; closes #222
copycat-killer [Tue, 16 Aug 2016 10:44:59 +0000 (12:44 +0200)]
wiki updated; completes #223; closes #222

7 years ago#222 #223: percentage shown for every battery; fix typo 2
copycat-killer [Tue, 16 Aug 2016 10:43:04 +0000 (12:43 +0200)]
#222 #223: percentage shown for every battery; fix typo 2

7 years ago#222 #223: percentage shown for every battery; fix typo
copycat-killer [Tue, 16 Aug 2016 10:40:51 +0000 (12:40 +0200)]
#222 #223: percentage shown for every battery; fix typo

7 years ago#222 #223: percentage shown for every battery
copycat-killer [Tue, 16 Aug 2016 10:39:17 +0000 (12:39 +0200)]
#222 #223: percentage shown for every battery

7 years ago#222 #223: readd math.min to catch #158
copycat-killer [Tue, 16 Aug 2016 10:31:50 +0000 (12:31 +0200)]
#222 #223: readd math.min to catch #158

7 years agoMerge pull request #223 from monokles/bat-perc-fix
Luke Bonham [Tue, 16 Aug 2016 10:28:24 +0000 (12:28 +0200)]
Merge pull request #223 from monokles/bat-perc-fix

[partial] battery: calculate percentage for multiple instances with different capacities

7 years agoshow true battery energy percentage
Monokles [Mon, 15 Aug 2016 21:19:09 +0000 (23:19 +0200)]
show true battery energy percentage

7 years ago#221 use string.format; wiki updated
copycat-killer [Thu, 11 Aug 2016 11:43:35 +0000 (13:43 +0200)]
#221 use string.format; wiki updated

7 years agoMerge pull request #221 from sudo-nice/master
Luke Bonham [Thu, 11 Aug 2016 11:36:08 +0000 (13:36 +0200)]
Merge pull request #221 from sudo-nice/master

quake: allow to pass extra arguments + border width now configurable

7 years agoquake: let border width be configurable
Sudo Nice [Thu, 11 Aug 2016 06:53:02 +0000 (09:53 +0300)]
quake: let border width be configurable

7 years agoquake: allow to pass extra arguments
Sudo Nice [Wed, 10 Aug 2016 18:23:45 +0000 (21:23 +0300)]
quake: allow to pass extra arguments

7 years agoMerge pull request #220 from setrofim/master
Luke Bonham [Fri, 5 Aug 2016 13:57:57 +0000 (15:57 +0200)]
Merge pull request #220 from setrofim/master

asyncshell: minor fix to spawn with shell invocation

7 years agoasyncshell: minor fix to spawn with shell invocation
Sergei Trofimov [Fri, 5 Aug 2016 09:09:18 +0000 (10:09 +0100)]
asyncshell: minor fix to spawn with shell invocation

Fixed an erroneous call to "awful.spawn.with_shell" when "with_shell" is
not defined.

7 years agowiki updated
copycat-killer [Thu, 4 Aug 2016 10:56:39 +0000 (12:56 +0200)]
wiki updated

7 years agoquake: set default geometry only on first spawn; typo fixed
copycat-killer [Thu, 4 Aug 2016 10:34:22 +0000 (12:34 +0200)]
quake: set default geometry only on first spawn; typo fixed

7 years agoquake: set default geometry only on first spawn
copycat-killer [Wed, 3 Aug 2016 15:38:51 +0000 (17:38 +0200)]
quake: set default geometry only on first spawn

7 years agoMerge pull request #217 from autumnlansing/master
Luke Bonham [Fri, 29 Jul 2016 10:38:14 +0000 (12:38 +0200)]
Merge pull request #217 from autumnlansing/master

Fixed notification screen bug in task widget

7 years agoFixed notification screen bug in task widget
Autumn Lansing [Thu, 28 Jul 2016 21:13:35 +0000 (16:13 -0500)]
Fixed notification screen bug in task widget

7 years ago#216: wiki updated
copycat-killer [Wed, 27 Jul 2016 09:40:41 +0000 (11:40 +0200)]
#216: wiki updated

7 years agoMerge pull request #216 from groundflyer/memwidget
Luke Bonham [Wed, 27 Jul 2016 09:30:24 +0000 (11:30 +0200)]
Merge pull request #216 from groundflyer/memwidget

memory widget: add percentage

7 years agoadd used memory percentage
Roman Saldygashev [Mon, 25 Jul 2016 11:30:27 +0000 (16:30 +0500)]
add used memory percentage

7 years agoMerge pull request #215 from rohieb/fix/task-xml-escape
Luke Bonham [Fri, 22 Jul 2016 16:23:51 +0000 (18:23 +0200)]
Merge pull request #215 from rohieb/fix/task-xml-escape

task: fix XML escaping in notification

7 years agotask: proper XML escaping in notification
Roland Hieber [Fri, 22 Jul 2016 04:51:30 +0000 (06:51 +0200)]
task: proper XML escaping in notification

7 years agoMerge pull request #214 from 0x0d/master
Luke Bonham [Sun, 17 Jul 2016 15:19:33 +0000 (17:19 +0200)]
Merge pull request #214 from 0x0d/master

widgets enhancements: fs (notify-showpopup flags), task (popup font)

7 years agotasks widget: Ability to specify font name
Dmitry Sidorov [Sun, 17 Jul 2016 08:24:00 +0000 (11:24 +0300)]
tasks widget: Ability to specify font name

7 years agofs widget: make notification and popup configurable
Dmitry Sidorov [Sat, 16 Jul 2016 09:24:59 +0000 (12:24 +0300)]
fs widget: make notification and popup configurable

7 years agoMerge branch 'master' of https://github.com/copycat-killer/lain
copycat-killer [Fri, 15 Jul 2016 15:48:35 +0000 (17:48 +0200)]
Merge branch 'master' of https://github.com/copycat-killer/lain

7 years ago#213: wiki updated
copycat-killer [Fri, 15 Jul 2016 15:48:20 +0000 (17:48 +0200)]
#213: wiki updated

7 years agoMerge pull request #213 from rohieb/feature/task-cmdline
Luke Bonham [Fri, 15 Jul 2016 15:38:07 +0000 (17:38 +0200)]
Merge pull request #213 from rohieb/feature/task-cmdline

task widget: make command line configurable

7 years agotask widget: make command line configurable
Roland Hieber [Thu, 14 Jul 2016 15:24:38 +0000 (17:24 +0200)]
task widget: make command line configurable

7 years agowiki & readme updated
copycat-killer [Sun, 10 Jul 2016 09:05:26 +0000 (11:05 +0200)]
wiki & readme updated

7 years ago#211: wiki updated
copycat-killer [Fri, 8 Jul 2016 09:38:04 +0000 (11:38 +0200)]
#211: wiki updated

7 years agoMerge pull request #212 from 0x0d/master
Luke Bonham [Fri, 8 Jul 2016 09:36:54 +0000 (11:36 +0200)]
Merge pull request #212 from 0x0d/master

Two bugfixes on Thinkpad X260

7 years agoBugfix. Data must be shown even there is no any packets sent or received.
Dmitry Sidorov [Thu, 7 Jul 2016 23:08:27 +0000 (02:08 +0300)]
Bugfix. Data must be shown even there is no any packets sent or received.

7 years agoBattery remaining percentage must be int, not float
Dmitry Sidorov [Thu, 7 Jul 2016 12:52:36 +0000 (15:52 +0300)]
Battery remaining percentage must be int, not float

7 years agobat: forgot to remove debug line; #209
copycat-killer [Wed, 6 Jul 2016 08:35:13 +0000 (10:35 +0200)]
bat: forgot to remove debug line; #209

7 years agobat: type checking on perc #209
copycat-killer [Wed, 6 Jul 2016 08:33:23 +0000 (10:33 +0200)]
bat: type checking on perc #209

7 years agobattery: safety checks; #208
copycat-killer [Sun, 26 Jun 2016 18:08:34 +0000 (20:08 +0200)]
battery: safety checks; #208

7 years agoutil/quake: this is a normal window
copycat-killer [Sun, 26 Jun 2016 15:27:42 +0000 (17:27 +0200)]
util/quake: this is a normal window

7 years ago#207 fix attempt
copycat-killer [Sun, 26 Jun 2016 11:43:20 +0000 (13:43 +0200)]
#207 fix attempt

7 years agoadded quake
copycat-killer [Sun, 26 Jun 2016 11:13:22 +0000 (13:13 +0200)]
added quake

7 years agowiki restructured; moved widgets/contrib/ccurr to abase/use case examples/bitcoin...
copycat-killer [Sun, 26 Jun 2016 10:32:38 +0000 (12:32 +0200)]
wiki restructured; moved widgets/contrib/ccurr to abase/use case examples/bitcoin because Crypty API is dead and Coinbase API V1 -> V2

7 years agobattery: magnitude check was 1 order off: fixed; #199 #207
copycat-killer [Sat, 25 Jun 2016 15:51:21 +0000 (17:51 +0200)]
battery: magnitude check was 1 order off: fixed; #199 #207

7 years agogpmdp: some fixe + added wiki; #206
copycat-killer [Sat, 25 Jun 2016 12:27:20 +0000 (14:27 +0200)]
gpmdp: some fixe + added wiki; #206

7 years agoMerge branch 'master' of https://github.com/copycat-killer/lain
copycat-killer [Sat, 25 Jun 2016 12:10:38 +0000 (14:10 +0200)]
Merge branch 'master' of https://github.com/copycat-killer/lain

7 years agoMerge pull request #206 from Kirogo/master
Luke Bonham [Sat, 25 Jun 2016 12:10:00 +0000 (14:10 +0200)]
Merge pull request #206 from Kirogo/master

Added gpmdp widget

7 years agobattery: forgot to remove debugging line
copycat-killer [Sat, 25 Jun 2016 12:07:43 +0000 (14:07 +0200)]
battery: forgot to remove debugging line

7 years agobattery: magnitude differences check added; closes #199 #203
copycat-killer [Sat, 25 Jun 2016 12:05:05 +0000 (14:05 +0200)]
battery: magnitude differences check added; closes #199 #203

7 years agosome fixes
copycat-killer [Fri, 24 Jun 2016 18:14:23 +0000 (20:14 +0200)]
some fixes

7 years ago#199 #203 fix attempt 4
copycat-killer [Thu, 23 Jun 2016 08:14:10 +0000 (10:14 +0200)]
#199 #203 fix attempt 4

7 years agoAdded gpmpd widget
Alexandre Terrien [Wed, 22 Jun 2016 21:21:01 +0000 (23:21 +0200)]
Added gpmpd widget

7 years agowiki updated
copycat-killer [Tue, 21 Jun 2016 08:52:20 +0000 (10:52 +0200)]
wiki updated

7 years agoMerge pull request #205 from rohieb/feature/mpd-moreinfo
Luke Bonham [Tue, 21 Jun 2016 08:36:05 +0000 (10:36 +0200)]
Merge pull request #205 from rohieb/feature/mpd-moreinfo

MPD: add playlist position and mode flags

7 years agompd: add info about playlist pos/length and single/consume/repeat/random mode
Roland Hieber [Mon, 20 Jun 2016 17:23:40 +0000 (19:23 +0200)]
mpd: add info about playlist pos/length and single/consume/repeat/random mode

7 years agompd: change whitespace to make the next commit pretty
Roland Hieber [Mon, 20 Jun 2016 17:21:29 +0000 (19:21 +0200)]
mpd: change whitespace to make the next commit pretty

7 years agowiki updated
copycat-killer [Wed, 15 Jun 2016 07:34:28 +0000 (09:34 +0200)]
wiki updated

7 years ago#199 #203 fix attempt 3
copycat-killer [Wed, 15 Jun 2016 07:33:52 +0000 (09:33 +0200)]
#199 #203 fix attempt 3

7 years ago#199 #203 fix attempt 2
copycat-killer [Mon, 13 Jun 2016 07:08:05 +0000 (09:08 +0200)]
#199 #203 fix attempt 2

7 years agobattery: always update status (fix perc) #199 #203
Luke Bonham [Thu, 9 Jun 2016 10:19:03 +0000 (12:19 +0200)]
battery: always update status (fix perc) #199 #203

7 years agobattery: always update status #199 #203
Luke Bonham [Thu, 9 Jun 2016 09:53:07 +0000 (11:53 +0200)]
battery: always update status #199 #203

7 years agowiki updated; #204
copycat-killer [Wed, 8 Jun 2016 09:55:23 +0000 (11:55 +0200)]
wiki updated; #204

7 years agorevert to not hidden as default 2
copycat-killer [Wed, 8 Jun 2016 09:52:36 +0000 (11:52 +0200)]
revert to not hidden as default 2

7 years ago#204: revert to not hidden as default
copycat-killer [Wed, 8 Jun 2016 09:46:02 +0000 (11:46 +0200)]
#204: revert to not hidden as default

7 years agoMerge pull request #204 from rohieb/feature/hide-mpd-notifications
Luke Bonham [Wed, 8 Jun 2016 09:35:04 +0000 (11:35 +0200)]
Merge pull request #204 from rohieb/feature/hide-mpd-notifications

mpd: make notifications hideable in widget config

7 years agompd: make notifications hideable in widget config
Roland Hieber [Wed, 8 Jun 2016 01:20:21 +0000 (03:20 +0200)]
mpd: make notifications hideable in widget config

7 years ago#198 fix attempt 3: patch on DST check
copycat-killer [Thu, 2 Jun 2016 09:19:17 +0000 (11:19 +0200)]
#198 fix attempt 3: patch on DST check

7 years ago#199 syntactic change
copycat-killer [Wed, 1 Jun 2016 11:37:20 +0000 (13:37 +0200)]
#199 syntactic change

7 years ago#198 fix attempt 3
copycat-killer [Wed, 1 Jun 2016 11:27:53 +0000 (13:27 +0200)]
#198 fix attempt 3

7 years ago#199 fix attempt
Luke Bonham [Tue, 31 May 2016 08:55:15 +0000 (10:55 +0200)]
#199 fix attempt

7 years agowiki updated
Luke Bonham [Tue, 31 May 2016 08:45:46 +0000 (10:45 +0200)]
wiki updated

7 years agopull #201 fixes
Luke Bonham [Tue, 31 May 2016 08:44:51 +0000 (10:44 +0200)]
pull #201 fixes

7 years agoMerge branch 'MaximeCheramy-master'
Luke Bonham [Tue, 31 May 2016 08:07:32 +0000 (10:07 +0200)]
Merge branch 'MaximeCheramy-master'

7 years agoMerge branch 'master' of https://github.com/MaximeCheramy/lain into MaximeCheramy...
Luke Bonham [Tue, 31 May 2016 08:03:40 +0000 (10:03 +0200)]
Merge branch 'master' of https://github.com/MaximeCheramy/lain into MaximeCheramy-master

7 years ago#198 fix attempt 2
Luke Bonham [Tue, 31 May 2016 08:00:28 +0000 (10:00 +0200)]
#198 fix attempt 2

7 years ago#198: correct logic
copycat-killer [Mon, 30 May 2016 19:01:44 +0000 (21:01 +0200)]
#198: correct logic

7 years agoMerge pull request #202 from mnivoliez/master
Luke Bonham [Sun, 29 May 2016 18:01:48 +0000 (20:01 +0200)]
Merge pull request #202 from mnivoliez/master

Fix muted problem in pulsebar

7 years agoFix muted problem. To know if the sound is mute we have to check if mute == "yes...
Mathieu Nivoliez [Sun, 29 May 2016 17:37:38 +0000 (19:37 +0200)]
Fix muted problem. To know if the sound is mute we have to check if mute == "yes" instead of mute == "no"

7 years agoweather: fix indentation
copycat-killer [Sun, 29 May 2016 16:09:58 +0000 (18:09 +0200)]
weather: fix indentation

7 years agopulsebar added
copycat-killer [Sun, 29 May 2016 16:01:40 +0000 (18:01 +0200)]
pulsebar added

7 years agoweather: icons based on localtime; closes pull #198
copycat-killer [Sun, 29 May 2016 15:13:52 +0000 (17:13 +0200)]
weather: icons based on localtime; closes pull #198

7 years agoAdd possibility to give a list of batteries instead of only one.
Maxime Chéramy [Sat, 28 May 2016 21:27:47 +0000 (23:27 +0200)]
Add possibility to give a list of batteries instead of only one.

7 years agoMerge pull request #197 from aajjbb/master
Luke Bonham [Tue, 17 May 2016 15:30:37 +0000 (17:30 +0200)]
Merge pull request #197 from aajjbb/master

fixing battery percentage going above 100

7 years agofixing battery percentage going above 100
aajjbb [Tue, 17 May 2016 01:19:26 +0000 (22:19 -0300)]
fixing battery percentage going above 100

7 years agowiki updated
copycat-killer [Mon, 9 May 2016 17:05:34 +0000 (19:05 +0200)]
wiki updated

7 years agoadds #196 solving conflicts; closes #191
copycat-killer [Mon, 9 May 2016 17:02:49 +0000 (19:02 +0200)]
adds #196 solving conflicts; closes #191

7 years agolain: wiki updated
copycat-killer [Sun, 8 May 2016 18:06:50 +0000 (20:06 +0200)]
lain: wiki updated

7 years ago#195: magnify_client can now behave like magnifier layout
copycat-killer [Sun, 8 May 2016 17:57:21 +0000 (19:57 +0200)]
#195: magnify_client can now behave like magnifier layout

7 years agocalendar: cal_format typo corrected
copycat-killer [Tue, 26 Apr 2016 16:01:30 +0000 (18:01 +0200)]
calendar: cal_format typo corrected

7 years agocalendar: fix indentation
copycat-killer [Mon, 25 Apr 2016 08:43:20 +0000 (10:43 +0200)]
calendar: fix indentation

7 years agocalendar: fix indentation
copycat-killer [Mon, 25 Apr 2016 08:42:42 +0000 (10:42 +0200)]
calendar: fix indentation

7 years agocalendar: expose cal_format; closes #194
copycat-killer [Mon, 25 Apr 2016 08:40:55 +0000 (10:40 +0200)]
calendar: expose cal_format; closes #194

8 years ago#193: update iff rate > 0 and battery not full
copycat-killer [Mon, 11 Apr 2016 07:38:56 +0000 (09:38 +0200)]
#193: update iff rate > 0 and battery not full

8 years agowhitespaces removed
Luke Bonham [Mon, 4 Apr 2016 12:09:54 +0000 (14:09 +0200)]
whitespaces removed

8 years agoMerge pull request #190 from aajjbb/master
Luke Bonham [Mon, 4 Apr 2016 11:49:41 +0000 (13:49 +0200)]
Merge pull request #190 from aajjbb/master

fixing issue in case of nil rate_power in bat widget

8 years agowiki updated
Luke Bonham [Mon, 4 Apr 2016 11:43:19 +0000 (13:43 +0200)]
wiki updated

8 years agofixing parethesis issue
aajjbb [Sun, 3 Apr 2016 17:10:54 +0000 (14:10 -0300)]
fixing parethesis issue

8 years agofixing issue in case of nil rate_power in bat widget
aajjbb [Sun, 3 Apr 2016 17:07:37 +0000 (14:07 -0300)]
fixing issue in case of nil rate_power in bat widget

8 years ago#187 fix
copycat-killer [Sat, 2 Apr 2016 11:06:12 +0000 (13:06 +0200)]
#187 fix