Suggested Collections
Featured in Groups
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"
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"