eno2
9 November 2019 15:13
1
Continuing conversation from:
Beauty in simplicity. But I would honestly pair that with a dark orange theme and some dark-ish orange icons.
hello, good morming!
Thanks for your feedback. Can you tell me with variable on gtk-main.css change the menu bar color?
please, look at file Edit View ...
Question: How to change the start menu icon from debian logo to white ubuntu logo?
1 Like
tiox
9 November 2019 20:22
2
Frustratingly. there seems to be no way I can change the application itself to resolve this issue. However, one man already figured this out for us, and it's the solution I am most likely going to use (begrudgingly).
The menu now only uses the icon: "start-here".
see:
What I ended up doing was overwriting the icon with a script. Something like this:
sudo cp $NEWICON /usr/share/icons/Numix/32/places/start-here.svg
sudo cp $NEWICON /usr/share/icons/Numix/48/places/start-here.svg
sudo cp $NEWICON /usr/share/icons/Numix/128/places/start-here.svg
sudo update-icon-caches /usr/share/icons/*
echo "New start-here icon set, relogin or reboot to apply"
1 Like