Featured in collections
Featured in groupsSee All
Comments79
Join the community to add your comment. Already a deviant? Log In

Thx! Panel is neither actually....
...as the shell is written in qt,
it can be styled with qss... so
panel background is simply:
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgba(0,0,0,220),stop:1 rgba(0,0,0,164));
All Qt apps can be styled
with qss. Read the documentation
about stylesheets here: [link]
And you have a good eye sir, it's
far from minimal.
...as the shell is written in qt,
it can be styled with qss... so
panel background is simply:
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgba(0,0,0,220),stop:1 rgba(0,0,0,164));
All Qt apps can be styled
with qss. Read the documentation
about stylesheets here: [link]
And you have a good eye sir, it's
far from minimal.
View all replies
Join the community to add your comment. Already a deviant? Log In