19Aug/100
Oxygen Transparent
Yeah, now exists the Oxygen Transparent. It is a fork of Oxygen with transparence.
If you use Arch Linux, use this this package from AUR.
For others, I've adapted the PKGBUILD. This script will install the Oxygen Transparent and NOT will overwrite your Oxygen. This is default now.
You will need the runtime and workspace of KDE, pkgconfig, cmake, automoc4 and subversion(svn) git installeds.
srcdir=/tmp/oxygen mkdir ${srcdir} _gitroot="git://anongit.kde.org/oxygen-transparent" _gitname=oxygen-transparent cd "${srcdir}" if [ -d ${_gitname} ]; then cd ${_gitname} && git pull origin else git clone ${_gitroot} ${_gitname} fi rm -rf "${srcdir}/build" git clone "${srcdir}/${_gitname}" "${srcdir}/build" cd "${srcdir}/build" cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/usr make make install
More From Renan Fernandes
- Taking Screenshot of websites via command line(with support for java/javascript)
- KDE Air theme for Chromium/Google Chrome
- How to forecast weather using nature
Renan Fernandes Recommends
Popularity: 11% [?]
