From a6d93a2767f7a10586ae6f4668ad1951e231e7b0 Mon Sep 17 00:00:00 2001 From: Vince Date: Tue, 20 Jul 2021 18:40:06 +0800 Subject: [PATCH] Fixed issues --- install.sh | 10 ++++++++++ links/status/16/xfsm-switch-user.svg | 2 +- links/status/22/xfsm-switch-user.svg | 2 +- links/status/24/xfsm-switch-user.svg | 2 +- links/status/32/xfsm-lock.svg | 1 - src/status/16/clipit-trayicon.svg | 2 +- src/status/16/org.xfce.screenshooter.svg | 2 +- src/status/16/start-here-symbolic.svg | 7 +++++++ src/status/16/system-lock-screen.svg | 7 +++++++ src/status/16/system-log-out.svg | 17 +++++++++++++++++ src/status/16/system-reboot.svg | 13 +++++++++++++ src/status/16/system-shutdown.svg | 6 ++++++ src/status/16/system-suspend-hibernate.svg | 3 +++ src/status/16/system-suspend.svg | 10 ++++++++++ src/status/16/system-switch-user.svg | 13 +++++++++++++ src/status/22/fcitx-sogoupinyin.svg | 2 +- src/status/22/org.xfce.screenshooter.svg | 2 +- src/status/22/system-lock-screen.svg | 7 +++++++ src/status/22/system-log-out.svg | 11 +++++++++++ src/status/22/system-reboot.svg | 9 +++++++++ src/status/22/system-shutdown.svg | 7 +++++++ src/status/22/system-suspend-hibernate.svg | 4 ++++ src/status/22/system-suspend.svg | 9 +++++++++ src/status/22/system-switch-user.svg | 9 +++++++++ src/status/22/yakuake.svg | 2 +- src/status/24/clipit-trayicon.svg | 2 +- src/status/24/org.xfce.screenshooter.svg | 2 +- src/status/24/system-lock-screen.svg | 7 +++++++ src/status/24/system-log-out.svg | 11 +++++++++++ src/status/24/system-reboot.svg | 9 +++++++++ src/status/24/system-shutdown.svg | 7 +++++++ src/status/24/system-suspend-hibernate.svg | 4 ++++ src/status/24/system-suspend.svg | 9 +++++++++ src/status/24/system-switch-user.svg | 9 +++++++++ 34 files changed, 208 insertions(+), 11 deletions(-) delete mode 120000 links/status/32/xfsm-lock.svg create mode 100644 src/status/16/start-here-symbolic.svg create mode 100644 src/status/16/system-lock-screen.svg create mode 100644 src/status/16/system-log-out.svg create mode 100644 src/status/16/system-reboot.svg create mode 100644 src/status/16/system-shutdown.svg create mode 100644 src/status/16/system-suspend-hibernate.svg create mode 100644 src/status/16/system-suspend.svg create mode 100644 src/status/16/system-switch-user.svg create mode 100644 src/status/22/system-lock-screen.svg create mode 100644 src/status/22/system-log-out.svg create mode 100644 src/status/22/system-reboot.svg create mode 100644 src/status/22/system-shutdown.svg create mode 100644 src/status/22/system-suspend-hibernate.svg create mode 100644 src/status/22/system-suspend.svg create mode 100644 src/status/22/system-switch-user.svg create mode 100644 src/status/24/system-lock-screen.svg create mode 100644 src/status/24/system-log-out.svg create mode 100644 src/status/24/system-reboot.svg create mode 100644 src/status/24/system-shutdown.svg create mode 100644 src/status/24/system-suspend-hibernate.svg create mode 100644 src/status/24/system-suspend.svg create mode 100644 src/status/24/system-switch-user.svg diff --git a/install.sh b/install.sh index ae24f2ae..9864deb7 100755 --- a/install.sh +++ b/install.sh @@ -26,6 +26,7 @@ cat << EOF -t, --theme VARIANT Specify theme color variant(s) [default|purple|pink|red|orange|yellow|green|grey|all] (Default: blue) -a, --alternative Install alternative icons for software center and file-manager -b, --bold Install bold panel icons version + --black Black panel icons version -h, --help Show help EOF } @@ -54,6 +55,10 @@ install() { cp -r ${SRC_DIR}/src/{actions,animations,apps,categories,devices,emblems,mimes,places} ${THEME_DIR} cp -r ${SRC_DIR}/src/status/{16,22,24,32,symbolic} ${THEME_DIR}/status + if [[ ${black:-} == 'true' ]]; then + sed -i "s/#ffffff/#363636/g" "${THEME_DIR}"/status/{16,22,24}/* + fi + if [[ ${bold:-} == 'true' ]]; then cp -r ${SRC_DIR}/bold/* ${THEME_DIR} fi @@ -158,6 +163,11 @@ while [[ "$#" -gt 0 ]]; do echo "Installing 'bold' version..." shift ;; + --black) + black='true' + echo "Installing 'black on panel' version..." + shift + ;; -t|--theme) shift for theme in "${@}"; do diff --git a/links/status/16/xfsm-switch-user.svg b/links/status/16/xfsm-switch-user.svg index 12ff0ec5..ee6c1802 120000 --- a/links/status/16/xfsm-switch-user.svg +++ b/links/status/16/xfsm-switch-user.svg @@ -1 +1 @@ -system-users.svg \ No newline at end of file +system-switch-user.svg \ No newline at end of file diff --git a/links/status/22/xfsm-switch-user.svg b/links/status/22/xfsm-switch-user.svg index 12ff0ec5..ee6c1802 120000 --- a/links/status/22/xfsm-switch-user.svg +++ b/links/status/22/xfsm-switch-user.svg @@ -1 +1 @@ -system-users.svg \ No newline at end of file +system-switch-user.svg \ No newline at end of file diff --git a/links/status/24/xfsm-switch-user.svg b/links/status/24/xfsm-switch-user.svg index 12ff0ec5..ee6c1802 120000 --- a/links/status/24/xfsm-switch-user.svg +++ b/links/status/24/xfsm-switch-user.svg @@ -1 +1 @@ -system-users.svg \ No newline at end of file +system-switch-user.svg \ No newline at end of file diff --git a/links/status/32/xfsm-lock.svg b/links/status/32/xfsm-lock.svg deleted file mode 120000 index 5d254d24..00000000 --- a/links/status/32/xfsm-lock.svg +++ /dev/null @@ -1 +0,0 @@ -system-lock-screen.svg \ No newline at end of file diff --git a/src/status/16/clipit-trayicon.svg b/src/status/16/clipit-trayicon.svg index 777794cc..2f648ea3 100644 --- a/src/status/16/clipit-trayicon.svg +++ b/src/status/16/clipit-trayicon.svg @@ -1,6 +1,6 @@ - + diff --git a/src/status/16/org.xfce.screenshooter.svg b/src/status/16/org.xfce.screenshooter.svg index 9c3eaa80..6dede1af 100644 --- a/src/status/16/org.xfce.screenshooter.svg +++ b/src/status/16/org.xfce.screenshooter.svg @@ -1 +1 @@ - + diff --git a/src/status/16/start-here-symbolic.svg b/src/status/16/start-here-symbolic.svg new file mode 100644 index 00000000..bd9ad9b9 --- /dev/null +++ b/src/status/16/start-here-symbolic.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/status/16/system-lock-screen.svg b/src/status/16/system-lock-screen.svg new file mode 100644 index 00000000..9a05c84f --- /dev/null +++ b/src/status/16/system-lock-screen.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/status/16/system-log-out.svg b/src/status/16/system-log-out.svg new file mode 100644 index 00000000..4eef7ea3 --- /dev/null +++ b/src/status/16/system-log-out.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/src/status/16/system-reboot.svg b/src/status/16/system-reboot.svg new file mode 100644 index 00000000..9f298869 --- /dev/null +++ b/src/status/16/system-reboot.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/src/status/16/system-shutdown.svg b/src/status/16/system-shutdown.svg new file mode 100644 index 00000000..23619948 --- /dev/null +++ b/src/status/16/system-shutdown.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/status/16/system-suspend-hibernate.svg b/src/status/16/system-suspend-hibernate.svg new file mode 100644 index 00000000..78391f20 --- /dev/null +++ b/src/status/16/system-suspend-hibernate.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/status/16/system-suspend.svg b/src/status/16/system-suspend.svg new file mode 100644 index 00000000..52253073 --- /dev/null +++ b/src/status/16/system-suspend.svg @@ -0,0 +1,10 @@ + + + + + + diff --git a/src/status/16/system-switch-user.svg b/src/status/16/system-switch-user.svg new file mode 100644 index 00000000..89840186 --- /dev/null +++ b/src/status/16/system-switch-user.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/src/status/22/fcitx-sogoupinyin.svg b/src/status/22/fcitx-sogoupinyin.svg index 5aff8c91..a742e63b 100644 --- a/src/status/22/fcitx-sogoupinyin.svg +++ b/src/status/22/fcitx-sogoupinyin.svg @@ -1,6 +1,6 @@ - + diff --git a/src/status/22/org.xfce.screenshooter.svg b/src/status/22/org.xfce.screenshooter.svg index d3b42836..371b4d92 100644 --- a/src/status/22/org.xfce.screenshooter.svg +++ b/src/status/22/org.xfce.screenshooter.svg @@ -1,5 +1,5 @@ - + diff --git a/src/status/22/system-lock-screen.svg b/src/status/22/system-lock-screen.svg new file mode 100644 index 00000000..54d784d5 --- /dev/null +++ b/src/status/22/system-lock-screen.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/status/22/system-log-out.svg b/src/status/22/system-log-out.svg new file mode 100644 index 00000000..3b925afd --- /dev/null +++ b/src/status/22/system-log-out.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/src/status/22/system-reboot.svg b/src/status/22/system-reboot.svg new file mode 100644 index 00000000..5d5cbe0f --- /dev/null +++ b/src/status/22/system-reboot.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/src/status/22/system-shutdown.svg b/src/status/22/system-shutdown.svg new file mode 100644 index 00000000..24cfadc2 --- /dev/null +++ b/src/status/22/system-shutdown.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/status/22/system-suspend-hibernate.svg b/src/status/22/system-suspend-hibernate.svg new file mode 100644 index 00000000..a03602e0 --- /dev/null +++ b/src/status/22/system-suspend-hibernate.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/status/22/system-suspend.svg b/src/status/22/system-suspend.svg new file mode 100644 index 00000000..c6a97861 --- /dev/null +++ b/src/status/22/system-suspend.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/src/status/22/system-switch-user.svg b/src/status/22/system-switch-user.svg new file mode 100644 index 00000000..db4a75be --- /dev/null +++ b/src/status/22/system-switch-user.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/src/status/22/yakuake.svg b/src/status/22/yakuake.svg index c6849484..7796b4e7 100644 --- a/src/status/22/yakuake.svg +++ b/src/status/22/yakuake.svg @@ -3,5 +3,5 @@ - + diff --git a/src/status/24/clipit-trayicon.svg b/src/status/24/clipit-trayicon.svg index 574d027d..8d88b884 100644 --- a/src/status/24/clipit-trayicon.svg +++ b/src/status/24/clipit-trayicon.svg @@ -1,6 +1,6 @@ - + diff --git a/src/status/24/org.xfce.screenshooter.svg b/src/status/24/org.xfce.screenshooter.svg index 27e52c4b..d28bd8f8 100644 --- a/src/status/24/org.xfce.screenshooter.svg +++ b/src/status/24/org.xfce.screenshooter.svg @@ -1,5 +1,5 @@ - + diff --git a/src/status/24/system-lock-screen.svg b/src/status/24/system-lock-screen.svg new file mode 100644 index 00000000..ef28789e --- /dev/null +++ b/src/status/24/system-lock-screen.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/status/24/system-log-out.svg b/src/status/24/system-log-out.svg new file mode 100644 index 00000000..3acfff1b --- /dev/null +++ b/src/status/24/system-log-out.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/src/status/24/system-reboot.svg b/src/status/24/system-reboot.svg new file mode 100644 index 00000000..0f9de945 --- /dev/null +++ b/src/status/24/system-reboot.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/src/status/24/system-shutdown.svg b/src/status/24/system-shutdown.svg new file mode 100644 index 00000000..8b89eae0 --- /dev/null +++ b/src/status/24/system-shutdown.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/status/24/system-suspend-hibernate.svg b/src/status/24/system-suspend-hibernate.svg new file mode 100644 index 00000000..2294ba66 --- /dev/null +++ b/src/status/24/system-suspend-hibernate.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/status/24/system-suspend.svg b/src/status/24/system-suspend.svg new file mode 100644 index 00000000..8cdf36c9 --- /dev/null +++ b/src/status/24/system-suspend.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/src/status/24/system-switch-user.svg b/src/status/24/system-switch-user.svg new file mode 100644 index 00000000..26cbc90e --- /dev/null +++ b/src/status/24/system-switch-user.svg @@ -0,0 +1,9 @@ + + + + + + +