
dolpher
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Well, there should be a "finderify" option
in the dolphin settings yesno?
Kidding, I just figured I'd try my luck
and see how finderish I'm able to make
dolphin with qss.
This is actually more like a kde de-provement
then improvement, but this site seems to
be lacking the deprovement section.
Okey, here we go, usage example:
Extract the tarball to $HOME (your home folder)
import and load the preset in bespin
killall dolphin
dolphin -stylesheet ~/qss/dolpher.qss
???
profit
-------------------
NOTE 0 This looks very ugly in certain views.
NOTE 1 Might trigger behaviour you dont like.
NOTE 2 Qss is slower then c++ written themes.
NOTE 3 This is a lot of qss so be sure of a performance hit.
NOTE 4 Triggers all other kinds of nastiness you could possibly imagine.
Have phun!, that's why it's here!
//Robert
10 years ago
13.07
Let's see what I remember, new tabs,
scrollbars, sliders... just check the
scrots.
10 years ago
13.07
Let's see what I remember, new tabs,
scrollbars, sliders... just check the
scrots.
farizluqman
10 years ago
come take your time visiting
http://www.gtfo
Report
TheRob
10 years ago
anymore here, I do not like you.
And yes, I am the biggest mac fanboy there
is and I'm proud of it
Now, please, go and fuck yourself
Report
shepherd
10 years ago
Report
TheRob
10 years ago
now, checking my profile twice a day,
going to my content and writing shit, and
just being an asshole in general, I just
want him to leave me alone :D lulz
Report
Atermoon
10 years ago
I like the new scrollbars and tabs, keep it up ;)
Report
TheRob
10 years ago
that in the future :)
Thx for the feedback!
//Robert
P.S. exactly, why should the assholes get
to have all the fun ;-)
Report
batmarx
10 years ago
Keep up your creative work!
Report
farizluqman
10 years ago
Report
TheRob
10 years ago
actually is a "/home/yeto/qss/haxsder.qss" file
as he's complaining he couldn't open the
file :)
double check that and report back
//Robert
Report
joth666
10 years ago
I didn't even know it was possible so many thanks!
Report
cespinal
10 years ago
:~$ dolphin -stylesheet ~/qss/haxsder.qss
QCss::Parser - Failed to load file "/home/yeto/qss/haxsder.qss"
dolphin(15398) KXMLGUI::ActionList::plug: Index 13 is not within range (0 - 9
yeto@yeto-laptop:~$ QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/yeto/.config/ibus/bus
Bus::open: Can not get ibus-daemon's address.
IBusInputContext::createInputContext: no connection to ibus-daemon
Any hints?
Report
TheRob
10 years ago
actually is a "/home/yeto/qss/haxsder.qss" file
as he's complaining he couldn't open the
file :)
double check that and report back
//Robert
PS. sry bout double post, accidentally
clicked the wrong btn first
Report
cespinal
10 years ago
everything going okay :).
Is there a way to load dolphin using this config as default from krunner?
Report
TheRob
10 years ago
described here: http://kde-look.org/content/show.php/Doxysuxy?content=125107
by Nicholas Aaron S. I dunno why my lazy
ass hasn't gotten id copy pasted here tho.
Gotta do in short future.
I just use a launcher on the panel with
the stylesheet flag.
//Robert
P.S, report any kind of uglyness you encounter,
it's not supposed to be there, just is.
Report
TheRob
10 years ago
in dolphin by default :S
You should be aware that this is the
feature that causes most side effects tho.
After changing the class to KCategorizedView
from QListView (it is a subclass of this
made by kde it seems)
most the showstopper bugs where gone tho.
Have phun!
//Robert
Report
joth666
10 years ago
Report
TheRob
10 years ago
down so not too much showstoppers anymore,
but slowness in general, bgpixmap painted
over the frames... could be anything really.
//Robert
Report
snowhog
10 years ago
Report
TheRob
10 years ago
in second: http://kde-look.org/content/show.php/Leo-like-icons-v8.5?content=124176
and the icons in the third I haven't released.
Report
Doofb43r
10 years ago
why this doesn't fits with rekonq:
(with every other app it fits)
QScrollBar:vertical {
width: 19px;
margin: 4px 4px 30px 4px;
/* background: qlineargradient(x1:0, y1:0, x2:1, y2:0, stop:0 #999999 ,stop:1 #bbbbbb); */
background: rgba(0,0,0,40);
border-radius: 5px;
border: 1px solid;
border-color: rgba(0,0,0,40);
}
QScrollBar:vertical:hover {
background: rgba(0,0,0,60);
}
QScrollBar::handle:vertical {
/* background: qlineargradient(x1:0, y1:0, x2:1, y2:0, stop:0 rgba(255,255,255,255),stop:1 rgba(220,220,220,255)); */
background: rgba(255,255,255,180);
border-radius: 4px;
min-height: 20px;
}
QScrollBar::handle:vertical:hover {
background: #ffffff;
}
QScrollBar::add-line:vertical {
border: none;
height: 20px;
subcontrol-position: bottom;
subcontrol-origin: margin;
bottom: 0px;
left: 2px;
}
QScrollBar::sub-line:vertical {
border: none;
height: 20px;
subcontrol-position: left bottom;
subcontrol-origin: margin;
bottom: 10px;
left: 2px;
}
QScrollBar:up-arrow:vertical{
background: rgba(255,255,255,180);
border: 1px solid;
border-color: rgba(0,0,0,40);
height: 2px;
width: 4px;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
padding: 0px;
margin-right: 0px;
}
QScrollBar:up-arrow:vertical:hover{
background: #bbbbbb;
}
QScrollBar::down-arrow:vertical {
background: rgba(255,255,255,180);
border: 1px solid;
border-color: rgba(0,0,0,40);
height: 2px;
width: 4px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
padding: 0px;
margin-right: 0px;
}
QScrollBar::down-arrow:vertical:hover {
background: #bbbbbb;
}
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
background: transparent;
}
great work btw!
Report
thomas12777
10 years ago
The widget would be QWebView, but this is the entire webpage + the scrollbars and i've no idea whether you can render the scrollbars using qss independently.
Report
Doofb43r
10 years ago
Report
Doofb43r
10 years ago
Report
thomas12777
10 years ago
inframe scrollbars trigger all sorts of problems (it's slow, prevents easy using with max'd windows and and also there's no guarantee for a usable background) - so it's rather no good for a general solution and styling certain applications is not in scope
Report
Atermoon
10 years ago
Report