You are not logged in.
I guess he's talking about the mismatch between the "normal" GTK2 close button and that weird orange anomaly. oomox, what can I say? GTK theming sucks, but hack away my friend.
But it did remind me to copy in the goto xbm set I made years ago
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
Offline
^ Just... great.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Hi all, thanks for your replies @damo and @hhh.
I try explain myself better.
The first, it isn't the button to maximize is the button close. Sorry for that
And yes @hhh I'm talking about the mismatch between the "normal" GTK2 close button and that weird orange anomaly.
But the problem isn't GTK2 close button. It's GTK3, because I'm using Evince PDF, so it's a program for GTK3.
Ok, for fix that, it's necesary change the from orange close icon to blue close icon for example. Normaly GTK3 theme has the folder assets and them we can change those icons,
and the result for the GTK3 programs should be,
but in this case, we can't do that, because your theme is build and it has a binary file called gtk.gresource.
So I suppose than for fix that, it's necesary to do those changes and build the theme again.
And that's it.
Thank you and regards,
Offline
Hi all, thanks for your replies @damo and @hhh.
I try explain myself better.
The first, it isn't the button to maximize is the button close. Sorry for that
And yes @hhh I'm talking about the mismatch between the "normal" GTK2 close button and that weird orange anomaly.
But the problem isn't GTK2 close button. It's GTK3, because I'm using Evince PDF, so it's a program for GTK3.
https://cdn.scrot.moe/images/2019/03/03/Evince.md.png
Ok, for fix that, it's necesary change the from orange close icon to blue close icon for example. Normaly GTK3 theme has the folder assets and them we can change those icons,
https://cdn.scrot.moe/images/2019/03/03/iconclose.md.png
and the result for the GTK3 programs should be,
https://cdn.scrot.moe/images/2019/03/03/iconblue.md.png
but in this case, we can't do that, because your theme is build and it has a binary file called gtk.gresource.
https://cdn.scrot.moe/images/2019/03/03/gtk.md.png
So I suppose than for fix that, it's necesary to do those changes and build the theme again.
And that's it.
Thank you and regards,
I see. I'm using oomox-gui to rebuild the theme and icon editing isn't an option there. I don't have a fix or workaround ATM.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Offline
Offline
@Dobbie, you've come a long way, my friend. You weren't posting anything like that 3 and a half years ago.
@djzk, simple, the ultimate desktop.
Simple is good... simple is reliable. If it doesn't shoot you can always hit him over the head with it. Paraphrasing a bit here.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
@Dobbie, you've come a long way, my friend. You weren't posting anything like that 3 and a half years ago.
Thanks man, its been a slow progression but I'm getting there
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
Another dark theme based on Arc-dark...
https://github.com/hhhorb/Lithium_theme … net.tar.gz
Sorry for the low-res wall, it's the only resolution for the image available AFAICT.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
So there is no Arc option in oomox-gui, but using the Arc-dark template to make a light theme works fine...
https://github.com/hhhorb/Lithium_theme … ght.tar.gz
It has the same checkbox issue that damo noticed earlier, though. Conky Chooser, for example.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Updated my BL-Moonlight_light GTKs using Arc-dark instead of whatever it was I used before, it's better.
https://github.com/hhhorb/Lithium_theme … ght.tar.gz
This one might end up the default, it is pretty good. Still needs a fix for the check-boxes in Conky Chooser, though.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
It looks even better with Oranchelo-beka icons, and that avoids that stupid Paper bug of a blank-window icon appearing randomly in your panel of choice. Plus, my RAM idle usage is lower (a smaller icon cache in spite of more icons, maybe?) and you get a choice of different folder icons with Oranchelo.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Offline
Looking good, more polished all the time.
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
Offline
Numix Circle icons and my latest, BL-Moonlight-grey...
https://github.com/hhhorb/Lithium_theme … ght.tar.gz
-edit- xfce4-notify-4.0/gtk.css fix for the volume and backlight slider colors, not uploaded yet...
#XfceNotifyWindow {
background-color: #2b2b2b;
border-radius: 1px;
border: 1px solid #2b2b2b;
padding: 20px;
}
#XfceNotifyWindow:hover {
background-color: shade(#2b2b2b, 1.0);
border: 1px solid #8a8a8a;
}
#XfceNotifyWindow label,
#XfceNotifyWindow image {
color: #cecece;
}
#XfceNotifyWindow label#summary {
font-weight: Bold;
}
#XfceNotifyWindow button {
font-weight: Bold;
border: 1px solid shade(#2b2b2b, .80);
box-shadow: none;
background-image: none;
background-color: shade(#2b2b2b, 1.2);
color: #cecece;
}
#XfceNotifyWindow button:hover {
box-shadow: none;
background-image: none;
background-color: shade(#353535, 1.4);
color: #ffffff;
}
#XfceNotifyWindow progressbar {
border: 0px solid shade(#ff0000, 1.0);
border-radius: 0px;
}
#XfceNotifyWindow progressbar progress {
background-image: none;
background-color: #666666;
border: 0px solid shade(#666666, 1.0);
border-radius: 0px;
}
#XfceNotifyWindow progressbar trough {
background-image: linear-gradient(to bottom,
shade(#cecece, 1.0),
shade(#cecece, 1.0)
);
border: 0px solid shade(#ffff00, 1.0);
border-radius: 0px;
}
Last edited by hhh (2019-03-07 00:22:53)
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
lenovo thinkpad t420s
Offline