mirror of
https://github.com/vinceliuice/WhiteSur-icon-theme.git
synced 2024-11-22 13:50:13 +00:00
Fixed #283
This commit is contained in:
parent
18ca22ee42
commit
d8cd262f3c
9 changed files with 91 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -eo pipefail
|
# set -eo pipefail
|
||||||
|
|
||||||
ROOT_UID=0
|
ROOT_UID=0
|
||||||
DEST_DIR=
|
DEST_DIR=
|
||||||
|
@ -99,7 +99,6 @@ install() {
|
||||||
|
|
||||||
# Change icon color for light theme
|
# Change icon color for light theme
|
||||||
sed -i "s/#ffffff/#363636/g" "${THEME_DIR}"/status/{16,22,24}/*
|
sed -i "s/#ffffff/#363636/g" "${THEME_DIR}"/status/{16,22,24}/*
|
||||||
|
|
||||||
cp -r "${SRC_DIR}"/links/status/{16,22,24} "${THEME_DIR}"/status
|
cp -r "${SRC_DIR}"/links/status/{16,22,24} "${THEME_DIR}"/status
|
||||||
|
|
||||||
cd ${dest}
|
cd ${dest}
|
||||||
|
@ -297,11 +296,11 @@ while [[ "$#" -gt 0 ]]; do
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
if [[ "${#themes[@]}" -eq 0 ]] ; then
|
if [[ "${#themes[@]}" -eq 0 ]]; then
|
||||||
themes=("${THEME_VARIANTS[0]}")
|
themes=("${THEME_VARIANTS[0]}")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${#colors[@]}" -eq 0 ]] ; then
|
if [[ "${#colors[@]}" -eq 0 ]]; then
|
||||||
colors=("${COLOR_VARIANTS[@]}")
|
colors=("${COLOR_VARIANTS[@]}")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
1
links/apps/scalable/io.github.input_leap.InputLeap.svg
Symbolic link
1
links/apps/scalable/io.github.input_leap.InputLeap.svg
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
input-leap.svg
|
1
links/status/16/input-leap-connected.svg
Symbolic link
1
links/status/16/input-leap-connected.svg
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
connected.svg
|
1
links/status/16/input-leap-disconnected.svg
Symbolic link
1
links/status/16/input-leap-disconnected.svg
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
disconnected.svg
|
1
links/status/16/input-leap-transfering.svg
Symbolic link
1
links/status/16/input-leap-transfering.svg
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
transfering.svg
|
35
src/apps/scalable/input-leap.svg
Normal file
35
src/apps/scalable/input-leap.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 9 KiB |
15
src/status/16/connected.svg
Normal file
15
src/status/16/connected.svg
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
|
||||||
|
color:#ffffff;
|
||||||
|
}
|
||||||
|
.ColorScheme-ButtonFocus {
|
||||||
|
color:#3daee9;
|
||||||
|
}
|
||||||
|
.ColorScheme-NegativeText {
|
||||||
|
color:#da4453;
|
||||||
|
}</style>
|
||||||
|
<g id="icon" class="ColorScheme-Text" fill="currentColor">
|
||||||
|
<path d="m1 0c-0.554 0-1 0.446-1 1v4c0 0.554 0.446 1 1 1h1c0 0.554 0.446 1 1 1h2c0.554 0 1-0.446 1-1h1c0.554 0 1-0.446 1-1v-4c0-0.554-0.446-1-1-1zm0 1h6v4h-6zm11.5 8c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5 3.5-1.567 3.5-3.5-1.567-3.5-3.5-3.5zm1.918 1.7891c0.12781 0 0.25558 0.04855 0.35352 0.14648 0.19587 0.19587 0.19587 0.51116 0 0.70703l-2.4219 2.4219c-0.19587 0.19587-0.51116 0.19587-0.70703 0l-1.4141-1.4141c-0.19587-0.19587-0.19587-0.51116 0-0.70703s0.51116-0.19587 0.70703 0l1.0605 1.0605 2.0684-2.0684c0.09793-0.09793 0.22571-0.14648 0.35352-0.14648z"/>
|
||||||
|
<path d="m9 1v3h1v-1.8711c1.7654 0.45582 2.9991 2.0478 3 3.8711v2h1v-2c0-2.7614-2.2386-5-5-5zm-7 7v2c0 2.7614 2.2386 5 5 5v-3h-1v1.8711c-1.7654-0.45582-2.9991-2.0478-3-3.8711v-2z" opacity=".65"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
18
src/status/16/disconnected.svg
Normal file
18
src/status/16/disconnected.svg
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
|
||||||
|
color:#ffffff;
|
||||||
|
}
|
||||||
|
.ColorScheme-ButtonFocus {
|
||||||
|
color:#3daee9;
|
||||||
|
}
|
||||||
|
.ColorScheme-NegativeText {
|
||||||
|
color:#da4453;
|
||||||
|
}</style>
|
||||||
|
<g id="icon" class="ColorScheme-Text" color="#ffffff" fill="currentColor">
|
||||||
|
<path d="m7.8398 9.6016 0.72852 5.1094 1.2617-0.66406 0.58789 1.6211 1.9219-1.0117-1.248-1.2754 0.4082-0.21484-0.27148-0.74414-1.2617 0.66406-0.31836-2.2363-1.8086-1.248z" opacity=".35"/>
|
||||||
|
<path d="m12.491 11.757 1.2621-0.66469-4.5136-3.1148 0.72724 5.1089 1.2621-0.66469 0.5888 1.6213 1.922-1.0122z" opacity=".65"/>
|
||||||
|
<path d="m13.918 10.089 1.2621-0.66469-4.5136-3.1148 0.72724 5.1089 1.2621-0.66469 0.5888 1.6213 1.922-1.0122z"/>
|
||||||
|
<path d="m1 0c-0.554 0-1 0.446-1 1v4c0 0.554 0.446 1 1 1h1c0 0.554 0.446 1 1 1h2c0.554 0 1-0.446 1-1h1c0.554 0 1-0.446 1-1v-4c0-0.554-0.446-1-1-1zm0 1h6v4h-6z"/>
|
||||||
|
<path d="m9 1v3h1v-1.8711c1.7654 0.45582 2.9991 2.0478 3 3.8711v1h1v-1c0-2.7614-2.2386-5-5-5zm-7 7v2c0 2.7614 2.2386 5 5 5v-3h-1v1.8711c-1.7654-0.45582-2.9991-2.0478-3-3.8711v-2z" opacity=".65"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
16
src/status/16/transfering.svg
Normal file
16
src/status/16/transfering.svg
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
|
||||||
|
color:#ffffff;
|
||||||
|
}
|
||||||
|
.ColorScheme-ButtonFocus {
|
||||||
|
color:#3daee9;
|
||||||
|
}
|
||||||
|
.ColorScheme-NegativeText {
|
||||||
|
color:#da4453;
|
||||||
|
}</style>
|
||||||
|
<g id="icon" class="ColorScheme-Text" fill="currentColor">
|
||||||
|
<path d="m10 8v4h-2l3.5234 4 3.4766-4h-2v-4z"/>
|
||||||
|
<path d="m1 0c-0.554 0-1 0.446-1 1v4c0 0.554 0.446 1 1 1h1c0 0.554 0.446 1 1 1h2c0.554 0 1-0.446 1-1h1c0.554 0 1-0.446 1-1v-4c0-0.554-0.446-1-1-1zm0 1h6v4h-6z"/>
|
||||||
|
<path d="m9 1v3h1v-1.8711c1.7654 0.45582 2.9991 2.0478 3 3.8711v1h1v-1c0-2.7614-2.2386-5-5-5zm-7 7v2c0 2.7614 2.2386 5 5 5v-3h-1v1.8711c-1.7654-0.45582-2.9991-2.0478-3-3.8711v-2z" opacity=".65"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 823 B |
Loading…
Reference in a new issue