a script that lets you change the colors of folders in Papirus icon theme
Find a file
Sergei Eremenko 0b30e02b44 Fix Makefile
2017-11-07 14:58:59 +02:00
debian debian/changelog: fix version number 2017-11-07 14:56:40 +02:00
install.sh Add install.sh 2017-11-07 13:57:27 +02:00
LICENSE Initial commit 2017-11-07 14:03:23 +02:00
Makefile Fix Makefile 2017-11-07 14:58:59 +02:00
papirus-folders Update usage message 2017-11-07 13:41:08 +02:00
README.md Add README.md 2017-11-07 14:09:08 +02:00

Papirus Folders

papirus-folders is a bash script that allows changing the color of folders in Papirus icon theme and Papirus' forks (which based on version 20171007 and newer).

At the moment papirus-folders doesn't have a GUI, but it is a fully functional command-line application.

Some examples of use:

  • Show the current color and available colors for Papirus-Adapta:
    papirus-folders -l --theme Papirus-Adapta
    
  • Change color of folders to brown for Papirus-Adapta:
    papirus-folders -C brown --theme Papirus-Adapta
    
  • Revert to default color of folders for Papirus-Adapta:
    papirus-folders -D --theme Papirus-Adapta
    
  • Restore the last used color from a config file:
    papirus-folders -R
    
    This is extremely useful for restoring color after icon theme upgrade.

Preview

Name Preview Name Preview
black folder-black user-black-home folder-black-download blue folder-blue user-blue-home folder-blue-download
brown folder-brown user-brown-home folder-brown-download cyan folder-cyan user-cyan-home folder-cyan-download
green folder-green user-green-home folder-green-download grey folder-grey user-grey-home folder-grey-download
magenta folder-magenta user-magenta-home folder-magenta-download orange folder-orange user-orange-home folder-orange-download
red folder-red user-red-home folder-red-download violet folder-violet user-violet-home folder-violet-download
yellow folder-yellow user-yellow-home folder-yellow-download

NOTE: This project doesn't provide any folder icons. If you want to request a new folder icon or a new color of folder please open an issue here.

Installation

Ubuntu and derivatives

You can install papirus-folders from our official PPA:

sudo add-apt-repository ppa:papirus/papirus
sudo apt-get update
sudo apt-get install papirus-folders

or download .deb packages from here.

Papirus Installer

Use the script to install the latest version directly from this repo (independently on your distro):

Install

wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-folders/master/install.sh | sh

Uninstall

wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-folders/master/install.sh | uninstall=true sh