matijaskala / breezemite-yakuake

Breezemite theme for Yakuake. Inspired by a kwin theme with the same name (https://github.com/andreyorst/Breezemite)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breezemite themes for Yakuake

To install a theme:

  • get yakuake source code (https://download.kde.org/stable/yakuake or https://github.com/KDE/yakuake)
  • cd into yakuake source code
  • run sed -i 's/\(Button->move(\)\(width() - \)\(m_skin->titleBar.*ButtonPosition().x()\)\(, m_skin->titleBar\)/\1(\3 <= 0) ? (- \3) : (\2\3)\4/' app/titlebar.cpp
  • compile and install: mkdir build ; cd build ; cmake .. ; make ; sudo make install
  • place the theme in ~/.local/share/yakuake/kns_skins

note: you don't have to recompile yakuake to use the rhs theme

About

Breezemite theme for Yakuake. Inspired by a kwin theme with the same name (https://github.com/andreyorst/Breezemite)

License:GNU General Public License v2.0