Skip to content

SylEleuth/gruvbox-plus-icon-pack

Repository files navigation

Gruvbox Plus is the icon pack for Linux, based on and inspired by:

Gruvbox Plus is using color scheme from Gruvbox.

Download

You can download Icon pack from different sources:

  1. Go to the releases page and choose the zip file from the latest version.

  2. Download the icon pack from Your system's icon manager settings. For example in KDE, open System Settings -> Colours & Themes -> Icons and click "Get New..." where You can search for Gruvbox Plus.

  3. Download latest package from Pling or KDE Store

  4. If You want the latest icons You have to clone the whole repository:

    git clone https://github.com/SylEleuth/gruvbox-plus-icon-pack.git

Installation

If You downloaded the zip file from releases page.

Unpack it and copy content of the folder to Your home/.local/share/icons/ directory.

cp -rv Gruvbox-Plus-Dark ~/.local/share/icons

or soft link git repository:

ln -s path/to/repository/Gruvbox-Plus-Dark ~/.local/share/icons/Grubox-Plus-Dark

You could then just use

git pull

to download files added since the latest pull.

Color variants

There are two available variants:

  • Gruvbox Dark - light symbolic icons for dark themes
  • Gruvbox Light - dark symbolic icons for light themes

If You are KDE Plasma user You can safely use Gruvbox Dark variant. Monochrome (symbolic) icons will change automatically depending on the color scheme.

Folder's color

There are 24 colors that You can choose from:

folders

plasma

Plasma is a a special variant for KDE Plasma users. You can change color straight from System Settings: Colours & Themes -> Colours.

If You are using different Desktop Environment You can easily change the folder's color with special script (thanks to akarzim). Script is located in the scripts folder of the repository. It does not come with the release package so You would have to download it separately.

Script's usage

Change script's permission:

chmod +x folders-color-chooser.sh

then run it (it will work from any location, it doesn't have to be placed in icons directory):

./folders-color-chooser -c <color>

More details:

Usage:
  folders-color-chooser [-c | --color=<color>] [-C | --reset-color]
  folders-color-chooser [-h | --help]
  folders-color-chooser [-l | --list]

Options:
  -c, --color=<color>   set the new folders color
  -C, --reset-color     reset folder color to plasma
  -h, --help            show this help
  -l, --list            list available colors

If You don't want to use the script, there is a folder called folders where You will find all color sets grouped separately. Just replace places/scalable directory with any chosen color.

Contribution

If You'll find a missing icon please open a new issue and give as much information as You can:

  1. If it's a program, please provide name and link to the website or repository page.
  2. If You can, find a link to the original svg icon.
  3. Link to .desktop file (located in .local/share/applications or /usr/share/applications folder) and output of the xprop.

If You want to create new icons Yourself or modify existing ones please read how to do that HERE.

If You have any questions, suggestions or propositions use Discussions page.

Support

If You downloaded the icon pack or if You just liked it please star the repository for visibility and as appreciation gesture.

License