How To Fix your Lubuntu/LXDE System Tray Icon Spacing HD
In this video I show you how to fix the abnormal spacing between your system tray icons in Lubuntu and other LXDE based Linux installations. Hope you enjoy! Steps to Fix: 1. Enable hidden files in file manager. 2. Create empty text file named ".gtkrc-2.0.mine" in your home folder. 3. Copy and paste this script into the text file and save: style "mythin" { xthickness = 0 GtkMenuItem::horizontal-padding = 0 } widget "*fast-user-switch*" style "mythin" 4. Logout then login. Voila! Your system tray icon spacing should be back to normal.