
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/Zren/yakuake-sodadark-thintitlebar
Credit to whoever designed Soda Dark for Sublime Text 3, and the Breeze Minimal Yakuake skin for the thin layout.
v3 - January 27 2019 1 year ago
* Placed zipped files inside a "sodadark-thintitlebar" subfolder. It needs that folder name to define the skin id.
* Note that even in Plasma 5.15, there is a bug where you cannot download skins using the "Get Hot New Stuff" dialog due to a Yakuake bug: https://bugs.kde.org/show_bug.cgi?id=395012
v3 - January 27 2019 1 year ago
* Placed zipped files inside a "sodadark-thintitlebar" subfolder. It needs that folder name to define the skin id.
* Note that even in Plasma 5.15, there is a bug where you cannot download skins using the "Get Hot New Stuff" dialog due to a Yakuake bug: https://bugs.kde.org/show_bug.cgi?id=395012
v2 - August 24 2018 2 years ago
* Fix titlebar text peeking out below the first tab by drawing it at y=-100
mirkogennari
2 months ago
Report
mockroot
2 years ago
Report
nightreveller
2 years ago
One glitch I experience with this skin can be seen here: https://i.imgur.com/WfJKnEb.png Only happens for the active tab. Anything to do about this? TIA!
Report
Zren
2 years ago
Report
nightreveller
2 years ago
Report
Zren
2 years ago
Here's how the default is defined:
* https://github.com/KDE/yakuake/blob/master/data/skins/default/title.skin#L13-L19
And here's what I've been using:
* https://github.com/Zren/yakuake-sodadark-thintitlebar/blob/master/title.skin#L13-L19
I'll need to look into if there's a way to draw the titlebar completely "offscreen", or if I can set the font size to 0, or if I can draw the text as a "transparent color".
Looking at the code that loads the skin, I don't see any "disable the title" options.
https://github.com/KDE/yakuake/blob/02dd8ab51d6dd1dd1c8b3dcc78fc596cd2ed96f5/app/skin.cpp#L107-L118
I fixed it by using [Text] y=-100, I'll upload a v2 in a sec.
Report
nightreveller
2 years ago
BTW: is there a way to receive this update (and others for widgets etc) automatically?
Report
Zren
2 years ago
Report
nightreveller
2 years ago
Report
cyclingGeorgian
3 years ago
Report
Zren
3 years ago
~/.local/share/yakuake/kns_skins/
So that you have ~/.local/share/yakuake/kns_skins/sodadark-thintitlebar/tabs.skin
Report
voondo
3 years ago
Report