You are not logged in.
Hi!
Question!
How to place the BansenLabs logo on the menu without including all icons.
I tried to change the file prepend.csv, but it didn't work.
# BunsenLabs Main Menu
,,/home/moloko/.icons/bunsen/avatar-default.png
@text,,6,6,150,20,2,left,top,auto,#000000 0,<span size="large">?︎</span>
@search,,24,3,150,20,2,left,top,auto,#000000 0,Type to Search
...
How to insert a BansenLabs logo above the "Type to Search"
Thanks!
Last edited by jackmoloko (2020-10-30 21:38:23)
check out the fat content of milk
Offline
man jgmenu
WIDGETS
Lines beginning with `@' in jgmenu flavoured CSV files are
parsed in accordance with the following syntax:
@type,action,x,y,w,h,r,halign,valign,fgcol,bgcol,content
type The widget type, which can be one of the following:
rect Rectangle with a 1px thick border drawn using
fgcol
search Search box showing the current filter (what
the user has typed) or the specifed text if no
filter has been invoked.
icon Icon
So something like:
@icon,,6,6,24,24,,,,,,/usr/share/pixmaps/bunsenlabs-flame.png
Adjust x,y,w,h to place the icon, and also modify the positions of the @text and @search widgets to suit. Also you may need to increase the menu_padding_top value in jgmenurc
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Thank you! You helped me!
check out the fat content of milk
Offline
Thanks @damo, you’re much quicker than me
Offline