You are not logged in.
Copy /etc/bl-exit to ~/.config and change the theme to "classic", but you don't get the traditional grey box:
### THEME to be used ###################################################
# When the [theme] section is not present or commented out
# or the [theme] section is present and the 'theme' entry is set to
# 'classic', use the 'classic' ButtonBox layout.
[theme]
# set the theme
theme = classic
This is what it looks like on Hydrogen:
EDIT: see below, but it was a config setting, not a bug.
Last edited by johnraff (2017-09-13 07:36:38)
...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
Do you get the traditional look back if the GTK theme is changed to the default used in Hydrogen?
I think the teal background is being set by the theme (Beam?) but I could be wrong.
Last edited by Head_on_a_Stick (2017-09-10 13:34:08)
Offline
Offline
...
I think the teal background is being set by the theme (Beam?) but I could be wrong.
Which is what is expected...
STYLE: When the [style] section is not present or the combination of the values of
options 'dir' and 'rcfile' point to a non-existent file, the buttonbox will have the
usual GTK buttons, and will take colors from the active gtk theme.
EDIT: To switch to the classic button layout, you can change the 'theme' entry in the
[theme] section to 'classic'.
Try changing the style as well:
[style]
dir = styles
rcfile = grey.rc
Last edited by damo (2017-09-10 18:53:59)
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
The teal wasn't coming from the theme (I'd already tried switching themes) it was this:
helpfile-bl-exit wrote:STYLE: When the [style] section is not present or the combination of the values of
options 'dir' and 'rcfile' point to a non-existent file, the buttonbox will have the
usual GTK buttons, and will take colors from the active gtk theme.
EDIT: To switch to the classic button layout, you can change the 'theme' entry in the
[theme] section to 'classic'.Try changing the style as well:
[style] dir = styles rcfile = grey.rc
I commented out the style section, and now the colour does follow the theme, which is ideal. Thanks!
(just removing the rcfile value works too)
Would there be a case for attaching the style information to specific themes, rather than having it set independently?
PS the window decorations which I wanted gone were being suppressed on my Hydrogen desktop by an entry in rc.xml's <applications> section:
<application name="bl-exit" type="normal">
<decor>no</decor>
</application>
Should we add that to the default rc.xml?
...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
^ I liked the window without the decorations for sure, especially with the new blue bar. Dialogs typically come with no or minimal decoration at any rate.
Offline
In fact, since the themed exit boxes have no Openbox window decorations anyway, it should be possible to do that for the "classic" theme too, without having to use rc.xml?
...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
^ I liked the window without the decorations for sure, especially with the new blue bar. Dialogs typically come with no or minimal decoration at any rate.
I think the bar is really cool, but that blue color did not feel right for me. However copying bl-exit to ~/.config and changing bl-exitrc
[style]
rcfile = grey.rc
make it an easy fix.
Offline