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 @@