Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This as script here: https://pastebin.com/mxKRkt7Z
- # path /jolla-ambient/ for 2.0.0.x, /sailfish-default/ for 2.0.1.x
- # download imagemagic and install it
- curl -O https://openrepos.net/sites/default/files/packages/500/imagemagick-6.8.8-7.armv7hl.rpm
- devel-su
- pkcon install-local imagemagick-6.8.8-7.armv7hl.rpm
- # copy z2.0 icons to z1.8
- cp -r /usr/share/themes/jolla-ambient/meegotouch/z2.0 /usr/share/themes/jolla-ambient/meegotouch/z1.8
- # or for 2.0.1.x
- cp -r /usr/share/themes/sailfish-default/meegotouch/z2.0 /usr/share/themes/sailfish-default/meegotouch/z1.8
- # scale down to 90% = 1.8/2.0*100
- mogrify -resize 90% /usr/share/themes/jolla-ambient/meegotouch/z1.8/icons/*.png
- # or for 2.0.1.x
- mogrify -resize 90% /usr/share/themes/sailfish-default/meegotouch/z1.8/icons/*.png
- # unlock pixel ratio
- rm -f /etc/dconf/db/vendor.d/locks/silica-configs.txt
- dconf update
- # return to nemo and set pixel ratio and restart lipstick
- exit
- dconf write /desktop/sailfish/silica/theme_pixel_ratio 1.8
- systemctl --user restart lipstick
Advertisement
Add Comment
Please, Sign In to add comment