You are not logged in.
Actually, deleting and separating worked exactly as I had hoped.
Are there icons available for the prepend and append menu entries?
Online
^ Glad you got it sorted.
We've not populated the prepend.csv file with icons names. Happy for anyone to have a go.
Offline
I filled in everything I could figure out: https://pastebin.com/1UV1DhZ6
Online
@kozimodo
I’ve split it out. Have a look here:
https://github.com/johanmalm/bl-play/tr … hemes/1910
Is that what you were looking for?
Offline
Yes, I did that as well and it looks great.
I should have given a bit more explanation -- I added icon names for every entry that I could figure out. The result is in the pastebin.
Online
@kozimodo
Thanks. Sorry for the delay. I've prepared a Pull Request for @johnraff
Offline
Thanks @misko_2083. I figured out some more of the icons (https://pastebin.com/iAxK0KtM). Some of the icon names from yad-icon-browser don't show up as anything.
Online
Of course what icon names actually show up depends on what icon themes a user has installed, right? We need to find icon names that are present in as many icon themes as possible, or in the themes that BL users are likely to have installed...
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
It's just the default Lithium theme running in a KVM machine.
Online
Thanks @kozimodo. Appreciate the work.
https://github.com/BunsenLabs/bunsen-configs/pull/100
If you'd be happy to work on the latest prepend.csv, that would be helpful. I've manually tidied it up for now, so don't worry about it, but it would save some time.
Do you use git at all?
I've used icon theme Papirus-Bunsen-Dark-bluegrey, but struggle to find the following icons:
- conky-manager
- lightdm-settings (would lightdm-gtk-greeter-settings be better?)
- notifyconf
If you remove ~/.cache/jgmenu and then run jgmenu from the terminal it tell you which ones it cannot find
Offline
...
I've used icon theme Papirus-Bunsen-Dark-bluegrey, but struggle to find the following icons:- conky-manager
...)
Are you referring to our conky chooser? That uses the distributor-logo-bunsenlabs icon.
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
Yes, that’s better. Thanks
Offline
Yes, I use git. Strangely, I cloned the bunsen-configs repo and there is no directory bunsen-configs/skel/.config/jgmenu.
Online
^You might be looking at the helium branch? Try checking out "lithium" - it should be there if you cloned the whole repo.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
@kozi Try this
git clone --single-branch --branch=lithium https://github.com/BunsenLabs/bunsen-configs
Do you have github/gitlab/other repo you can push branches to? If so, we could pull directly from there.
Last edited by malm (2019-10-27 09:41:58)
Offline
@johnraff: checking out lithium seems to have worked.
@malm: My use of git has been primarily geared toward keeping projects synced across work and home computers so my knowledge of branching and pull requests is minimal and hence my confusion. I've forked bunsen-configs and will work from that from now.
Online
^Recommend getting into git branches if nothing else. They're very useful and creating a new branch adds almost no extra storage space.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
This menu might be great when I get time to go through the lessons, but at this point, any programs that weren't added to the menu automatically have to be opened in a terminal until I get time to go through the man page. It's not very user friendly for someone who is busy. Any idiot (including me) could figure out how to throw an item into obmenu on the fly. Part of the reason I use Bunsen is that I'm extremely utilitarian, so the mods you can make for appearance are lost on me. My Lithium setup pretty much looks like Crunchbang Waldorf.
Offline
Adding new menu entries is simple. Just add the command at the top of your ~/.config/jgmenu/prepend.csv
For example, try inserting the following line at the top of prepend.csv
firefox
To revert to a traditional openbox root-menu, just redefine the mouse/key binds in ~/.config/openbox/bl-rc.xml
https://github.com/BunsenLabs/bunsen-co … c.xml#L766
For example
<mousebind button="Right" action="Press">
<action name="ShowMenu"><menu>root-menu</menu></action>
</mousebind>
Offline
It's not very user friendly for someone who is busy.
That sentence applies to many things in life!
(sorry, could not resist)
Offline