You are not logged in.

#61 2019-03-02 11:42:47

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: bl-exit replacement suggestions

bl-yad_exit it is, thanks. And on my system it will always be blunder-exit. wink


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#62 2019-03-02 11:48:54

Bearded_Blunder
Dodging A Bullet
From: Seat: seat0; vc7
Registered: 2015-09-29
Posts: 1,146

Re: bl-exit replacement suggestions

damo wrote:

I'm in the process of making the script more modular, with drop-in vars for the dialogs. That should make it easier to have a variety of options and styles just from script parameters, without hard-coding every possible dialog.

Sounds like a good improvement, and BTW I really did like what you did recreating the current interface :-)

I might have tried something like it myself, just hadn't tracked down the image paths.


Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me

Offline

#63 2019-03-02 12:23:04

Bearded_Blunder
Dodging A Bullet
From: Seat: seat0; vc7
Registered: 2015-09-29
Posts: 1,146

Re: bl-exit replacement suggestions

hhh wrote:

And on my system it will always be blunder-exit. wink

lol bl-blunderout just for your system tongue


Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me

Offline

#64 2019-03-02 12:34:52

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: bl-exit replacement suggestions

Bearded_Blunder wrote:

bl-blunderout just for your system tongue

Done.

Screenshot_2019-03-02_07-35-14.md.png


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#65 2019-03-02 15:05:18

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

Re: bl-exit replacement suggestions

Bearded_Blunder wrote:

If that works but isn't perfect, you might need to tell yad some monospaced font so all characters occupy the same width.

Update, it's a yukky font but you wanted to see what left justified looks like:

That's using plain ordinary spaces.  Works even better if you start from the block with the accelerators in the right field 8)

Works pretty well with Roboto Mono as the font.
@hhh, Roboto Mono installed by default?

Screenshot_2019-03-02_09-59-48.th.png

bl-blunderout just for your system

Should be the name for every system  8o

Last edited by PackRat (2019-03-02 15:06:00)


You must unlearn what you have learned.
    -- yoda

Offline

#66 2019-03-02 15:33:19

Bearded_Blunder
Dodging A Bullet
From: Seat: seat0; vc7
Registered: 2015-09-29
Posts: 1,146

Re: bl-exit replacement suggestions

I just picked the first monospaced font I saw listed by

yad --font

That'll give you a preview of the ones it knows about.


Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me

Offline

#67 2019-03-02 15:43:32

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

Re: bl-exit replacement suggestions

^ that's another handy yad command; I created a *.desktop file for that.


You must unlearn what you have learned.
    -- yoda

Offline

#68 2019-03-03 19:03:59

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

Re: bl-exit replacement suggestions

Icons only; Horizontal text only; Vertical aligned...

bb-exit.sh -mi &
bb-exit.sh -m &
bb-exit.sh -v &

exit.th.jpg


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

#69 2019-03-03 21:59:24

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: bl-exit replacement suggestions

PackRat wrote:

Works pretty well with Roboto Mono as the font.
@hhh, Roboto Mono installed by default?

It is not by default, but if you're suggesting it we'll certainly consider it.


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#70 2019-03-03 22:19:49

Bearded_Blunder
Dodging A Bullet
From: Seat: seat0; vc7
Registered: 2015-09-29
Posts: 1,146

Re: bl-exit replacement suggestions

Looking good to me @damo though seeing them all at once points up the button labels are inconsistent Restart PC vs Reboot, was that my error? I wouldn't put it past me :monkey:  I probably adapted the "minimalist" version for my alignment demo or some-such rushing things oversight.  They probably both want to say "Reboot", given @hhh likes alt+b for the accelerator.


Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me

Offline

#71 2019-03-03 22:28:53

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: bl-exit replacement suggestions

Bearded_Blunder wrote:

@hhh likes alt+b for the accelerator.

I've seen Alt-b used in other DEs before, I'm sure. On my current lithium setup, Alt-r opens the resize-window cursor/arrow keys and takes precedence over the exit script shortcut. I'll have to check my rc.xml and see if I have done something silly there.

-edit- Nope, search string not found. No clue why I'm getting this behavior, but a simple enough workaround.


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#72 2019-03-03 22:41:41

Bearded_Blunder
Dodging A Bullet
From: Seat: seat0; vc7
Registered: 2015-09-29
Posts: 1,146

Re: bl-exit replacement suggestions

hhh wrote:

I've seen Alt-b used in other DEs before, I'm sure.

Seems a good enough reason right there, I didn't consider making that comparison.


Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me

Offline

#73 2019-03-03 22:48:11

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

Re: bl-exit replacement suggestions

Bearded_Blunder wrote:

Looking good to me @damo though seeing them all at once points up the button labels are inconsistent Restart PC vs Reboot, was that my error? I wouldn't put it past me :monkey:  I probably adapted the "minimalist" version for my alignment demo or some-such rushing things oversight.  They probably both want to say "Reboot", given @hhh likes alt+b for the accelerator.

It is just a demo of various layouts. If we decide to run with a variety of options it is easy enough to make labels and accelerators consistent. BTW the icons-only theme has tooltips for mouse-hover.


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

#74 2019-03-03 22:56:17

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: bl-exit replacement suggestions

damo wrote:

If we decide to run with a variety of options it is easy enough to make labels and accelerators consistent.

Of course we should, it's one of the appeals of this solution, like tint2, conky selector, theme options in general. It was one of the reasons we went with bl-exit in the first place.

BTW the icons-only theme has tooltips for mouse-hover.

Nice!

Last edited by hhh (2019-03-03 22:58:56)


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#75 2019-03-03 22:56:18

Bearded_Blunder
Dodging A Bullet
From: Seat: seat0; vc7
Registered: 2015-09-29
Posts: 1,146

Re: bl-exit replacement suggestions

Just thought I'd mention it is all, not meant as a criticism.


Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me

Offline

#76 2019-03-03 23:01:39

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: bl-exit replacement suggestions

Dude, right now you have the biggest balls on the website, they are dragging on the ground. No humility is necessary, though it's certainly appreciated. tongue


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#77 2019-03-03 23:07:39

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

Re: bl-exit replacement suggestions

Bearded_Blunder wrote:

Just thought I'd mention it is all, not meant as a criticism.

Understood, of course - the more eyes there are on proposals, the better it is for a robust solution.


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

#78 2019-03-03 23:07:52

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: bl-exit replacement suggestions

@B_B. I gave your avatar some personality. For five seconds it was "Biggest balls on the forum" but I settled for something a bit more dignified.


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#79 2019-03-03 23:27:34

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

Re: bl-exit replacement suggestions

damo wrote:

Icons only; Horizontal text only; Vertical aligned...

bb-exit.sh -mi &
bb-exit.sh -m &
bb-exit.sh -v &

https://cdn.scrot.moe/images/2019/03/03/exit.th.jpg

That's awesome.


You must unlearn what you have learned.
    -- yoda

Offline

#80 2019-03-03 23:30:58

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

Re: bl-exit replacement suggestions

hhh wrote:
PackRat wrote:

Works pretty well with Roboto Mono as the font.
@hhh, Roboto Mono installed by default?

It is not by default, but if you're suggesting it we'll certainly consider it.

I was just curious, but sure, I'll suggest you add it in. Roboto (sans) and Roboto Mono are nice, clean fonts that theme well and look good in terminal emulators.


You must unlearn what you have learned.
    -- yoda

Offline

Board footer

Powered by FluxBB