Add Papirus-Light.HiDPI icon theme #2560

This commit is contained in:
Sergei Eremenko 2021-02-12 13:08:14 +02:00
parent c0c3015f37
commit 375103f6f0
No known key found for this signature in database
GPG key ID: AB6D54C1C16D2507
3 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,44 @@
[Icon Theme]
Name=Papirus-Light.HiDPI
Comment=A simple and modern icon theme (HiDPI workaround)
Inherits=Papirus-Light,breeze,gnome,hicolor
PanelDefault=22
PanelSizes=16,22,32,48,64,128,256
FollowsColorScheme=true
# Directory list
Directories=../Papirus-Light/16x16/panel,../Papirus-Light/16x16@2x/panel,../Papirus-Light/22x22/panel,../Papirus-Light/22x22@2x/panel,../Papirus-Light/24x24/panel,../Papirus-Light/24x24@2x/panel
[../Papirus-Light/16x16/panel]
Context=Status
Size=16
Type=Fixed
[../Papirus-Light/16x16@2x/panel]
Context=Status
Size=16
Scale=2
Type=Fixed
[../Papirus-Light/22x22/panel]
Context=Status
Size=22
Type=Fixed
[../Papirus-Light/22x22@2x/panel]
Context=Status
Size=22
Scale=2
Type=Fixed
[../Papirus-Light/24x24/panel]
Context=Status
Size=24
Type=Fixed
[../Papirus-Light/24x24@2x/panel]
Context=Status
Size=24
Scale=2
Type=Fixed

View file

@ -4,6 +4,7 @@ Provides the following icon themes:
- Papirus.HiDPI
- Papirus-Dark.HiDPI
- Papirus-Light.HiDPI
#### Install

View file

@ -64,6 +64,7 @@ do
sudo cp -R \
"$temp_dir/$gh_repo-HiDPI/Papirus.HiDPI" \
"$temp_dir/$gh_repo-HiDPI/Papirus-Dark.HiDPI" \
"$temp_dir/$gh_repo-HiDPI/Papirus-Light.HiDPI" \
"$icons_dir"
exit 0