timer or stop watch add ons for MX-Linux 19.1

Message
Author
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

#11 Post by linexer2016 »

Yes Jay, I couldn't find any usual icon edit functionality on this app. Not to worry though because even if I can't see it too well I know it's there in between two other apps in the panel. Just have to remember I have the tool when I need it :)

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

#12 Post by JayM »

BTW I posted on the Xfce forum asking about changing this plugin's colors in the panel via custom css. Waiting to see what people there have to say.
https://forum.xfce.org/viewtopic.php?pid=58461#p58461
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

#13 Post by linexer2016 »

Good work Jay, I will look forward to any feedback you may receive from the XFCE forum.

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

#14 Post by JayM »

ToZ (the Xfce forum moderator and guru) replied to my post. You can read it in that link that I shared earlier if you like.

What you need to do is go to your panel preferences, click the Items tab, then mouse-hover over the timer plugin in the list until you see a tooltip popup and note its "internal name". On my system it's xfce-timer-plugin-42.
Image
Then edit your ~/.config/gtk-3.0/gtk.css file and at the bottom add something like

Code: Select all

#xfce4-timer-plugin-42 progress { 
	background-color: silver; 
	border-color: red;
}

#xfce4-timer-plugin-42 trough { 
	background-color: red; 
	border-color: red
}  
The trough is the icon bar when no timer is running, the progress is it when one is running. You can change the colors according to your preferences, using either standard web color names or hex values (i.e. #ffffff for white.) The border colors are optional. You can also omit the bit about setting the progress bar's color and use the default one if you want to. Log out and in for the change to take effect.

This website will help you find hex values for lots and lots of colors and shades:
https://www.computerhope.com/htmcolor.htm
and this one will let you paste any color's hex value and find all available lighter and darker shades of that color:
https://www.w3schools.com/colors/colors_picker.asp

On my system the plugin went from looking like this
Image
to this
Image
Last edited by JayM on Fri Jun 05, 2020 9:50 pm, edited 3 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
Jerry3904
Administrator
Posts: 23519
Joined: Wed Jul 19, 2006 6:13 am

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

#15 Post by Jerry3904 »

ToZ is simply amazing.
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
linexer2016
Posts: 733
Joined: Thu Dec 15, 2016 8:15 pm

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

#16 Post by linexer2016 »

ToZ no doubt is indeed truly amazing and so is JayM for taking the time to research and provide this solution. It works! Perhaps the OP can now mark this thread as SOLVED.

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

#17 Post by handy »

Re. the hex color names, gcolor2 is also a great tool to get the hex of any color you put the eyedropper on (plus other associated tricks).
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

#18 Post by JayM »

handy wrote: Fri Jun 05, 2020 8:43 am Re. the hex color names, gcolor2 is also a great tool to get the hex of any color you put the eyedropper on (plus other associated tricks).
I prefer KColorChooser for that as I find its UI is easier to use. But with either one you can copy a color from your menu, an app, your wallpaper, icons or whatever and reuse it elsewhere to make things exactly match a particular color and shade so they blend right into your theme..
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
asqwerth
Developer
Posts: 8038
Joined: Sun May 27, 2007 5:37 am

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

#19 Post by asqwerth »

JayM wrote: Fri Jun 05, 2020 8:51 am
handy wrote: Fri Jun 05, 2020 8:43 am Re. the hex color names, gcolor2 is also a great tool to get the hex of any color you put the eyedropper on (plus other associated tricks).
I prefer KColorChooser for that as I find its UI is easier to use. But with either one you can copy a color from your menu, an app, your wallpaper, icons or whatever and reuse it elsewhere to make things exactly match a particular color and shade so they blend right into your theme..
Just open Geany. There is a colour picker right in the toolbar!
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

Stuart_M
Posts: 705
Joined: Wed Aug 07, 2019 7:10 pm

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

#20 Post by Stuart_M »

asqwerth wrote: Fri Jun 05, 2020 10:08 am Just open Geany. There is a colour picker right in the toolbar!
I didn't know there was a color picker in MX Linux (Geany). Before I saw asqwerth's post I was going to get gcolor2 (it looks great - thanks handy), but then I noticed gcolor2 is GTK2 which means it is in MX-18 but not MX-19 (GTK3).

Since there's already a color picker in both MX-18 and MX-19 (in Geany) you showed me exactly what I needed at the right time - thanks!

Post Reply

Return to “Software / Configuration”