BigRZA on DeviantArthttps://www.deviantart.com/bigrza/art/El-Castillo-BURG-Theme-187228213BigRZA

Deviation Actions

BigRZA's avatar

El Castillo BURG Theme

By
Published:
31.2K Views

Description

El Castillo (elementary Burg) is an elementary styled BURG Theme.

included are white icons for:
Arch, Debian, Fedora, Opensuse, Osx, Ubuntu, Windows and Elementary (used for Linux Mint)

Thanks goes to DanRabbit: [link]
Β© 2010 - 2024 BigRZA
Comments31
Join the community to add your comment. Already a deviant? Log In
To make this work for elementary:

sudo vim /boot/burg/themes/El_Castillo/white/icon_white
change it from

+class
{
 -windows { image = "$$/white_windows.png" }
 -ubuntu { image = "$$/white_ubuntu.png" }
 -debian { image = "$$/white_debian.png" }
 -suse { image = "$$/white_opensuse.png" }
 -macosx { image = "$$/white_osx.png" }
 -linuxmint { image = "$$/white_linuxmint.png" }
 -arch { image = "$$/white_arch.png" }
 -fedora { image = "$$/white_fedora.png" }
}
include "../icons/grey"

to

+class
{
 -windows { image = "$$/white_windows.png" }
 -ubuntu { image = "$$/white_ubuntu.png" }
 -debian { image = "$$/white_debian.png" }
 -suse { image = "$$/white_opensuse.png" }
 -macosx { image = "$$/white_osx.png" }
 -linuxmint { image = "$$/white_linuxmint.png" }
 -elementary { image = "$$/white_linuxmint.png" }
 -arch { image = "$$/white_arch.png" }
 -fedora { image = "$$/white_fedora.png" }
}
include "../icons/grey"