diff --git a/install.sh b/install.sh index 09c58e80..d6bc89c3 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -eo pipefail +# set -eo pipefail ROOT_UID=0 DEST_DIR= @@ -99,7 +99,6 @@ install() { # Change icon color for light theme sed -i "s/#ffffff/#363636/g" "${THEME_DIR}"/status/{16,22,24}/* - cp -r "${SRC_DIR}"/links/status/{16,22,24} "${THEME_DIR}"/status cd ${dest} @@ -297,11 +296,11 @@ while [[ "$#" -gt 0 ]]; do esac done -if [[ "${#themes[@]}" -eq 0 ]] ; then +if [[ "${#themes[@]}" -eq 0 ]]; then themes=("${THEME_VARIANTS[0]}") fi -if [[ "${#colors[@]}" -eq 0 ]] ; then +if [[ "${#colors[@]}" -eq 0 ]]; then colors=("${COLOR_VARIANTS[@]}") fi diff --git a/links/apps/scalable/io.github.input_leap.InputLeap.svg b/links/apps/scalable/io.github.input_leap.InputLeap.svg new file mode 120000 index 00000000..5f4ea8c5 --- /dev/null +++ b/links/apps/scalable/io.github.input_leap.InputLeap.svg @@ -0,0 +1 @@ +input-leap.svg \ No newline at end of file diff --git a/links/status/16/input-leap-connected.svg b/links/status/16/input-leap-connected.svg new file mode 120000 index 00000000..7dbd2c5b --- /dev/null +++ b/links/status/16/input-leap-connected.svg @@ -0,0 +1 @@ +connected.svg \ No newline at end of file diff --git a/links/status/16/input-leap-disconnected.svg b/links/status/16/input-leap-disconnected.svg new file mode 120000 index 00000000..da5dc614 --- /dev/null +++ b/links/status/16/input-leap-disconnected.svg @@ -0,0 +1 @@ +disconnected.svg \ No newline at end of file diff --git a/links/status/16/input-leap-transfering.svg b/links/status/16/input-leap-transfering.svg new file mode 120000 index 00000000..14dda98f --- /dev/null +++ b/links/status/16/input-leap-transfering.svg @@ -0,0 +1 @@ +transfering.svg \ No newline at end of file diff --git a/src/apps/scalable/input-leap.svg b/src/apps/scalable/input-leap.svg new file mode 100644 index 00000000..cc2a7686 --- /dev/null +++ b/src/apps/scalable/input-leap.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/status/16/connected.svg b/src/status/16/connected.svg new file mode 100644 index 00000000..1057dd8a --- /dev/null +++ b/src/status/16/connected.svg @@ -0,0 +1,15 @@ + + + + + + + diff --git a/src/status/16/disconnected.svg b/src/status/16/disconnected.svg new file mode 100644 index 00000000..e79ce25f --- /dev/null +++ b/src/status/16/disconnected.svg @@ -0,0 +1,18 @@ + + + + + + + + + + diff --git a/src/status/16/transfering.svg b/src/status/16/transfering.svg new file mode 100644 index 00000000..beec57c0 --- /dev/null +++ b/src/status/16/transfering.svg @@ -0,0 +1,16 @@ + + + + + + + +