I did a post a while back about customising the XFCE Whisker menu. I’ve expanded on this and rolled the customisations into a theme.

The theme is based on ARC-Darker. By based on, I mean it is almost a 100% copy. The only parts I’ve changed are the colours for Whisker menu and a slight tweak to the context menu to make it more visible on light backgrounds. I find the theme looks nicest with the ePapirus icon theme, but YMMV.

To install, download this file
Extract it and copy to its own folder in either /usr/share/themes or ~/.themes

If you previously customised whisker menu as per my previous post, you will need to remove or rename ~/config/gtk-3.0/gtk.css and run xfce4-panel -r to reload and reset the panel config.

Recently, my washing machine (a cheap and cheerful Beko WM5101w) started to sound like a banshee when on a spin cycle. I’m a pretty hands on kind of guy, so I thought I’d take it apart and replace the bearings.

After some searching, I managed to find a bearing and seal kit for about £20. Bargain! I spent some time taking necessary bits off the machine – weights, pulley etc. Only to find that the outer drum is welded together. This means the inner drum can’t be removed and the bearings can’t be replaced. This is fairly common on washing machines in the last few years apparently. Just an FYI.

Update – see here for Mint 20+)
I’m pretty much settled on XFCE for my older machines and Cinnamon for the newer. My last post was about customising the XFCE Whisker menu. This one, as you may have guessed, is about Cinnamon.

The Cinnamon menu is fairly un-customisable from the GUI. It works pretty well, but I wanted bigger category icons. After some digging I found the config file which controls this –

/usr/share/cinnamon/applets/menu@cinnamon.org/applet.js

In this file, look at lines 28-30

 const MAX_FAV_ICON_SIZE = 32;
const CATEGORY_ICON_SIZE = 32;
const APPLICATION_ICON_SIZE = 24;

These contain the pixel size for the favourite icons, category icons and application icons. I’ve changed mine to the above. You might want to make a copy of this file before modification and after as it will likely be overwritten by an update at some point.