
Azenis ZorinMenuLite XFCE or Arc Menu Gnome Shell Extension
Source (link to git-repo or to original if based on someone elses unmodified work): https://store.kde.org/p/1100870
This is a Theme for the ZorinMenuLite used on Zorin O.S. Lite (XFCE Desktop.)
UPDATE: Added Azenis-One menu theme as separate download. NOTE: AzenisEX theme is marked as ZorinMenuLite and Azenis-One is marked as Azenis-One theme.
UPDATE: Added CopperDeck EX Menu theme as a separate download.
--THIS IS A MENU THEME ONLY--
----SOME ASSEMBLY REQUIRED----
In short- there is not an easy way of packaging this for plug n' play.
To install, you are limited only by how you want to do it. You can take the information in the gtk,css and add it to the gtk.css in your ~/.config/gtk-3.0/folder or move it to your ~/.config/gtk-3.0/folder.
Or, you can copy it and paste it into your current themes gtk.css. and move the images into your themes assets folder.
You can use this as a Template to create your own theme by tweaking the css and changing the images.
However you go about it, You Must Open the gtk.css file and edit the contents to match the paths where you place the images, otherwise, it will not be able to find them.
If the images are placed in the same folder as the gtk.css, you need only to have in the gtk.css :
url("image.png");
This should work with Arc menu; change all instances of #zorinmenulite-window to #arcmenu-window in the gtk.css script.
Get creative. Explore css; learn how to customize to your liking.
Share with others.
UPDATE- Fifth Image-: I wanted to see if I could create the same App Menu button change here on Zorinmenulite as I did on the Whiskermenu theme.
It's tricker since whiskermenu does not define certain terms, whereas Zorinmenulite does. You must re-define them(Added the start button images as separate download):
#zorinmenulite-button {
min-width: 50px;
margin: -1px;
background-color: ;
background-image: url("zorin-start.png");
background-size: cover;
border-color: transparent;
padding: 1px 1px 1px 1px;
}
You can also then have:
#zorinmenulite-button:hover, #zorinmenulite-button:checked{
background-image: url("zorin-start-hover.png"), url("zorin-start-active.png");
background-size: cover;
border-color: transparent;
padding: 1px 1px 1px 1px;
background-color: transparent;
color: #ffffff;
}
Separate the two defines above if you want to use different images for Hover and Active/Checked.
iceler
11 months ago
Report