Re: [BRLTTY] Being notified when battery level is low

2020-10-16 Thread Sébastien Hinderer
Dave Mielke (2020/10/16 11:37 -0400): > [quoted lines by Sébastien Hinderer on 2020/10/16 at 17:08 +0200] > > >At the moment, when I plug a USB mass storage device, it gets mounted > >automatically somewhere > > Label the partition (e.g. with e2label, fatlabel, etc), and then mount it via >

Re: [BRLTTY] Being notified when battery level is low

2020-10-16 Thread Dave Mielke
[quoted lines by Sébastien Hinderer on 2020/10/16 at 17:08 +0200] >At the moment, when I plug a USB mass storage device, it gets mounted >automatically somewhere Label the partition (e.g. with e2label, fatlabel, etc), and then mount it via /dev/disk/by-label/. -- I believe the Bible to be the

Re: [BRLTTY] Being notified when battery level is low

2020-10-16 Thread Sébastien Hinderer
Hello Mario, > The only advice I can give about PulseAudio is to uninstall the damn thing. > PA is one of the reasons why I no longer use X on Linux. Well, I need to have sound and mic working in the browser for doing conferences, also wanted to deal with several different speakers, so it seemed

Re: [BRLTTY] Being notified when battery level is low

2020-10-15 Thread Mario Lang
Sébastien Hinderer writes: > Hello Mario, many thanks for your message! > > Mario Lang (2020/10/06 13:00 +0200): >> Sébastien Hinderer writes: >> >> > Raphaël POITEVIN (2020/10/06 10:21 +0200): >> >> Maybe a cron running a script which check the battery level with >> >> acpi. You can send a

Re: [BRLTTY] Being notified when battery level is low

2020-10-14 Thread Sébastien Hinderer
Dear Lars, Many many thanks for the wall trick! I didn't know about this command but it feels a good solution indeed! Best wishes, Sébastien. ___ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to:

Re: [BRLTTY] Being notified when battery level is low

2020-10-14 Thread Sébastien Hinderer
Hello Mario, many thanks for your message! Mario Lang (2020/10/06 13:00 +0200): > Sébastien Hinderer writes: > > > Raphaël POITEVIN (2020/10/06 10:21 +0200): > >> Maybe a cron running a script which check the battery level with > >> acpi. You can send a sound. > > > > Yeah that could be an

Re: [BRLTTY] Being notified when battery level is low

2020-10-06 Thread Lars Bjørndal
On Tue, Oct 06, 2020 at 10:15:43AM +0200, Sébastien Hinderer wrote: > Dear all, > > Has someone found a way to be notified when the battery level of a > laptop becomes low? > > This feature is generally provided by graphical desktops but since I am > not always running one I would be interested

Re: [BRLTTY] Being notified when battery level is low

2020-10-06 Thread Mario Lang
Sébastien Hinderer writes: > Raphaël POITEVIN (2020/10/06 10:21 +0200): >> Maybe a cron running a script which check the battery level with >> acpi. You can send a sound. > > Yeah that could be an option indeed. Thanks! if [ $(cat /sys/class/power_supply/BAT0/capacity) -lt 10 ] then play sound

Re: [BRLTTY] Being notified when battery level is low

2020-10-06 Thread Sébastien Hinderer
Raphaël POITEVIN (2020/10/06 10:21 +0200): > Maybe a cron running a script which check the battery level with > acpi. You can send a sound. Yeah that could be an option indeed. Thanks! Sébastien. ___ This message was sent via the BRLTTY mailing list.