Beautiful rice
Unixporn
Unixporn
Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make themers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!
Rules
- Post On-Topic
- No Defaults
- Busy Screenshots
- Use High-Quality Images
- Include a Details Comment
- No NSFW
- No Racism or use of racist terms
What bar is that?
just the standard xfce one
I can't figure out how to theme xfce4 panel. I tried awhile back and did not get anywhere. But I can see again if you have documentation
ah, this is mostly from my gtk theme, but now that i just remembered i did do a little bit of tinkering. i can't remember if there was anything else i needed to do, but i know that i needed to save this to .config/gtk-3.0/gtk.css. this gives the rounded edges, and corrects the foreground/background colours. i can't remember what it looked like originally but very few gtk themes actually matched well with the bar.
.xfce4-panel widget grid button.flat.toggle:checked
{
color: black;
border-radius: 10px;
}
.xfce4-panel widget grid button.flat.toggle:hover
{
color: black;
background-color: lightgrey;
border-radius: 10px;
}
.xfce4-panel .tasklist .toggle:checked
{
color: black;
border-radius: 10px;
}
.xfce4-panel .tasklist .toggle:hover
{
color: black;
background-color: lightgrey;
border-radius: 10px;
}
Thanks I will see what I can change with the css