ShopDreamUp AI ArtDreamUp
Deviation Actions
BRONZE BRUSH
Boosted
Be part of the creative process and discover how illustrations come to life. Access new content before anyone else and enjoy exclusive wallpapers to personalize your devices. The perfect level for fans who want special content and a closer experience."
β Best for: Avid watchers who want more than free content
$1/month
Promoted Deviations
Suggested Deviants
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"