Skip to content

RusticBard/Skeuowaita

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logotype

Skeuowaita

A different take on the Adwaita theme.

icons showcase

(Disclaimer : this repository is fork of Ashwatthaamaa/Neuwaita which was also my account and repository but I lost my credentials so can't log back in, hence the fork)

Installation

User installation

Clone the repository into ~/.local/share/icons/Skeuowaita:

git clone --depth 1 https://github.com/Frostbitten-jello/Skeuowaita.git ~/.local/share/icons/Skeuowaita

System-wide installation

Clone the repository into /usr/share/icons

sudo git clone --depth 1 https://github.com/Frostbitten-jello/Skeuowaita.git /usr/share/icons/Skeuowaita

Updating

To update Skeuowaita icon theme to the latest version:

# user installation
git -C ~/.local/share/icons/Skeuowaita pull

# system-wide installation
sudo git -C /usr/share/icons/Skeuowaita pull

Requesting new icons:

I understand you really want the icon but when making an icon request,

  1. Check here if the icon you want is present in already or in the making.
  2. please include the actual name of the icon that you want to request.

Using a fallback theme

You can tell system to use a fallback theme in case Skeuowaita doesn't provide an icon for your app.

  1. Navigate to Skeuowaita installation directory (either ~/.local/share/icons/Skeuowaita or /usr/share/icons/Skeuowaita depending on your installation)
  2. Edit Inherits variable in index.theme
[Icon Theme]
Name=Skeuowaita
Comment=Skeuowaita icon theme
Inherits=theme-name,theme-name-2
Example=folder

You can add as many inherits as you wish. In the example above, icons will be first searched in Skeuowaita then theme-name and then lastly in theme-name-2.

How to find the Actual name of the icon?

You're searching for the reverse domain name notation (e.g org.mozilla.firefox for Firefox) it can be found in different ways:

  • Icons are usually located inside /usr/share/icons/hicolor/scalable/<Name of your app>
  • For System-wide Flatpaks the location is /var/lib/flatpak/app/<Name of your app> the name of the folder is the name of your icon
  • For user Flatpaks the location is ~/.var/app/<Name of your app> If you don't wanna find the icon in the files you can also look for the app in flathub go to the app you are requesting and scroll down to find installation instructions and there is a command you can copy as flatpak install flathub <Actual name of your app>

List of icons :

This is a list of icons that are currently available along with icons that are currently pending to be added. You can see if your icon is present in list and if not then feel free to create an icon request :)

About

A different take on adwaita theme.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published