You are not logged in.

#241 2019-10-15 15:40:18

malm
jgmenu developer
Registered: 2016-10-13
Posts: 735
Website

Re: jgmenu

Use position_mode=fixed

And comment out / delete the at_pointer line like you’ve done.

Offline

#242 2019-10-17 05:18:22

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: jgmenu

warning: 'at_pointer' is depreciated; use 'position_mode = pointer'

Is this hardcoded into jgmenu?
(yep, it is)
Please consider changing "depreciated" to "deprecated".
See "Usage Notes" here.

Offline

#243 2019-10-17 19:30:35

malm
jgmenu developer
Registered: 2016-10-13
Posts: 735
Website

Re: jgmenu

@ohnonot - thanks. Good spot. I've pushed a fix.

Offline

#244 2019-10-18 08:46:39

Bridouz
Member
From: France, countryside
Registered: 2019-08-15
Posts: 55
Website

Re: jgmenu

Little script I made this morning to read my feeds with jgmenu.

I use Sfeed as my feed reader. It's a small C software, very simple.

My script is certainly not well-written (too much sed ?). But it works and that's what matters (for now).

#!/bin/sh

wget -O ~/.sfeed/feeds.txt https://rss.bloguslibrus.fr/feeds.txt
grep "^N" ~/.sfeed/feeds.txt| sort -r | sed 's/^.\{37\}//g' | sed 's/,//' | sed 's/http/, x-www-browser http/g' > ~/.sfeed/nfeeds.txt
url=$(cat ~/.sfeed/nfeeds.txt | jgmenu --simple)

2019-10-18-10-43-12_scrot.th.png

Offline

#245 2019-10-18 14:07:06

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,611

Re: jgmenu

@Bridouz - thanks for sharing; been looking for a way to do that with jgmenu.


You must unlearn what you have learned.
    -- yoda

Offline

#246 2019-10-18 14:56:26

clusterF
Member
Registered: 2019-05-07
Posts: 539

Re: jgmenu

@Bridouz, nice. Could probably hack something nicer with awk and or perl perhaps.

Last edited by clusterF (2019-10-18 14:56:54)

Offline

#247 2019-10-18 18:39:08

Bridouz
Member
From: France, countryside
Registered: 2019-08-15
Posts: 55
Website

Re: jgmenu

@PackRat Do not hesitate to PM me if you want some details with sfeed and my setup.

@clusterF That's the reason I switch from a bleeding-edge rolling release to Debian/BunsenLabs :

To have the time to hack ans learn a few things instead of constantly updating, chasing shinny new versions and fixing broken systems.

Offline

#248 2019-10-19 09:07:00

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: jgmenu

Bridouz wrote:

(too much sed ?)

sed 's/^.\{37\}//g' | sed 's/,//' | sed 's/http/, x-www-browser http/g'

I'm pretty sure this could be replaced by

sed 's/^.\{37\}//g; s/,//; s/http/, x-www-browser http/g'

Not tested.

Offline

#249 2019-11-15 13:12:36

ekzotic
Member
Registered: 2019-11-07
Posts: 37

Re: jgmenu

Is it possible to remove red borders in menu from lithium theme?

Tried to edit jgmenu config and it did not work

Last edited by ekzotic (2019-11-15 13:37:49)

Offline

#250 2019-11-15 14:12:24

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: jgmenu

ekzotic wrote:

Is it possible to remove red borders in menu from lithium theme?

Tried to edit jgmenu config and it did not work

Do you mean the red highlight of the selected menu item?

Many aspects of the Openbox theme can be edited as you like in /usr/share/themes/<theme name>/openbox-3/themerc - look at the Menu settings section.

I suggest that you copy the theme to ~/.local/share/themes and edit that version (it will appear in Menu->Preferences->Openbox->WM Preferences after you do openbox --reconfigure)


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

#251 2019-11-15 15:14:31

ekzotic
Member
Registered: 2019-11-07
Posts: 37

Re: jgmenu

Thanks! I mean this
9oIS4ym.png

Tried and did not work or I'm doing it wrong  smile
I see images like this in gtk2 folder, don't know how to configure it.
Well I have idea to replace filenames in gtk config

Last edited by ekzotic (2019-11-15 17:35:12)

Offline

#252 2019-11-16 06:10:46

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,550
Website

Re: jgmenu

^ The latest bunsen-themes (uploaded yesterday) has the new Yeti and Yeti-Lith themes by @cog. You could try them.


...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 )

Introduction to the Bunsenlabs Boron Desktop

Offline

#253 2019-11-16 06:14:27

cog
Member
From: The Southwest
Registered: 2015-10-27
Posts: 655
Website

Re: jgmenu

^ none of the Yeti's have red borders but Yeti-Lith does have red text in menus.  It's the lithium red iteration if anyone might want that sort of thing.

Offline

#254 2019-11-16 10:46:49

ekzotic
Member
Registered: 2019-11-07
Posts: 37

Re: jgmenu

Thanks guys! I got them. Are they only openbox themes, not full BLOB themes? And there are borders still but they are grey and less noticable now. Is there a way to get rid of them completely?

Offline

#255 2019-11-16 11:14:09

ekzotic
Member
Registered: 2019-11-07
Posts: 37

Re: jgmenu

This setting does't work for me. Also if you sync jgmenu with openbox it gets reverted.

Offline

#256 2019-11-16 16:11:04

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: jgmenu

The themes themselves are set by the OB and gtk themes, BLOB just saves whichever set of themes you currently have.


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

#257 2019-11-16 19:48:21

malm
jgmenu developer
Registered: 2016-10-13
Posts: 735
Website

Re: jgmenu

ekzotic wrote:

Is it possible to remove red borders in menu from lithium theme?

Tried to edit jgmenu config and it did not work

I’ll implement this for the next release.

See https://github.com/johanmalm/jgmenu/issues/103

Offline

#258 2019-11-17 03:30:20

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,550
Website

Re: jgmenu

ekzotic wrote:

This setting does't work for me. Also if you sync jgmenu with openbox it gets reverted.

When you want to change a theme you have to set both GTK and Openbox themes (presuming the theme you want is available for both).
ie
menu>Preferences>Appearance
then
menu>Preferences>Openbox>WM Preferences
then
menu>Preferences>jgmenu>Sync Theme with Openbox

EDIT forgot:
menu>Preferences>Notifications (for notification popup theme)

Last edited by johnraff (2019-11-18 02:30:11)


...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 )

Introduction to the Bunsenlabs Boron Desktop

Offline

#259 2019-11-17 08:43:50

ekzotic
Member
Registered: 2019-11-07
Posts: 37

Re: jgmenu

malm wrote:

I’ll implement this for the next release.

See https://github.com/johanmalm/jgmenu/issues/103

Thanks a lot!

@johnraff thanks, figured it out already, was quite confusing in the beginning though.

Offline

#260 2020-02-23 10:50:44

malm
jgmenu developer
Registered: 2016-10-13
Posts: 735
Website

Re: jgmenu

@misko - very creative!

Could we use it to take a scrot + blur it and show that being jgmenu?

Offline

Board footer

Powered by FluxBB