You are not logged in.
Pages: 1
Hi, I am a total beginner at Linux (and XFCE), having only recently installed it last week. I really like the general look and fell of Windows 7, and have managed to customise everything (panel, desktop, icons, sounds, etc...) but not the whiskermenu plugin. I dont need it to look exactly like the windows 7 one, I just want the colours, although a full menu theme would he great. Any help?
Offline
Hello and welcome.
Assuming that this is what you are referring to with respect to the Windows 7 menu, you won't be able to get it perfect, but you might be able to get the colours right. This also depends on the version of the Whisker Menu that you are running.
To test, try adding the following code to ~/.config/gtk-3.0/gtk.css (create the file if it doesn't exist):
.title-area image {margin-left: 325px}
#whiskermenu-window grid {background-image: linear-gradient(#92a6c1,#434d57,#a6beda)}
.contents label {color: white}
You might need to tweak some of those values to suit.
You also need to make sure that in the properties of the Whisker Menu:
- General > Show application descriptions is disabled
- Appearance > Position search entry next to panel button (enabled)
- Appearance > Position commands next to search entry (enabled)
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks, that helped a lot, and I managed to (using another tutorial) get the user picture to stick out the top. Looks fabulous now!
Offline
It does look good.
Offline
Pages: 1