We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e0c87 commit a05d4e0Copy full SHA for a05d4e0
files/scripts/21-fix-icons.py files/scripts/21-fix-icon-sizes.py
@@ -4,7 +4,7 @@
4
import cairosvg
5
6
# This script is meant to add missing icons for some sizes
7
-SIZES_TO_PROCESS = ["48"]
+SIZES_TO_PROCESS = ["28"]
8
9
base = Path("/usr/share/icons/Chicago95")
10
recipes/recipe.yml
@@ -13,7 +13,6 @@ modules:
13
- source: system
14
destination: /
15
16
-
17
- type: rpm-ostree
18
install:
19
- btop
@@ -44,6 +43,7 @@ modules:
44
43
- 03-ublue.sh
45
- 10-install-appimages.sh
46
- 20-chicago95.sh
+ - 21-fix-icon-sizes.py
47
48
- type: default-flatpaks
49
notify: true # Send notification after install/uninstall is finished
0 commit comments