Commit Graph

558 Commits

Author SHA1 Message Date
Justin Endacott 7a26917b93 Update pulsebar after setting volume to 100% 2016-12-07 03:48:18 +10:00
Justin Endacott 3676776227 Fix typo in return statement 2016-12-06 18:40:40 +10:00
copycat-killer 7d431ef9c4 calendar: fixed typos 2016-12-04 13:27:52 +01:00
copycat-killer b5c2c4cab5 small fixes to calls; wiki updated 2016-12-04 13:06:12 +01:00
copycat-killer 44864dba37 pull #239; better implementation 2016-12-04 12:42:39 +01:00
copycat-killer 14d047eaa7 pull #238: set step to 1%; added same middle click event to alsabar 2016-12-04 11:59:08 +01:00
Justin Endacott 80763b314a Add additional mouse controls to pulsebar 2016-12-05 03:03:08 +10:00
copycat-killer ce12475ede bat: make update() available; #236 2016-11-19 10:30:58 +01:00
copycat-killer 42424334b2 pulseaudio: added sink name; fixed typo; #234 2016-10-28 13:44:47 +02:00
copycat-killer 79687bad24 pulseaudio: add sink index, and fetch every channel; #234 2016-10-27 21:21:21 +02:00
copycat-killer a566b721b9 weather: weather_now check if table and not just nil 2016-10-12 19:14:48 +02:00
copycat-killer 4173f5bec3 bat: catch AC and discharging case; #199 comment 251025564 2016-10-04 11:02:43 +02:00
copycat-killer 9e78c8d121 Merge branch 'master' of github.com:copycat-killer/lain into HEAD 2016-09-29 10:48:54 +02:00
copycat-killer 366ba0c1b7 alsabar: failsafe for ALSA configs not starting from init 2016-09-29 10:48:27 +02:00
copycat-killer ad4066caed net: ip: revert to default path; wiki updated; #102 2016-09-13 21:58:19 +02:00
copycat-killer 7e6f1336f2 net: specify ip path; #102 2016-09-13 16:29:17 +02:00
Kobe Lipkens 2edf1241fe widget.base: Fix cached output 2016-09-03 16:44:48 +02:00
copycat-killer 19b510cfc4 alsa{bar}: togglechannel added (HDMI outputs) 2016-08-28 13:57:58 +02:00
Luke Bonham 0e37d220b7 #162 comment 241640965: fix magnitude check when 100% on AC 2016-08-24 17:14:06 +02:00
ikselven 10cb9a9127 fix: attempt to index a nil value (field 'n_perc') 2016-08-17 13:52:47 +02:00
copycat-killer f0deb3749f #222 #223: percentage shown for every battery; fix typo 2 2016-08-16 12:43:04 +02:00
copycat-killer 1eb2829cac #222 #223: percentage shown for every battery; fix typo 2016-08-16 12:40:51 +02:00
copycat-killer ed8853a301 #222 #223: percentage shown for every battery 2016-08-16 12:39:17 +02:00
copycat-killer 0fd2187471 #222 #223: readd math.min to catch #158 2016-08-16 12:31:50 +02:00
Monokles 727997d5e0 show true battery energy percentage 2016-08-15 23:19:09 +02:00
copycat-killer 85ed92417d quake: set default geometry only on first spawn 2016-08-03 17:38:51 +02:00
Autumn Lansing a366df30e0 Fixed notification screen bug in task widget 2016-07-28 16:13:35 -05:00
copycat-killer 98d3ab9083 #216: wiki updated 2016-07-27 11:40:41 +02:00
Roman Saldygashev ebd506d693 add used memory percentage 2016-07-25 16:30:27 +05:00
Roland Hieber 233f424dfc task: proper XML escaping in notification 2016-07-22 06:51:34 +02:00
Dmitry Sidorov ca11d6acbe tasks widget: Ability to specify font name 2016-07-17 11:24:00 +03:00
Dmitry Sidorov c909b67a6a fs widget: make notification and popup configurable 2016-07-16 12:24:59 +03:00
Luke Bonham b9f31a6c62 Merge pull request #213 from rohieb/feature/task-cmdline
task widget: make command line configurable
2016-07-15 17:38:07 +02:00
Roland Hieber d16094bc68 task widget: make command line configurable 2016-07-14 17:24:38 +02:00
Dmitry Sidorov a221555ad4 Bugfix. Data must be shown even there is no any packets sent or received. 2016-07-08 02:08:27 +03:00
Dmitry Sidorov cbab9ef81b Battery remaining percentage must be int, not float 2016-07-07 15:52:36 +03:00
copycat-killer 41ccab3196 bat: forgot to remove debug line; #209 2016-07-06 10:35:13 +02:00
copycat-killer 29ae2ec2d4 bat: type checking on perc #209 2016-07-06 10:33:28 +02:00
copycat-killer 86432aa3a2 battery: safety checks; #208 2016-06-26 20:08:34 +02:00
copycat-killer 6f01d292de #207 fix attempt 2016-06-26 13:43:20 +02:00
copycat-killer 0a6274b434 wiki restructured; moved widgets/contrib/ccurr to abase/use case examples/bitcoin because Crypty API is dead and Coinbase API V1 -> V2 2016-06-26 12:32:38 +02:00
copycat-killer 4003d09639 battery: magnitude check was 1 order off: fixed; #199 #207 2016-06-25 17:51:28 +02:00
copycat-killer 53b782f7c1 gpmdp: some fixe + added wiki; #206 2016-06-25 14:27:55 +02:00
copycat-killer 202ab106d5 Merge branch 'master' of https://github.com/copycat-killer/lain 2016-06-25 14:10:38 +02:00
Luke Bonham db253f9c55 Merge pull request #206 from Kirogo/master
Added gpmdp widget
2016-06-25 14:10:00 +02:00
copycat-killer 029039e81f battery: forgot to remove debugging line 2016-06-25 14:07:43 +02:00
copycat-killer cda6ec98fe battery: magnitude differences check added; closes #199 #203 2016-06-25 14:05:05 +02:00
copycat-killer 14a3f6689b some fixes 2016-06-24 20:14:23 +02:00
copycat-killer c73b151849 #199 #203 fix attempt 4 2016-06-23 10:14:10 +02:00
Alexandre Terrien c0646ff164 Added gpmpd widget 2016-06-22 23:21:01 +02:00
Roland Hieber 7584d13fc1 mpd: add info about playlist pos/length and single/consume/repeat/random mode 2016-06-20 19:24:08 +02:00
Roland Hieber b5b6e79a13 mpd: change whitespace to make the next commit pretty 2016-06-20 19:24:08 +02:00
copycat-killer 7384fa0fa6 #199 #203 fix attempt 3 2016-06-15 09:33:52 +02:00
copycat-killer 610bc1991a #199 #203 fix attempt 2 2016-06-13 09:08:05 +02:00
Luke Bonham f76940230a battery: always update status (fix perc) #199 #203 2016-06-09 12:19:03 +02:00
Luke Bonham 5547a49496 battery: always update status #199 #203 2016-06-09 11:53:07 +02:00
copycat-killer c251f2844b revert to not hidden as default 2 2016-06-08 11:52:36 +02:00
copycat-killer effa8f1dc2 #204: revert to not hidden as default 2016-06-08 11:46:02 +02:00
Luke Bonham 6b0e66f721 Merge pull request #204 from rohieb/feature/hide-mpd-notifications
mpd: make notifications hideable in widget config
2016-06-08 11:35:04 +02:00
Roland Hieber fb14da7adc mpd: make notifications hideable in widget config 2016-06-08 03:20:28 +02:00
copycat-killer 7bc886679d #198 fix attempt 3: patch on DST check 2016-06-02 11:19:17 +02:00
copycat-killer 2d8e93f189 #199 syntactic change 2016-06-01 13:37:20 +02:00
copycat-killer 1635e0a0ca #198 fix attempt 3 2016-06-01 13:27:53 +02:00
Luke Bonham 84005d16a9 #199 fix attempt 2016-05-31 10:55:15 +02:00
Luke Bonham 70bee86b8b pull #201 fixes 2016-05-31 10:44:51 +02:00
Luke Bonham 1afe5367af Merge branch 'master' of https://github.com/MaximeCheramy/lain into MaximeCheramy-master 2016-05-31 10:03:40 +02:00
Luke Bonham 5efaca89d0 #198 fix attempt 2 2016-05-31 10:00:28 +02:00
copycat-killer 0802b5a704 #198: correct logic 2016-05-30 21:01:44 +02:00
Mathieu Nivoliez 762ebb043e Fix muted problem. To know if the sound is mute we have to check if mute == "yes" instead of mute == "no" 2016-05-29 19:37:38 +02:00
copycat-killer 6c40d0ffc7 weather: fix indentation 2016-05-29 18:09:58 +02:00
copycat-killer 687b76a565 pulsebar added 2016-05-29 18:01:40 +02:00
copycat-killer ef872db5dc weather: icons based on localtime; closes pull #198 2016-05-29 17:13:52 +02:00
Maxime Chéramy 5cdae1d0ba Add possibility to give a list of batteries instead of only one. 2016-05-28 23:27:47 +02:00
aajjbb 726bf16543 fixing battery percentage going above 100 2016-05-16 22:19:26 -03:00
copycat-killer be725b3ecf adds #196 solving conflicts; closes #191 2016-05-09 19:02:49 +02:00
copycat-killer 84313cc876 #195: magnify_client can now behave like magnifier layout 2016-05-08 19:57:21 +02:00
copycat-killer 01bad23a2c calendar: cal_format typo corrected 2016-04-26 18:01:30 +02:00
copycat-killer a04895f5ee calendar: fix indentation 2016-04-25 10:43:20 +02:00
copycat-killer c946cc48c8 calendar: fix indentation 2016-04-25 10:42:42 +02:00
copycat-killer 8e9386be4e calendar: expose cal_format; closes #194 2016-04-25 10:40:55 +02:00
copycat-killer de03791b81 #193: update iff rate > 0 and battery not full 2016-04-11 09:38:56 +02:00
Luke Bonham fe8e24e5f5 whitespaces removed 2016-04-04 14:09:54 +02:00
aajjbb f50543b449 fixing parethesis issue 2016-04-03 14:10:54 -03:00
aajjbb 6cd0a29535 fixing issue in case of nil rate_power in bat widget 2016-04-03 14:07:37 -03:00
copycat-killer 49d493e1a4 #187 fix 2016-04-02 13:06:12 +02:00
copycat-killer bacf63807c Merge branch 'master' of https://github.com/copycat-killer/lain 2016-04-02 11:20:18 +02:00
copycat-killer 80075e34d5 alsabar: check if mute is nil as well 2016-04-02 11:20:04 +02:00
Luke Bonham da3310b775 alsa: some indentation 2016-03-31 12:00:47 +02:00
Luke Bonham 27fc95570c bat: replaced tabs with spaces and removed whitespaces 2016-03-31 11:54:37 +02:00
Luke Bonham 63455361db Merge branch 'patch-3' of https://github.com/andering/lain into andering-patch-3 2016-03-31 11:44:33 +02:00
copycat-killer 14cab4ebc3 #182 and #184 implemented without tabs; wiki updated 2016-03-30 16:34:41 +02:00
copycat-killer 3c08699d4b weather: #186 2016-03-30 14:11:33 +02:00
copycat-killer fc7403534f weather: make notification function general 2016-03-30 13:04:26 +02:00
Andrej Kouřil fcbb371e56 forgoten brackets at rule 2016-03-28 17:22:40 +02:00
Andrej Kouřil 6e54e1d62a Removed forgotten previous rate rule. 2016-03-27 15:29:38 +02:00
Andrej Kouřil 2b4e911dfd Added rule for bat_now.status = Full when rate suppose be 0 2016-03-27 15:28:52 +02:00
Andrej Kouřil 37c4198cdf Added rate check 2016-03-27 13:10:14 +02:00
Andrej Kouřil 7a4c3345fb Update bat.lua 2016-03-23 18:57:05 +01:00
Luke Bonham d1b36bb53c Merge pull request #181 from stwa/patch-5
Fix for #177
2016-03-22 18:44:49 +01:00
copycat-killer e5abb78443 #177 fixed typo 2016-03-22 18:41:39 +01:00