timer or stop watch add ons for MX-Linux 19.1

Message
Author
User avatar
hadisur_rahman
Posts: 158
Joined: Sat Mar 07, 2020 5:47 am

timer or stop watch add ons for MX-Linux 19.1

#1 Post by hadisur_rahman »

How do I install the timer or stopwatch addons in my MX Linux 19.1 machine? I installed Ktimer from "MX Package Installer" but it not working actually when the time I set counting finished the Ktimer didn,t create a finished noise or sound, but I want that.

User avatar
eriefisher
Posts: 142
Joined: Fri Sep 07, 2007 8:11 am

Re: timer or stop watch add ons for MX-Linux 19.1

#2 Post by eriefisher »

if you have the "goodies" package installed for the panel you can right click on the panel>>select panel>>add new items>>search for timer>>click add. Configure as you please.

User avatar
hadisur_rahman
Posts: 158
Joined: Sat Mar 07, 2020 5:47 am

Re: timer or stop watch add ons for MX-Linux 19.1

#3 Post by hadisur_rahman »

eriefisher wrote: Thu Jun 04, 2020 4:36 pm if you have the "goodies" package installed for the panel you can right click on the panel>>select panel>>add new items>>search for timer>>click add. Configure as you please.
From where I can install the "goodies" package? link please.

User avatar
Jerry3904
Administrator
Posts: 23556
Joined: Wed Jul 19, 2006 6:13 am

Re: timer or stop watch add ons for MX-Linux 19.1

#4 Post by Jerry3904 »

It's installed by default. Just right-click the panel etc. as eriefisher says.
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
hadisur_rahman
Posts: 158
Joined: Sat Mar 07, 2020 5:47 am

Re: timer or stop watch add ons for MX-Linux 19.1

#5 Post by hadisur_rahman »

Jerry3904 wrote: Thu Jun 04, 2020 5:01 pm It's installed by default. Just right-click the panel etc. as eriefisher says.
got it thanks but when the time finished it does not make a sound. How to enable it?

User avatar
handy
Posts: 614
Joined: Mon Apr 23, 2018 2:00 pm

Re: timer or stop watch add ons for MX-Linux 19.1

#6 Post by handy »

I wrote a little script once that I called via a bash alias, after which I entered how long I wanted to count down at the terminal prompt, hit enter & then when the count down was over it played a song of my choice - Dreamweaver.

I just went looking for the script but I couldn't find it? If it turns up I'll post it (for those that don't mind not using a GUI). ;)
MSI: MAG B560 TORP', i5, RAM 16GB, GTX 1070 Ti 12GB, M2 238GB + USB, MX-23 Fb to Openbx
Lenovo: Ideapad 520S, i5, RAM 8GB, GPU i620, HDD 1TB, MX-23 Fb - Openbx
Clevo: P150SM-A, i7, RAM 16GB, nVidia 8600, 2x 1TB HDD & M.2 256 GB, MX-23 Fb - Openbx

User avatar
JayM
Posts: 6796
Joined: Tue Jan 08, 2019 3:47 am

Re: timer or stop watch add ons for MX-Linux 19.1

#7 Post by JayM »

hadisur_rahman wrote: Thu Jun 04, 2020 9:27 pm
Jerry3904 wrote: Thu Jun 04, 2020 5:01 pm It's installed by default. Just right-click the panel etc. as eriefisher says.
got it thanks but when the time finished it does not make a sound. How to enable it?
That Xfce4 Timer plugin displays a notification pop-up message when the time that you set has expired. If you want it to also play a sound you would enter

Code: Select all

play /path/to/audio/file/example.mp3
in its command to run field for the alarm that you added.(My example is hypothetical. You would have to specify your actual path and filename for whatever sound file you wanted to use whether it's an .mp3, .ogg, .flac, .wav or whatever.)

Also it will play the entire audio file so if it's a long song there's no way to stop it until it finishes by itself, so use a very short sound like a bell or beep. Try

Code: Select all

play /usr/share/sounds/Fresh_and_Clean/stereo/bell.ogg
Make sure your speakers are turned on and the volume's high enough.
Last edited by JayM on Fri Jun 05, 2020 12:46 am, edited 2 times in total.
Please read the Forum Rules, How To Ask For Help, How to Break Your System and Don't Break Debian. Always include your full Quick System Info (QSI) with each and every new help request.

User avatar
linexer2016
Posts: 733
Joined: Thu Dec 15, 2016 8:15 pm

Re: timer or stop watch add ons for MX-Linux 19.1

#8 Post by linexer2016 »

Is there a way to change the icon to a more visible colour as I use a dark theme and the icon is all but invisible.

User avatar
Stevo
Developer
Posts: 14886
Joined: Fri Dec 15, 2006 7:07 pm

Re: timer or stop watch add ons for MX-Linux 19.1

#9 Post by Stevo »

We do ship some beeps and boops in /usr/share/sounds--just run "locate .ogg" in the terminal, and you should see them at the end of the output.

Tim packaged qtalarm for the test repo, which does play an alarm sound when it goes off: viewtopic.php?f=140&t=57204&p=568330&hi ... rm#p568026
Last edited by Stevo on Fri Jun 05, 2020 12:13 am, edited 1 time in total.

User avatar
JayM
Posts: 6796
Joined: Tue Jan 08, 2019 3:47 am

Re: timer or stop watch add ons for MX-Linux 19.1

#10 Post by JayM »

linexer2016 wrote: Thu Jun 04, 2020 11:59 pm Is there a way to change the icon to a more visible colour as I use a dark theme and the icon is all but invisible.
Not unless you can figure out how to do it in css. There are no options for color settings in the panel app itself. Or you can switch to a different theme and see if it shows up any better. Try Arc-Darker.
Please read the Forum Rules, How To Ask For Help, How to Break Your System and Don't Break Debian. Always include your full Quick System Info (QSI) with each and every new help request.

Post Reply

Return to “Software / Configuration”