- XFCE4 Panel customization: Allows you to change color and transparency of XFCE4 Panel.
- Whisker Menu customization: Allows you to fully change color and transparency of Whisker menu on Mint themes.
- Whisker Menu Search customization: Allows you to change color and transparency of Whisker search bar.
- All in one config: Change everything in only one simple configuration file.
- Backup current configurations:
mkdir -p backup && \
cp /usr/share/themes/Mint-L-Dark/gtk-3.0/gtk-dark.css backup/ && \
cp ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml backup/ && \
cp ~/.config/xfce4/panel/*.rc backup/
- Navigate to the executable, create configuration file and edit it using a text editor:
xfce4-transparent-whiskermenu --createconfig
- Close the xfconfdl using kill or killall:
killall xfconfd
- View all avalable commands:
xfce4-transparent-whiskermenu --help
- Run one of the update command to apply the configuration:
sudo xfce4-transparent-whiskermenu --updateall
- Restart the panel or reboot to view changes:
xfce4-panel -r