diff --git a/README.md b/README.md index ee948eb..294bf82 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Papirus Folders -papirus-folders is a bash script that allows changing the color of folders in [Papirus icon theme](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme) and its forks (which based on version 20171007 and newer). +papirus-folders is a handy bash script that lets you change the colors of folders in the [Papirus icon theme](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme) and similar themes based on version 20171007 or newer. It's an easy way to customize how your folders look. ## Table of contents @@ -31,7 +31,8 @@ papirus-folders is a bash script that allows changing the color of folders in [P | **white** | ![folder-white](https://cdn.jsdelivr.net/gh/PapirusDevelopmentTeam/papirus-icon-theme@master/Papirus/48x48/places/folder-white.svg) ![user-white-home](https://cdn.jsdelivr.net/gh/PapirusDevelopmentTeam/papirus-icon-theme@master/Papirus/48x48/places/user-white-home.svg) ![folder-white-download](https://cdn.jsdelivr.net/gh/PapirusDevelopmentTeam/papirus-icon-theme@master/Papirus/48x48/places/folder-white-download.svg) | **yaru** | ![folder-yaru](https://cdn.jsdelivr.net/gh/PapirusDevelopmentTeam/papirus-icon-theme@master/Papirus/48x48/places/folder-yaru.svg) ![user-yaru-home](https://cdn.jsdelivr.net/gh/PapirusDevelopmentTeam/papirus-icon-theme@master/Papirus/48x48/places/user-yaru-home.svg) ![folder-yaru-download](https://cdn.jsdelivr.net/gh/PapirusDevelopmentTeam/papirus-icon-theme@master/Papirus/48x48/places/folder-yaru-download.svg) | | **yellow** | ![folder-yellow](https://cdn.jsdelivr.net/gh/PapirusDevelopmentTeam/papirus-icon-theme@master/Papirus/48x48/places/folder-yellow.svg) ![user-yellow-home](https://cdn.jsdelivr.net/gh/PapirusDevelopmentTeam/papirus-icon-theme@master/Papirus/48x48/places/user-yellow-home.svg) ![folder-yellow-download](https://cdn.jsdelivr.net/gh/PapirusDevelopmentTeam/papirus-icon-theme@master/Papirus/48x48/places/folder-yellow-download.svg) | -**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](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/issues/new). +> [!IMPORTANT] +> 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](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/issues/new). ## Installation @@ -91,7 +92,8 @@ Please note that some packages in the list may be outdated, open [Repology](http | Void Linux | Benjamín Albiñana | `sudo xbps-install -S papirus-folders` | -**NOTE:** If you are a maintainer and want to be in the list, please create an issue or make a pull request. +> [!NOTE] +> If you are a maintainer and want to be in the list, please create an issue or make a pull request. ### Script usage diff --git a/debian/control b/debian/control index 1151d09..80b0d3f 100644 --- a/debian/control +++ b/debian/control @@ -13,4 +13,8 @@ Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, bash (>= 4.0) Recommends: papirus-icon-theme (>= 20171007) -Description: This package allows you to change the color of folders +Description: a tool that lets you change the colors of folders + Papirus-folders is a handy bash script that lets you change the + colors of folders in the Papirus icon theme and its forks based on + version 20171007 or newer. + It's an easy way to customize how your folders look. diff --git a/papirus-folders b/papirus-folders index 66bc70a..efb35d8 100755 --- a/papirus-folders +++ b/papirus-folders @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# This script allows changing the color of folders in Papirus icon theme +# This script lets you change the colors of folders in the Papirus icon theme # # @author: Sergei Eremenko (https://github.com/SmartFinn) # @license: MIT license (MIT)