diff --git a/install.sh b/install.sh index 9864deb7..280e0a80 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ROOT_UID=0 DEST_DIR= @@ -43,9 +43,9 @@ install() { echo "Installing '${THEME_DIR}'..." - mkdir -p ${THEME_DIR} - cp -r ${SRC_DIR}/{COPYING,AUTHORS} ${THEME_DIR} - cp -r ${SRC_DIR}/src/index.theme ${THEME_DIR} + mkdir -p ${THEME_DIR} + cp -r ${SRC_DIR}/{COPYING,AUTHORS} ${THEME_DIR} + cp -r ${SRC_DIR}/src/index.theme ${THEME_DIR} cd ${THEME_DIR} sed -i "s/${name}/${name}${theme}${color}/g" index.theme @@ -79,19 +79,19 @@ install() { fi if [[ ${color} == '-dark' ]]; then - mkdir -p ${THEME_DIR}/{apps,categories,emblems,devices,mimes,places,status} + mkdir -p ${THEME_DIR}/{apps,categories,emblems,devices,mimes,places,status} - cp -r ${SRC_DIR}/src/actions ${THEME_DIR} - cp -r ${SRC_DIR}/src/apps/symbolic ${THEME_DIR}/apps - cp -r ${SRC_DIR}/src/categories/symbolic ${THEME_DIR}/categories - cp -r ${SRC_DIR}/src/emblems/symbolic ${THEME_DIR}/emblems - cp -r ${SRC_DIR}/src/mimes/symbolic ${THEME_DIR}/mimes - cp -r ${SRC_DIR}/src/devices/{16,22,24,symbolic} ${THEME_DIR}/devices - cp -r ${SRC_DIR}/src/places/{16,22,24,symbolic} ${THEME_DIR}/places - cp -r ${SRC_DIR}/src/status/{16,22,24,symbolic} ${THEME_DIR}/status + cp -r ${SRC_DIR}/src/actions ${THEME_DIR} + cp -r ${SRC_DIR}/src/apps/symbolic ${THEME_DIR}/apps + cp -r ${SRC_DIR}/src/categories/symbolic ${THEME_DIR}/categories + cp -r ${SRC_DIR}/src/emblems/symbolic ${THEME_DIR}/emblems + cp -r ${SRC_DIR}/src/mimes/symbolic ${THEME_DIR}/mimes + cp -r ${SRC_DIR}/src/devices/{16,22,24,symbolic} ${THEME_DIR}/devices + cp -r ${SRC_DIR}/src/places/{16,22,24,symbolic} ${THEME_DIR}/places + cp -r ${SRC_DIR}/src/status/{16,22,24,symbolic} ${THEME_DIR}/status if [[ ${bold:-} == 'true' ]]; then - cp -r ${SRC_DIR}/bold/* ${THEME_DIR} + cp -r ${SRC_DIR}/bold/* ${THEME_DIR} fi if [[ $DESKTOP_SESSION == '/usr/share/xsessions/budgie-desktop' ]]; then @@ -103,13 +103,13 @@ install() { sed -i "s/#363636/#dedede/g" "${THEME_DIR}"/actions/32/* sed -i "s/#363636/#dedede/g" "${THEME_DIR}"/{actions,apps,categories,emblems,devices,mimes,places,status}/symbolic/* - cp -r ${SRC_DIR}/links/actions/{16,22,24,32,symbolic} ${THEME_DIR}/actions - cp -r ${SRC_DIR}/links/devices/{16,22,24,symbolic} ${THEME_DIR}/devices - cp -r ${SRC_DIR}/links/places/{16,22,24,symbolic} ${THEME_DIR}/places - cp -r ${SRC_DIR}/links/status/{16,22,24,symbolic} ${THEME_DIR}/status - cp -r ${SRC_DIR}/links/apps/symbolic ${THEME_DIR}/apps - cp -r ${SRC_DIR}/links/categories/symbolic ${THEME_DIR}/categories - cp -r ${SRC_DIR}/links/mimes/symbolic ${THEME_DIR}/mimes + cp -r ${SRC_DIR}/links/actions/{16,22,24,32,symbolic} ${THEME_DIR}/actions + cp -r ${SRC_DIR}/links/devices/{16,22,24,symbolic} ${THEME_DIR}/devices + cp -r ${SRC_DIR}/links/places/{16,22,24,symbolic} ${THEME_DIR}/places + cp -r ${SRC_DIR}/links/status/{16,22,24,symbolic} ${THEME_DIR}/status + cp -r ${SRC_DIR}/links/apps/symbolic ${THEME_DIR}/apps + cp -r ${SRC_DIR}/links/categories/symbolic ${THEME_DIR}/categories + cp -r ${SRC_DIR}/links/mimes/symbolic ${THEME_DIR}/mimes cd ${dest} ln -s ../${name}${theme}/animations ${name}${theme}-dark/animations diff --git a/links/actions/16/preferences-composer.svg b/links/actions/16/preferences-composer.svg new file mode 120000 index 00000000..c2db2995 --- /dev/null +++ b/links/actions/16/preferences-composer.svg @@ -0,0 +1 @@ +document-edit-sign.svg \ No newline at end of file diff --git a/links/actions/22/preferences-composer.svg b/links/actions/22/preferences-composer.svg new file mode 120000 index 00000000..c2db2995 --- /dev/null +++ b/links/actions/22/preferences-composer.svg @@ -0,0 +1 @@ +document-edit-sign.svg \ No newline at end of file diff --git a/links/actions/24/preferences-composer.svg b/links/actions/24/preferences-composer.svg new file mode 120000 index 00000000..c2db2995 --- /dev/null +++ b/links/actions/24/preferences-composer.svg @@ -0,0 +1 @@ +document-edit-sign.svg \ No newline at end of file diff --git a/links/actions/32/align-vertical-bottom-to-anchor.svg b/links/actions/32/align-vertical-bottom-to-anchor.svg new file mode 120000 index 00000000..a39373f3 --- /dev/null +++ b/links/actions/32/align-vertical-bottom-to-anchor.svg @@ -0,0 +1 @@ +align-horizontal-bottom-out.svg \ No newline at end of file diff --git a/links/actions/32/align-vertical-top-out.svg b/links/actions/32/align-vertical-top-out.svg new file mode 120000 index 00000000..aaed60a9 --- /dev/null +++ b/links/actions/32/align-vertical-top-out.svg @@ -0,0 +1 @@ +align-horizontal-left-out.svg \ No newline at end of file diff --git a/links/apps/scalable/preferences-composer.svg b/links/apps/scalable/preferences-composer.svg deleted file mode 120000 index 47ab1d8b..00000000 --- a/links/apps/scalable/preferences-composer.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.svg \ No newline at end of file diff --git a/src/actions/16/accessories-text-editor.svg b/src/actions/16/accessories-text-editor.svg new file mode 100644 index 00000000..e1af28d0 --- /dev/null +++ b/src/actions/16/accessories-text-editor.svg @@ -0,0 +1,14 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/actions/32/acrobat.svg b/src/actions/32/acrobat.svg index 2dc0c35f..4d91bd9e 100644 --- a/src/actions/32/acrobat.svg +++ b/src/actions/32/acrobat.svg @@ -1,5 +1,9 @@ - - - - + + + + + + diff --git a/src/actions/32/address-book-new.svg b/src/actions/32/address-book-new.svg index 5a287b3a..512450d3 100644 --- a/src/actions/32/address-book-new.svg +++ b/src/actions/32/address-book-new.svg @@ -1,14 +1,8 @@ - - - + + diff --git a/src/actions/32/align-horizontal-bottom-out.svg b/src/actions/32/align-horizontal-bottom-out.svg index 20ed4315..c35ca996 100644 --- a/src/actions/32/align-horizontal-bottom-out.svg +++ b/src/actions/32/align-horizontal-bottom-out.svg @@ -1,17 +1,11 @@ - - - + + + + + diff --git a/src/actions/32/align-horizontal-center.svg b/src/actions/32/align-horizontal-center.svg index fed68f71..2c93f21c 100644 --- a/src/actions/32/align-horizontal-center.svg +++ b/src/actions/32/align-horizontal-center.svg @@ -1,13 +1,8 @@ - - - + + diff --git a/src/actions/32/align-horizontal-left-out.svg b/src/actions/32/align-horizontal-left-out.svg index 1ce77713..ff8d6b8b 100644 --- a/src/actions/32/align-horizontal-left-out.svg +++ b/src/actions/32/align-horizontal-left-out.svg @@ -1,13 +1,11 @@ - - - + + + + + diff --git a/src/actions/32/align-horizontal-left-to-anchor.svg b/src/actions/32/align-horizontal-left-to-anchor.svg index eedb228d..2c037305 100644 --- a/src/actions/32/align-horizontal-left-to-anchor.svg +++ b/src/actions/32/align-horizontal-left-to-anchor.svg @@ -1,14 +1,11 @@ - - - + + + + + diff --git a/src/actions/32/align-horizontal-left.svg b/src/actions/32/align-horizontal-left.svg index 97c9f39f..216e9a96 100644 --- a/src/actions/32/align-horizontal-left.svg +++ b/src/actions/32/align-horizontal-left.svg @@ -1,18 +1,10 @@ - - - + + + + diff --git a/src/actions/32/align-horizontal-right-out.svg b/src/actions/32/align-horizontal-right-out.svg index 3d4914c8..7e61f04a 100644 --- a/src/actions/32/align-horizontal-right-out.svg +++ b/src/actions/32/align-horizontal-right-out.svg @@ -1,18 +1,11 @@ - - - + + + + + diff --git a/src/actions/32/align-horizontal-right-to-anchor.svg b/src/actions/32/align-horizontal-right-to-anchor.svg index 14c88279..86a53ca4 100644 --- a/src/actions/32/align-horizontal-right-to-anchor.svg +++ b/src/actions/32/align-horizontal-right-to-anchor.svg @@ -1,18 +1,11 @@ - - - + + + + + diff --git a/src/actions/32/align-horizontal-right.svg b/src/actions/32/align-horizontal-right.svg index 8b0536d8..54d5a255 100644 --- a/src/actions/32/align-horizontal-right.svg +++ b/src/actions/32/align-horizontal-right.svg @@ -1,18 +1,10 @@ - - - + + + + diff --git a/src/actions/32/align-horizontal-top-out.svg b/src/actions/32/align-horizontal-top-out.svg index 4a929a09..71b916ec 100644 --- a/src/actions/32/align-horizontal-top-out.svg +++ b/src/actions/32/align-horizontal-top-out.svg @@ -1,18 +1,11 @@ - - - + + + + + diff --git a/src/actions/32/align-vertical-bottom-out.svg b/src/actions/32/align-vertical-bottom-out.svg index ebca370d..530dee05 100644 --- a/src/actions/32/align-vertical-bottom-out.svg +++ b/src/actions/32/align-vertical-bottom-out.svg @@ -1,18 +1,11 @@ - - - + + + + + diff --git a/src/actions/32/align-vertical-bottom-to-anchor.svg b/src/actions/32/align-vertical-bottom-to-anchor.svg deleted file mode 100644 index a12c6a6f..00000000 --- a/src/actions/32/align-vertical-bottom-to-anchor.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - diff --git a/src/actions/32/align-vertical-bottom.svg b/src/actions/32/align-vertical-bottom.svg index 89f8cc62..97debe1d 100644 --- a/src/actions/32/align-vertical-bottom.svg +++ b/src/actions/32/align-vertical-bottom.svg @@ -1,18 +1,10 @@ - - - + + + + diff --git a/src/actions/32/align-vertical-center.svg b/src/actions/32/align-vertical-center.svg index bfb33302..7af160bf 100644 --- a/src/actions/32/align-vertical-center.svg +++ b/src/actions/32/align-vertical-center.svg @@ -1,18 +1,8 @@ - - - + + diff --git a/src/actions/32/align-vertical-top-out.svg b/src/actions/32/align-vertical-top-out.svg deleted file mode 100644 index ea36d249..00000000 --- a/src/actions/32/align-vertical-top-out.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - diff --git a/src/actions/32/align-vertical-top.svg b/src/actions/32/align-vertical-top.svg index 4bb89221..2e297fae 100644 --- a/src/actions/32/align-vertical-top.svg +++ b/src/actions/32/align-vertical-top.svg @@ -1,18 +1,10 @@ - - - + + + + diff --git a/src/actions/32/application-exit.svg b/src/actions/32/application-exit.svg index 711462f5..405f54e3 100644 --- a/src/actions/32/application-exit.svg +++ b/src/actions/32/application-exit.svg @@ -1,8 +1,11 @@ - - + + + + + + diff --git a/src/actions/32/application-menu.svg b/src/actions/32/application-menu.svg index 53a3834e..2d7a78c7 100644 --- a/src/actions/32/application-menu.svg +++ b/src/actions/32/application-menu.svg @@ -1,18 +1,11 @@ - - - + + + + + diff --git a/src/actions/32/archive-extract.svg b/src/actions/32/archive-extract.svg index 31cfe1c7..99d12d2f 100644 --- a/src/actions/32/archive-extract.svg +++ b/src/actions/32/archive-extract.svg @@ -1 +1,8 @@ - \ No newline at end of file + + + + + + + + diff --git a/src/actions/32/archive-insert.svg b/src/actions/32/archive-insert.svg index 2aef67fa..1f2ebfb8 100644 --- a/src/actions/32/archive-insert.svg +++ b/src/actions/32/archive-insert.svg @@ -1 +1,6 @@ - \ No newline at end of file + + + + + + diff --git a/src/actions/32/archive-remove.svg b/src/actions/32/archive-remove.svg index c06a3a10..2eaba568 100644 --- a/src/actions/32/archive-remove.svg +++ b/src/actions/32/archive-remove.svg @@ -1 +1,6 @@ - \ No newline at end of file + + + + + + diff --git a/src/actions/32/autocorrection.svg b/src/actions/32/autocorrection.svg index f3532b32..20fc4673 100644 --- a/src/actions/32/autocorrection.svg +++ b/src/actions/32/autocorrection.svg @@ -1,18 +1,9 @@ - - - + + + diff --git a/src/actions/32/bookmark-new.svg b/src/actions/32/bookmark-new.svg index ab5ee2d1..c5ca8d6d 100644 --- a/src/actions/32/bookmark-new.svg +++ b/src/actions/32/bookmark-new.svg @@ -1,13 +1,8 @@ - - - + + diff --git a/src/actions/32/bookmark-remove.svg b/src/actions/32/bookmark-remove.svg index 74d2f2bf..eaa407d0 100644 --- a/src/actions/32/bookmark-remove.svg +++ b/src/actions/32/bookmark-remove.svg @@ -1,21 +1,9 @@ - - - + + + diff --git a/src/actions/32/configure.svg b/src/actions/32/configure.svg index 5879949f..0da8710c 100644 --- a/src/actions/32/configure.svg +++ b/src/actions/32/configure.svg @@ -1,17 +1,11 @@ - - - + + diff --git a/src/actions/32/cursor-cross.svg b/src/actions/32/cursor-cross.svg index 7f232272..b8e4fa48 100644 --- a/src/actions/32/cursor-cross.svg +++ b/src/actions/32/cursor-cross.svg @@ -1,17 +1,8 @@ - - - + + diff --git a/src/actions/32/dialog-messages.svg b/src/actions/32/dialog-messages.svg index 80df0783..1bb9e510 100644 --- a/src/actions/32/dialog-messages.svg +++ b/src/actions/32/dialog-messages.svg @@ -1,13 +1,8 @@ - - - + + diff --git a/src/actions/32/document-close.svg b/src/actions/32/document-close.svg index 0e924084..dfe163d5 100644 --- a/src/actions/32/document-close.svg +++ b/src/actions/32/document-close.svg @@ -1,13 +1,13 @@ - - - - - + + + + + + diff --git a/src/actions/32/document-decrypt.svg b/src/actions/32/document-decrypt.svg index f48f4944..1ff06aaf 100644 --- a/src/actions/32/document-decrypt.svg +++ b/src/actions/32/document-decrypt.svg @@ -1,18 +1,9 @@ - - - + + + diff --git a/src/actions/32/document-edit-decrypt-verify.svg b/src/actions/32/document-edit-decrypt-verify.svg index ac83cdf4..ba7a0c4f 100644 --- a/src/actions/32/document-edit-decrypt-verify.svg +++ b/src/actions/32/document-edit-decrypt-verify.svg @@ -1,18 +1,9 @@ - - - + + + diff --git a/src/actions/32/document-edit-decrypt.svg b/src/actions/32/document-edit-decrypt.svg index 2c262872..8134b803 100644 --- a/src/actions/32/document-edit-decrypt.svg +++ b/src/actions/32/document-edit-decrypt.svg @@ -1,11 +1,9 @@ - - - - + + + diff --git a/src/actions/32/document-edit-encrypt.svg b/src/actions/32/document-edit-encrypt.svg index 59c35086..1decdc21 100644 --- a/src/actions/32/document-edit-encrypt.svg +++ b/src/actions/32/document-edit-encrypt.svg @@ -1,11 +1,9 @@ - - - - + + + diff --git a/src/actions/32/document-edit-sign-encrypt.svg b/src/actions/32/document-edit-sign-encrypt.svg index f6ffd738..4ef72568 100644 --- a/src/actions/32/document-edit-sign-encrypt.svg +++ b/src/actions/32/document-edit-sign-encrypt.svg @@ -1,11 +1,10 @@ - - - - + + + + diff --git a/src/actions/32/document-edit-sign.svg b/src/actions/32/document-edit-sign.svg index eec6e9a1..97a2b948 100644 --- a/src/actions/32/document-edit-sign.svg +++ b/src/actions/32/document-edit-sign.svg @@ -1,18 +1,9 @@ - - - + + + diff --git a/src/actions/32/document-encrypted.svg b/src/actions/32/document-encrypted.svg index 2c071f71..c8d09563 100644 --- a/src/actions/32/document-encrypted.svg +++ b/src/actions/32/document-encrypted.svg @@ -1,13 +1,9 @@ - - - + + + diff --git a/src/actions/32/document-export.svg b/src/actions/32/document-export.svg index 2d88759d..074628f1 100644 --- a/src/actions/32/document-export.svg +++ b/src/actions/32/document-export.svg @@ -1,11 +1,9 @@ - - - - + + + diff --git a/src/actions/32/document-import.svg b/src/actions/32/document-import.svg index 1ba1d12b..3b998323 100644 --- a/src/actions/32/document-import.svg +++ b/src/actions/32/document-import.svg @@ -1,11 +1,9 @@ - - - - + + + diff --git a/src/actions/32/document-new-from-template.svg b/src/actions/32/document-new-from-template.svg index 43ca4dc1..22b54e61 100644 --- a/src/actions/32/document-new-from-template.svg +++ b/src/actions/32/document-new-from-template.svg @@ -1,18 +1,9 @@ - - - + + + diff --git a/src/actions/32/document-new.svg b/src/actions/32/document-new.svg index 6513bd0f..cd957e45 100644 --- a/src/actions/32/document-new.svg +++ b/src/actions/32/document-new.svg @@ -1,68 +1,9 @@ - - - - - - image/svg+xml - - - - - - - - - + + + diff --git a/src/actions/32/document-open-remote.svg b/src/actions/32/document-open-remote.svg index 8eca22b5..a8c2e429 100644 --- a/src/actions/32/document-open-remote.svg +++ b/src/actions/32/document-open-remote.svg @@ -1,18 +1,8 @@ - - - + + diff --git a/src/actions/32/document-open.svg b/src/actions/32/document-open.svg index 9a2922de..b29f0c41 100644 --- a/src/actions/32/document-open.svg +++ b/src/actions/32/document-open.svg @@ -1,13 +1,11 @@ - - - + + + + + diff --git a/src/actions/32/document-preview-archive.svg b/src/actions/32/document-preview-archive.svg index 2e7332a8..ef1d863b 100644 --- a/src/actions/32/document-preview-archive.svg +++ b/src/actions/32/document-preview-archive.svg @@ -1,18 +1,9 @@ - - - + + + diff --git a/src/actions/32/document-print-direct.svg b/src/actions/32/document-print-direct.svg index 84dcf752..615add06 100644 --- a/src/actions/32/document-print-direct.svg +++ b/src/actions/32/document-print-direct.svg @@ -1,27 +1,12 @@ - - - + + + diff --git a/src/actions/32/document-print.svg b/src/actions/32/document-print.svg index 73e98f46..9e72f297 100644 --- a/src/actions/32/document-print.svg +++ b/src/actions/32/document-print.svg @@ -1,16 +1,11 @@ - - - + + diff --git a/src/actions/32/document-properties.svg b/src/actions/32/document-properties.svg index d6d9ee84..4600dce3 100644 --- a/src/actions/32/document-properties.svg +++ b/src/actions/32/document-properties.svg @@ -1,18 +1,10 @@ - - - + + + + diff --git a/src/actions/32/document-replace.svg b/src/actions/32/document-replace.svg index 208aaaa4..15a2644d 100644 --- a/src/actions/32/document-replace.svg +++ b/src/actions/32/document-replace.svg @@ -1,15 +1,13 @@ - - - - + + + + diff --git a/src/actions/32/document-revert.svg b/src/actions/32/document-revert.svg index 9bf6525b..cfb2191f 100644 --- a/src/actions/32/document-revert.svg +++ b/src/actions/32/document-revert.svg @@ -1,8 +1,7 @@ - - + + diff --git a/src/actions/32/document-save-all.svg b/src/actions/32/document-save-all.svg index 493dc9e6..42032a7b 100644 --- a/src/actions/32/document-save-all.svg +++ b/src/actions/32/document-save-all.svg @@ -1,18 +1,8 @@ - - - + + diff --git a/src/actions/32/document-save-as.svg b/src/actions/32/document-save-as.svg index 6e218f18..585a5904 100644 --- a/src/actions/32/document-save-as.svg +++ b/src/actions/32/document-save-as.svg @@ -1,18 +1,9 @@ - - - + + + diff --git a/src/actions/32/document-save.svg b/src/actions/32/document-save.svg index 22571181..bc640e3b 100644 --- a/src/actions/32/document-save.svg +++ b/src/actions/32/document-save.svg @@ -1,18 +1,8 @@ - - - + + diff --git a/src/actions/32/document-share.svg b/src/actions/32/document-share.svg index b8f40185..b745d57c 100644 --- a/src/actions/32/document-share.svg +++ b/src/actions/32/document-share.svg @@ -1,18 +1,9 @@ - - - + + + diff --git a/src/actions/32/edit-delete-shred.svg b/src/actions/32/edit-delete-shred.svg index 4a15ec83..cd7eee4e 100644 --- a/src/actions/32/edit-delete-shred.svg +++ b/src/actions/32/edit-delete-shred.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + + diff --git a/src/actions/32/edit-delete.svg b/src/actions/32/edit-delete.svg index 0a62e5bc..05548a35 100644 --- a/src/actions/32/edit-delete.svg +++ b/src/actions/32/edit-delete.svg @@ -1 +1,9 @@ - \ No newline at end of file + + + + + + + + + diff --git a/src/actions/32/flash.svg b/src/actions/32/flash.svg index 3fda5f1f..48fc1e95 100644 --- a/src/actions/32/flash.svg +++ b/src/actions/32/flash.svg @@ -1,18 +1,9 @@ - - - + + + diff --git a/src/actions/32/folder-new.svg b/src/actions/32/folder-new.svg index 4ebfd068..0dd13d18 100644 --- a/src/actions/32/folder-new.svg +++ b/src/actions/32/folder-new.svg @@ -1,18 +1,9 @@ - - - + + + diff --git a/src/actions/32/folder-sync.svg b/src/actions/32/folder-sync.svg index da769091..2f5c40ef 100644 --- a/src/actions/32/folder-sync.svg +++ b/src/actions/32/folder-sync.svg @@ -1,18 +1,9 @@ - - - + + + diff --git a/src/actions/32/go-parent-folder.svg b/src/actions/32/go-parent-folder.svg index 070d134f..0ce289fa 100644 --- a/src/actions/32/go-parent-folder.svg +++ b/src/actions/32/go-parent-folder.svg @@ -1,18 +1,9 @@ - - - + + + diff --git a/src/actions/32/labplot-zoom-in-x.svg b/src/actions/32/labplot-zoom-in-x.svg index 6feb58a5..c0ff70c7 100644 --- a/src/actions/32/labplot-zoom-in-x.svg +++ b/src/actions/32/labplot-zoom-in-x.svg @@ -1,13 +1,10 @@ - - - + + + + diff --git a/src/actions/32/labplot-zoom-in-y.svg b/src/actions/32/labplot-zoom-in-y.svg index 37e8fd91..69b0ad60 100644 --- a/src/actions/32/labplot-zoom-in-y.svg +++ b/src/actions/32/labplot-zoom-in-y.svg @@ -1,13 +1,10 @@ - - - + + + + diff --git a/src/actions/32/labplot-zoom-out-x.svg b/src/actions/32/labplot-zoom-out-x.svg index 5ddf3d75..6d7e3797 100644 --- a/src/actions/32/labplot-zoom-out-x.svg +++ b/src/actions/32/labplot-zoom-out-x.svg @@ -1,13 +1,10 @@ - - - + + + + diff --git a/src/actions/32/labplot-zoom-out-y.svg b/src/actions/32/labplot-zoom-out-y.svg index 88cc2772..9ee83922 100644 --- a/src/actions/32/labplot-zoom-out-y.svg +++ b/src/actions/32/labplot-zoom-out-y.svg @@ -1,13 +1,10 @@ - - - + + + + diff --git a/src/actions/32/mail-attachment.svg b/src/actions/32/mail-attachment.svg index 5acaaecc..aae5ac78 100644 --- a/src/actions/32/mail-attachment.svg +++ b/src/actions/32/mail-attachment.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-deleted.svg b/src/actions/32/mail-deleted.svg index f26e2a58..0a933877 100644 --- a/src/actions/32/mail-deleted.svg +++ b/src/actions/32/mail-deleted.svg @@ -1,19 +1,12 @@ - - - + + + diff --git a/src/actions/32/mail-encrypted-full.svg b/src/actions/32/mail-encrypted-full.svg index 8fa98cf7..a4245320 100644 --- a/src/actions/32/mail-encrypted-full.svg +++ b/src/actions/32/mail-encrypted-full.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-encrypted-part.svg b/src/actions/32/mail-encrypted-part.svg index bb0a4186..b32b1df5 100644 --- a/src/actions/32/mail-encrypted-part.svg +++ b/src/actions/32/mail-encrypted-part.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-flag.svg b/src/actions/32/mail-flag.svg index dcfe98d8..b501bb06 100644 --- a/src/actions/32/mail-flag.svg +++ b/src/actions/32/mail-flag.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-forward.svg b/src/actions/32/mail-forward.svg index 0f8308eb..23008ea4 100644 --- a/src/actions/32/mail-forward.svg +++ b/src/actions/32/mail-forward.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-forwarded-replied.svg b/src/actions/32/mail-forwarded-replied.svg index bd4c036e..f84020d7 100644 --- a/src/actions/32/mail-forwarded-replied.svg +++ b/src/actions/32/mail-forwarded-replied.svg @@ -1,14 +1,10 @@ - - - + + + + diff --git a/src/actions/32/mail-forwarded.svg b/src/actions/32/mail-forwarded.svg index 680753a1..8286feda 100644 --- a/src/actions/32/mail-forwarded.svg +++ b/src/actions/32/mail-forwarded.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-invitation.svg b/src/actions/32/mail-invitation.svg index 6914d5f2..0d0b61b2 100644 --- a/src/actions/32/mail-invitation.svg +++ b/src/actions/32/mail-invitation.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-mark-important.svg b/src/actions/32/mail-mark-important.svg index bc7e4c55..37b76853 100644 --- a/src/actions/32/mail-mark-important.svg +++ b/src/actions/32/mail-mark-important.svg @@ -1,20 +1,12 @@ - - - + + + diff --git a/src/actions/32/mail-mark-junk.svg b/src/actions/32/mail-mark-junk.svg index 89caae70..5c54ffeb 100644 --- a/src/actions/32/mail-mark-junk.svg +++ b/src/actions/32/mail-mark-junk.svg @@ -1,12 +1,12 @@ - - - + + diff --git a/src/actions/32/mail-mark-notjunk.svg b/src/actions/32/mail-mark-notjunk.svg index 9587e8f7..cbea3f23 100644 --- a/src/actions/32/mail-mark-notjunk.svg +++ b/src/actions/32/mail-mark-notjunk.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-mark-read.svg b/src/actions/32/mail-mark-read.svg index f815be10..d46fa8c0 100644 --- a/src/actions/32/mail-mark-read.svg +++ b/src/actions/32/mail-mark-read.svg @@ -1,14 +1,8 @@ - - - + + diff --git a/src/actions/32/mail-mark-unread-new.svg b/src/actions/32/mail-mark-unread-new.svg index bf3604b7..bc574841 100644 --- a/src/actions/32/mail-mark-unread-new.svg +++ b/src/actions/32/mail-mark-unread-new.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-mark-unread.svg b/src/actions/32/mail-mark-unread.svg index 1377f715..1a735a9c 100644 --- a/src/actions/32/mail-mark-unread.svg +++ b/src/actions/32/mail-mark-unread.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-meeting-request-reply.svg b/src/actions/32/mail-meeting-request-reply.svg index 10bd726a..a792e5d1 100644 --- a/src/actions/32/mail-meeting-request-reply.svg +++ b/src/actions/32/mail-meeting-request-reply.svg @@ -1,18 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-message-new-list.svg b/src/actions/32/mail-message-new-list.svg index e4bb83ae..1a1731a7 100644 --- a/src/actions/32/mail-message-new-list.svg +++ b/src/actions/32/mail-message-new-list.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-message-new.svg b/src/actions/32/mail-message-new.svg index f5c41260..f726e5a3 100644 --- a/src/actions/32/mail-message-new.svg +++ b/src/actions/32/mail-message-new.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-queue.svg b/src/actions/32/mail-queue.svg index 14c16e05..5aa35208 100644 --- a/src/actions/32/mail-queue.svg +++ b/src/actions/32/mail-queue.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-replied.svg b/src/actions/32/mail-replied.svg index 4122342a..6d75ad15 100644 --- a/src/actions/32/mail-replied.svg +++ b/src/actions/32/mail-replied.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-reply-all.svg b/src/actions/32/mail-reply-all.svg index 581b9300..7f4bf3ff 100644 --- a/src/actions/32/mail-reply-all.svg +++ b/src/actions/32/mail-reply-all.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-reply-custom-all.svg b/src/actions/32/mail-reply-custom-all.svg index 4a7ff09b..6b2afb04 100644 --- a/src/actions/32/mail-reply-custom-all.svg +++ b/src/actions/32/mail-reply-custom-all.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-reply-custom.svg b/src/actions/32/mail-reply-custom.svg index 96222b57..0ba9da80 100644 --- a/src/actions/32/mail-reply-custom.svg +++ b/src/actions/32/mail-reply-custom.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-reply-list.svg b/src/actions/32/mail-reply-list.svg index 01ce25b9..aaf3c703 100644 --- a/src/actions/32/mail-reply-list.svg +++ b/src/actions/32/mail-reply-list.svg @@ -1,14 +1,10 @@ - - - + + + + diff --git a/src/actions/32/mail-reply-sender.svg b/src/actions/32/mail-reply-sender.svg index d549d285..d4daf36b 100644 --- a/src/actions/32/mail-reply-sender.svg +++ b/src/actions/32/mail-reply-sender.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-send.svg b/src/actions/32/mail-send.svg index f9d92fe0..5f2d8ca3 100644 --- a/src/actions/32/mail-send.svg +++ b/src/actions/32/mail-send.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-signature-unknown.svg b/src/actions/32/mail-signature-unknown.svg index 150eb468..b2a6f04a 100644 --- a/src/actions/32/mail-signature-unknown.svg +++ b/src/actions/32/mail-signature-unknown.svg @@ -1,18 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-signed-full.svg b/src/actions/32/mail-signed-full.svg index e69fedc8..36b9f013 100644 --- a/src/actions/32/mail-signed-full.svg +++ b/src/actions/32/mail-signed-full.svg @@ -1,18 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-signed-part.svg b/src/actions/32/mail-signed-part.svg index 59334e61..758b8a2b 100644 --- a/src/actions/32/mail-signed-part.svg +++ b/src/actions/32/mail-signed-part.svg @@ -1,18 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-signed-verified.svg b/src/actions/32/mail-signed-verified.svg index 0ff980b3..e67c1ad1 100644 --- a/src/actions/32/mail-signed-verified.svg +++ b/src/actions/32/mail-signed-verified.svg @@ -1,18 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-tagged.svg b/src/actions/32/mail-tagged.svg index f323de4d..aaebe28e 100644 --- a/src/actions/32/mail-tagged.svg +++ b/src/actions/32/mail-tagged.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/mail-thread-watch.svg b/src/actions/32/mail-thread-watch.svg index cc682ad9..c4e597d7 100644 --- a/src/actions/32/mail-thread-watch.svg +++ b/src/actions/32/mail-thread-watch.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/multiple.svg b/src/actions/32/multiple.svg index 2bf1ca60..2a9754b5 100644 --- a/src/actions/32/multiple.svg +++ b/src/actions/32/multiple.svg @@ -1,18 +1,8 @@ - - - + + diff --git a/src/actions/32/qa.svg b/src/actions/32/qa.svg index 1179a399..f86893eb 100644 --- a/src/actions/32/qa.svg +++ b/src/actions/32/qa.svg @@ -1,18 +1,8 @@ - - - + + diff --git a/src/actions/32/taxes-finances.svg b/src/actions/32/taxes-finances.svg index ffb27613..c2e78df7 100644 --- a/src/actions/32/taxes-finances.svg +++ b/src/actions/32/taxes-finances.svg @@ -1,18 +1,8 @@ - - - + + diff --git a/src/actions/32/tools.svg b/src/actions/32/tools.svg index 354b281b..7e3ed233 100644 --- a/src/actions/32/tools.svg +++ b/src/actions/32/tools.svg @@ -1,8 +1,6 @@ - - + diff --git a/src/actions/32/view-group.svg b/src/actions/32/view-group.svg index 5ed163df..e5dbbbf4 100644 --- a/src/actions/32/view-group.svg +++ b/src/actions/32/view-group.svg @@ -1,18 +1,9 @@ - - - + + + diff --git a/src/actions/32/view-left-close.svg b/src/actions/32/view-left-close.svg index 5b49b4da..8b652280 100644 --- a/src/actions/32/view-left-close.svg +++ b/src/actions/32/view-left-close.svg @@ -1,22 +1,10 @@ - - - + + + + diff --git a/src/actions/32/view-list-details.svg b/src/actions/32/view-list-details.svg index fa5f1532..ed3f0c76 100644 --- a/src/actions/32/view-list-details.svg +++ b/src/actions/32/view-list-details.svg @@ -1,18 +1,9 @@ - - - + + + diff --git a/src/actions/32/view-list-icons.svg b/src/actions/32/view-list-icons.svg index d70aeb82..64e58a1c 100644 --- a/src/actions/32/view-list-icons.svg +++ b/src/actions/32/view-list-icons.svg @@ -1,18 +1,8 @@ - - - + + diff --git a/src/actions/32/view-list-tree.svg b/src/actions/32/view-list-tree.svg index 90727411..6c2c81c2 100644 --- a/src/actions/32/view-list-tree.svg +++ b/src/actions/32/view-list-tree.svg @@ -1,18 +1,8 @@ - - - + + diff --git a/src/actions/32/view-preview.svg b/src/actions/32/view-preview.svg index 0eb0cbee..a10dad9c 100644 --- a/src/actions/32/view-preview.svg +++ b/src/actions/32/view-preview.svg @@ -1,13 +1,9 @@ - - - + + + diff --git a/src/actions/32/view-right-close.svg b/src/actions/32/view-right-close.svg index feac2a11..1e8c079e 100644 --- a/src/actions/32/view-right-close.svg +++ b/src/actions/32/view-right-close.svg @@ -1,22 +1,10 @@ - - - + + + + diff --git a/src/actions/32/view-right-new.svg b/src/actions/32/view-right-new.svg index 239c24a8..cd322a74 100644 --- a/src/actions/32/view-right-new.svg +++ b/src/actions/32/view-right-new.svg @@ -1,18 +1,10 @@ - - - + + + + diff --git a/src/actions/32/zoom-1-to-2.svg b/src/actions/32/zoom-1-to-2.svg index ce5aea8f..10f06450 100644 --- a/src/actions/32/zoom-1-to-2.svg +++ b/src/actions/32/zoom-1-to-2.svg @@ -1,13 +1,9 @@ - - - + + + diff --git a/src/actions/32/zoom-2-to-1.svg b/src/actions/32/zoom-2-to-1.svg index 1e0b9b7a..032fcc2b 100644 --- a/src/actions/32/zoom-2-to-1.svg +++ b/src/actions/32/zoom-2-to-1.svg @@ -1,13 +1,9 @@ - - - + + + diff --git a/src/actions/32/zoom-fit-best.svg b/src/actions/32/zoom-fit-best.svg index 307d2c17..ba7f06e2 100644 --- a/src/actions/32/zoom-fit-best.svg +++ b/src/actions/32/zoom-fit-best.svg @@ -1,14 +1,10 @@ - - - + + + + diff --git a/src/actions/32/zoom-fit-height.svg b/src/actions/32/zoom-fit-height.svg index 58b8b2c0..d756d7f2 100644 --- a/src/actions/32/zoom-fit-height.svg +++ b/src/actions/32/zoom-fit-height.svg @@ -1,14 +1,10 @@ - - - + + + + diff --git a/src/actions/32/zoom-fit-width.svg b/src/actions/32/zoom-fit-width.svg index 69adc759..83ee1cc9 100644 --- a/src/actions/32/zoom-fit-width.svg +++ b/src/actions/32/zoom-fit-width.svg @@ -1,14 +1,10 @@ - - - + + + + diff --git a/src/actions/32/zoom-in.svg b/src/actions/32/zoom-in.svg index cecb0b1a..360abbed 100644 --- a/src/actions/32/zoom-in.svg +++ b/src/actions/32/zoom-in.svg @@ -1,13 +1,10 @@ - - - + + + + diff --git a/src/actions/32/zoom-next.svg b/src/actions/32/zoom-next.svg index 8fc3e94b..db2f0164 100644 --- a/src/actions/32/zoom-next.svg +++ b/src/actions/32/zoom-next.svg @@ -1,13 +1,9 @@ - - - + + + diff --git a/src/actions/32/zoom-original.svg b/src/actions/32/zoom-original.svg index 04f91d3b..17acfe1d 100644 --- a/src/actions/32/zoom-original.svg +++ b/src/actions/32/zoom-original.svg @@ -1,14 +1,9 @@ - - - + + + diff --git a/src/actions/32/zoom-out.svg b/src/actions/32/zoom-out.svg index eb1d7424..b82ebc7a 100644 --- a/src/actions/32/zoom-out.svg +++ b/src/actions/32/zoom-out.svg @@ -1,13 +1,10 @@ - - - + + + + diff --git a/src/actions/32/zoom-previous.svg b/src/actions/32/zoom-previous.svg index baf623f5..ceaf4c8d 100644 --- a/src/actions/32/zoom-previous.svg +++ b/src/actions/32/zoom-previous.svg @@ -1,13 +1,9 @@ - - - + + + diff --git a/src/actions/32/zoom.svg b/src/actions/32/zoom.svg index 3fe83547..41b76650 100644 --- a/src/actions/32/zoom.svg +++ b/src/actions/32/zoom.svg @@ -1,13 +1,9 @@ - - - + + + diff --git a/src/apps/symbolic/preferences-bluetooth-symbolic.svg b/src/apps/symbolic/preferences-bluetooth-symbolic.svg index baf66635..3bca3d23 100644 --- a/src/apps/symbolic/preferences-bluetooth-symbolic.svg +++ b/src/apps/symbolic/preferences-bluetooth-symbolic.svg @@ -1,3 +1,3 @@ - + diff --git a/src/devices/symbolic/bluetooth-symbolic.svg b/src/devices/symbolic/bluetooth-symbolic.svg index 7e9605c7..a67dc3c3 100644 --- a/src/devices/symbolic/bluetooth-symbolic.svg +++ b/src/devices/symbolic/bluetooth-symbolic.svg @@ -1,16 +1,6 @@ - - - - - - image/svg+xml - - - - - + - + diff --git a/src/status/symbolic/bluetooth-active-symbolic.svg b/src/status/symbolic/bluetooth-active-symbolic.svg index baf66635..3bca3d23 100644 --- a/src/status/symbolic/bluetooth-active-symbolic.svg +++ b/src/status/symbolic/bluetooth-active-symbolic.svg @@ -1,3 +1,3 @@ - + diff --git a/src/status/symbolic/bluetooth-disabled-symbolic.svg b/src/status/symbolic/bluetooth-disabled-symbolic.svg index 9bff58d0..d79a49db 100644 --- a/src/status/symbolic/bluetooth-disabled-symbolic.svg +++ b/src/status/symbolic/bluetooth-disabled-symbolic.svg @@ -1,4 +1,4 @@ - + diff --git a/src/status/symbolic/bluetooth-disconnected-symbolic.svg b/src/status/symbolic/bluetooth-disconnected-symbolic.svg index 472a20bb..984b5854 100644 --- a/src/status/symbolic/bluetooth-disconnected-symbolic.svg +++ b/src/status/symbolic/bluetooth-disconnected-symbolic.svg @@ -1,4 +1,4 @@ - + diff --git a/src/status/symbolic/bluetooth-hardware-disabled-symbolic.svg b/src/status/symbolic/bluetooth-hardware-disabled-symbolic.svg index 88a7c5e4..4c65ff57 100644 --- a/src/status/symbolic/bluetooth-hardware-disabled-symbolic.svg +++ b/src/status/symbolic/bluetooth-hardware-disabled-symbolic.svg @@ -1,4 +1,4 @@ - + diff --git a/src/status/symbolic/bluetooth-paired-symbolic.svg b/src/status/symbolic/bluetooth-paired-symbolic.svg index a0e07e2f..6c5267e8 100644 --- a/src/status/symbolic/bluetooth-paired-symbolic.svg +++ b/src/status/symbolic/bluetooth-paired-symbolic.svg @@ -1,4 +1,4 @@ - - + + diff --git a/src/status/symbolic/network-vpn-acquiring-symbolic.svg b/src/status/symbolic/network-vpn-acquiring-symbolic.svg index 8cd5c36d..01614ac4 100644 --- a/src/status/symbolic/network-vpn-acquiring-symbolic.svg +++ b/src/status/symbolic/network-vpn-acquiring-symbolic.svg @@ -1,4 +1,4 @@ - + diff --git a/src/status/symbolic/network-vpn-disconnected-symbolic.svg b/src/status/symbolic/network-vpn-disconnected-symbolic.svg index 63c0f33a..0c54aa85 100644 --- a/src/status/symbolic/network-vpn-disconnected-symbolic.svg +++ b/src/status/symbolic/network-vpn-disconnected-symbolic.svg @@ -1,4 +1,4 @@ - - + + diff --git a/src/status/symbolic/network-vpn-error-symbolic.svg b/src/status/symbolic/network-vpn-error-symbolic.svg index d191b169..4e6b593c 100644 --- a/src/status/symbolic/network-vpn-error-symbolic.svg +++ b/src/status/symbolic/network-vpn-error-symbolic.svg @@ -1,4 +1,4 @@ - - + + diff --git a/src/status/symbolic/network-vpn-no-route-symbolic.svg b/src/status/symbolic/network-vpn-no-route-symbolic.svg index b55e1634..fc608128 100644 --- a/src/status/symbolic/network-vpn-no-route-symbolic.svg +++ b/src/status/symbolic/network-vpn-no-route-symbolic.svg @@ -1,4 +1,4 @@ - + diff --git a/src/status/symbolic/network-vpn-symbolic.svg b/src/status/symbolic/network-vpn-symbolic.svg index b3c3c60d..6b536b75 100644 --- a/src/status/symbolic/network-vpn-symbolic.svg +++ b/src/status/symbolic/network-vpn-symbolic.svg @@ -1,3 +1,3 @@ - +