mirror of
https://github.com/Adapta-Projects/Papirus-Nord.git
synced 2026-09-10 07:26:26 -04:00
Insertion of the missing "polarnight4" in the papirus-folders and papirus-folders1 scripts! Removing images!
This commit is contained in:
parent
695c701df7
commit
577eb52e99
BIN
Images/image.png
BIN
Images/image.png
Binary file not shown.
|
Before Width: | Height: | Size: 164 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.3 KiB |
10
install
10
install
|
|
@ -57,9 +57,9 @@ else
|
|||
fi
|
||||
|
||||
echo "Instaling icons..."
|
||||
cp $PREFIX/64x64/* $LOCAL/64x64/places
|
||||
cp $PREFIX/48x48/* $LOCAL/48x48/places
|
||||
cp $PREFIX/32x32/* $LOCAL/32x32/places
|
||||
cp $PREFIX/24x24/* $LOCAL/24x24/places
|
||||
cp $PREFIX/22x22/* $LOCAL/22x22/places
|
||||
cp -f $PREFIX/64x64/* $LOCAL/64x64/places
|
||||
cp -f $PREFIX/48x48/* $LOCAL/48x48/places
|
||||
cp -f $PREFIX/32x32/* $LOCAL/32x32/places
|
||||
cp -f $PREFIX/24x24/* $LOCAL/24x24/places
|
||||
cp -f $PREFIX/22x22/* $LOCAL/22x22/places
|
||||
echo "Icons installed!"
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ declare_colors() {
|
|||
local -a valid_colors=("black" "blue" "bluegrey" "breeze" "brown"
|
||||
"cyan" "deeporange" "green" "grey" "indigo" "magenta" "nordic"
|
||||
"orange" "palebrown" "paleorange" "pink" "purple" "red" "teal"
|
||||
"violet" "white" "yaru" "yellow" "auroragreen" "auroraorange" "aurorayellow" "frostblue4" "frostblue2" "auroramagenta" "aurorared" "frostblue3" "frostblue1" "polarnight3" "polarnight2" "polarnight3" "polarnight1" "snowstorm1")
|
||||
"violet" "white" "yaru" "yellow" "auroragreen" "auroraorange" "aurorayellow" "frostblue4" "frostblue2" "auroramagenta" "aurorared" "frostblue3" "frostblue1" "polarnight3" "polarnight2" "polarnight4" "polarnight1" "snowstorm1")
|
||||
|
||||
for color in "${valid_colors[@]}"; do
|
||||
if [ -e "$THEME_DIR/48x48/places/folder-$color.svg" ]; then
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ declare_colors() {
|
|||
local -a valid_colors=("black" "blue" "bluegrey" "breeze" "brown"
|
||||
"cyan" "deeporange" "green" "grey" "indigo" "magenta" "nordic"
|
||||
"orange" "palebrown" "paleorange" "pink" "purple" "red" "teal"
|
||||
"violet" "white" "yaru" "yellow" "pop" "adwaita" "breeze" "mint" "paper" "auroragreen" "auroraorange" "aurorayellow" "frostblue4" "frostblue2" "auroramagenta" "aurorared" "frostblue3" "frostblue1" "polarnight3" "polarnight2" "polarnight3" "polarnight1" "snowstorm1")
|
||||
"violet" "white" "yaru" "yellow" "pop" "adwaita" "breeze" "mint" "paper" "auroragreen" "auroraorange" "aurorayellow" "frostblue4" "frostblue2" "auroramagenta" "aurorared" "frostblue3" "frostblue1" "polarnight4" "polarnight2" "polarnight3" "polarnight1" "snowstorm1")
|
||||
|
||||
for color in "${valid_colors[@]}"; do
|
||||
if [ -e "$THEME_DIR/48x48/places/folder-$color.svg" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue