timer or stop watch add ons for MX-Linux 19.1
- hadisur_rahman
- Posts: 158
- Joined: Sat Mar 07, 2020 5:47 am
timer or stop watch add ons for MX-Linux 19.1
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.
- eriefisher
- Posts: 142
- Joined: Fri Sep 07, 2007 8:11 am
Re: timer or stop watch add ons for MX-Linux 19.1
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.
- hadisur_rahman
- Posts: 158
- Joined: Sat Mar 07, 2020 5:47 am
Re: timer or stop watch add ons for MX-Linux 19.1
From where I can install the "goodies" package? link please.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.
Re: timer or stop watch add ons for MX-Linux 19.1
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
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
- hadisur_rahman
- Posts: 158
- Joined: Sat Mar 07, 2020 5:47 am
Re: timer or stop watch add ons for MX-Linux 19.1
got it thanks but when the time finished it does not make a sound. How to enable it?Jerry3904 wrote: Thu Jun 04, 2020 5:01 pm It's installed by default. Just right-click the panel etc. as eriefisher says.
Re: timer or stop watch add ons for MX-Linux 19.1
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).
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
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
Re: timer or stop watch add ons for MX-Linux 19.1
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 enterhadisur_rahman wrote: Thu Jun 04, 2020 9:27 pmgot it thanks but when the time finished it does not make a sound. How to enable it?Jerry3904 wrote: Thu Jun 04, 2020 5:01 pm It's installed by default. Just right-click the panel etc. as eriefisher says.
Code: Select all
play /path/to/audio/file/example.mp3
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
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.
- linexer2016
- Posts: 733
- Joined: Thu Dec 15, 2016 8:15 pm
Re: timer or stop watch add ons for MX-Linux 19.1
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.
Re: timer or stop watch add ons for MX-Linux 19.1
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
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.
Re: timer or stop watch add ons for MX-Linux 19.1
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.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.
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.