Update
This commit is contained in:
parent
9ba8b1e562
commit
5dbee46bc6
|
@ -96,11 +96,11 @@ fi
|
||||||
# generate pixmaps from svg source
|
# generate pixmaps from svg source
|
||||||
SRC=$PWD/src
|
SRC=$PWD/src
|
||||||
|
|
||||||
THEME="Colloid Cursors"
|
THEME="Melawy Cursors"
|
||||||
BUILD="$SRC/../dist"
|
BUILD="$SRC/../dist"
|
||||||
create svg
|
create svg
|
||||||
|
|
||||||
THEME="Colloid-dark Cursors"
|
THEME="Melawy-dark Cursors"
|
||||||
BUILD="$SRC/../dist-dark"
|
BUILD="$SRC/../dist-dark"
|
||||||
create svg-white
|
create svg-white
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[Icon Theme]
|
[Icon Theme]
|
||||||
Name=Colloid-dark Cursors
|
Name=Melawy-dark Cursors
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[Icon Theme]
|
[Icon Theme]
|
||||||
Name=Colloid Cursors
|
Name=Melawy Cursors
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
ROOT_UID=0
|
ROOT_UID=0
|
||||||
DEST_DIR=
|
DEST_DIR=
|
||||||
THEME_NAME=Colloid
|
THEME_NAME=Melawy
|
||||||
|
|
||||||
# Destination directory
|
# Destination directory
|
||||||
if [ "$UID" -eq "$ROOT_UID" ]; then
|
if [ "$UID" -eq "$ROOT_UID" ]; then
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -eo pipefail
|
||||||
|
|
||||||
ROOT_UID=0
|
ROOT_UID=0
|
||||||
DEST_DIR=
|
DEST_DIR=
|
||||||
|
|
||||||
|
@ -70,17 +72,17 @@ install() {
|
||||||
cp -r "${SRC_DIR}"/src/categories/symbolic ${THEME_DIR}/categories
|
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/emblems/symbolic ${THEME_DIR}/emblems
|
||||||
cp -r "${SRC_DIR}"/src/mimetypes/symbolic ${THEME_DIR}/mimetypes
|
cp -r "${SRC_DIR}"/src/mimetypes/symbolic ${THEME_DIR}/mimetypes
|
||||||
cp -r "${SRC_DIR}"/src/devices/{16,22,24,symbolic} ${THEME_DIR}/devices
|
cp -r "${SRC_DIR}"/src/devices/{16,22,24,32,symbolic} ${THEME_DIR}/devices
|
||||||
cp -r "${SRC_DIR}"/src/places/{16,22,24,symbolic} ${THEME_DIR}/places
|
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/status/{16,22,24,symbolic} ${THEME_DIR}/status
|
||||||
|
|
||||||
# Change icon color for dark theme
|
# Change icon color for dark theme
|
||||||
sed -i "s/#363636/#dedede/g" "${THEME_DIR}"/{actions,devices,places,status}/{16,22,24}/*
|
sed -i "s/#363636/#dedede/g" "${THEME_DIR}"/{actions,devices,places,status}/{16,22,24}/*
|
||||||
sed -i "s/#363636/#dedede/g" "${THEME_DIR}"/actions/32/*
|
sed -i "s/#363636/#dedede/g" "${THEME_DIR}"/{actions,devices}/32/*
|
||||||
sed -i "s/#363636/#dedede/g" "${THEME_DIR}"/{actions,apps,categories,devices,emblems,mimetypes,places,status}/symbolic/*
|
sed -i "s/#363636/#dedede/g" "${THEME_DIR}"/{actions,apps,categories,devices,emblems,mimetypes,places,status}/symbolic/*
|
||||||
|
|
||||||
cp -r "${SRC_DIR}"/links/actions/{16,22,24,32,symbolic} ${THEME_DIR}/actions
|
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/devices/{16,22,24,32,symbolic} ${THEME_DIR}/devices
|
||||||
cp -r "${SRC_DIR}"/links/places/{16,22,24,symbolic} ${THEME_DIR}/places
|
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/status/{16,22,24,symbolic} ${THEME_DIR}/status
|
||||||
cp -r "${SRC_DIR}"/links/apps/symbolic ${THEME_DIR}/apps
|
cp -r "${SRC_DIR}"/links/apps/symbolic ${THEME_DIR}/apps
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
notifications-disabled.svg
|
|
@ -0,0 +1 @@
|
||||||
|
notifications.svg
|
|
@ -0,0 +1 @@
|
||||||
|
system-reboot.svg
|
|
@ -0,0 +1 @@
|
||||||
|
edit-find.svg
|
|
@ -0,0 +1 @@
|
||||||
|
system-reboot.svg
|
|
@ -0,0 +1 @@
|
||||||
|
tools-check-spelling.svg
|
|
@ -0,0 +1 @@
|
||||||
|
window-pin.svg
|
|
@ -0,0 +1 @@
|
||||||
|
edit-clear.svg
|
|
@ -0,0 +1 @@
|
||||||
|
org.remmina.Remmina-pan-up-symbolic.svg
|
|
@ -0,0 +1 @@
|
||||||
|
system-reboot.svg
|
|
@ -0,0 +1 @@
|
||||||
|
window-pin.svg
|
|
@ -0,0 +1 @@
|
||||||
|
system-search.svg
|
|
@ -1 +0,0 @@
|
||||||
../../preferences/32/preferences-system-users.svg
|
|
|
@ -0,0 +1 @@
|
||||||
|
edit-find.svg
|
|
@ -1 +1 @@
|
||||||
./application-menu.svg
|
open-menu.svg
|
|
@ -0,0 +1 @@
|
||||||
|
system-search.svg
|
|
@ -1 +0,0 @@
|
||||||
configure.svg
|
|
|
@ -0,0 +1 @@
|
||||||
|
system-search.svg
|
|
@ -0,0 +1 @@
|
||||||
|
tools-check-spelling.svg
|
|
@ -0,0 +1 @@
|
||||||
|
ephy-download-symbolic.svg
|
|
@ -0,0 +1 @@
|
||||||
|
camera-symbolic.svg
|
|
@ -0,0 +1 @@
|
||||||
|
none-symbolic.svg
|
|
@ -0,0 +1 @@
|
||||||
|
diagnostics-symbolic.svg
|
|
@ -0,0 +1 @@
|
||||||
|
microphone-symbolic.svg
|
|
@ -0,0 +1 @@
|
||||||
|
adw-entry-apply-symbolic.svg
|
|
@ -0,0 +1 @@
|
||||||
|
system-lock-screen-symbolic.svg
|
|
@ -0,0 +1 @@
|
||||||
|
trash-symbolic.svg
|
|
@ -0,0 +1 @@
|
||||||
|
emblem-synchronizing-symbolic.svg
|
|
@ -1 +0,0 @@
|
||||||
keyring-manager.svg
|
|
|
@ -0,0 +1 @@
|
||||||
|
amazon-store.svg
|
|
@ -0,0 +1 @@
|
||||||
|
amazon-store.svg
|
|
@ -0,0 +1 @@
|
||||||
|
amazon-store.svg
|
|
@ -0,0 +1 @@
|
||||||
|
amazon-store.svg
|
|
@ -0,0 +1 @@
|
||||||
|
amazon-store.svg
|
|
@ -0,0 +1 @@
|
||||||
|
amazon-store.svg
|
|
@ -0,0 +1 @@
|
||||||
|
amazon-store.svg
|
|
@ -0,0 +1 @@
|
||||||
|
amazon-store.svg
|
|
@ -0,0 +1 @@
|
||||||
|
cpu-x.svg
|
|
@ -0,0 +1 @@
|
||||||
|
foxit-reader.svg
|
|
@ -0,0 +1 @@
|
||||||
|
freemind.svg
|
|
@ -0,0 +1 @@
|
||||||
|
jmeter.svg
|
|
@ -0,0 +1 @@
|
||||||
|
web-twitter.svg
|
|
@ -1 +0,0 @@
|
||||||
zoom.svg
|
|
|
@ -0,0 +1 @@
|
||||||
|
gtick.svg
|
|
@ -0,0 +1 @@
|
||||||
|
akonadi.svg
|
|
@ -1 +0,0 @@
|
||||||
internet-news-reader.svg
|
|
|
@ -0,0 +1 @@
|
||||||
|
alienarena.svg
|
|
@ -0,0 +1 @@
|
||||||
|
amazonmp3.svg
|
|
@ -0,0 +1 @@
|
||||||
|
amazon-store.svg
|
|
@ -0,0 +1 @@
|
||||||
|
amazon-store.svg
|
|
@ -0,0 +1 @@
|
||||||
|
amazon-store.svg
|
|
@ -0,0 +1 @@
|
||||||
|
amule.svg
|
|
@ -0,0 +1 @@
|
||||||
|
anjuta.svg
|
|
@ -0,0 +1 @@
|
||||||
|
anjuta.svg
|
|
@ -0,0 +1 @@
|
||||||
|
auryo.svg
|
|
@ -1 +0,0 @@
|
||||||
clementine.svg
|
|
|
@ -0,0 +1 @@
|
||||||
|
dingtalk.svg
|
|
@ -0,0 +1 @@
|
||||||
|
aptana.svg
|
|
@ -0,0 +1 @@
|
||||||
|
gtick.svg
|
|
@ -1 +0,0 @@
|
||||||
onlyoffice.svg
|
|
|
@ -0,0 +1 @@
|
||||||
|
media-player-banshee.svg
|
|
@ -0,0 +1 @@
|
||||||
|
media-player-banshee.svg
|
|
@ -1 +0,0 @@
|
||||||
revelation.svg
|
|
|
@ -0,0 +1 @@
|
||||||
|
libreoffice-printeradmin.svg
|
|
@ -0,0 +1 @@
|
||||||
|
system-shutdown.svg
|
|
@ -0,0 +1 @@
|
||||||
|
boot.svg
|
|
@ -0,0 +1 @@
|
||||||
|
google-drive.svg
|
|
@ -0,0 +1 @@
|
||||||
|
google-play-music-desktop-player.svg
|
|
@ -0,0 +1 @@
|
||||||
|
ms-outlook.svg
|
|
@ -0,0 +1 @@
|
||||||
|
google-play-music-desktop-player.svg
|
|
@ -0,0 +1 @@
|
||||||
|
ubiquity-kde.svg
|
|
@ -0,0 +1 @@
|
||||||
|
google-drive.svg
|
|
@ -0,0 +1 @@
|
||||||
|
ms-onenote.svg
|
|
@ -0,0 +1 @@
|
||||||
|
google-music.svg
|
|
@ -0,0 +1 @@
|
||||||
|
ms-outlook.svg
|
|
@ -0,0 +1 @@
|
||||||
|
google-music.svg
|
|
@ -0,0 +1 @@
|
||||||
|
web-outlook.svg
|
|
@ -0,0 +1 @@
|
||||||
|
gtick.svg
|
|
@ -0,0 +1 @@
|
||||||
|
amazon-store.svg
|
|
@ -0,0 +1 @@
|
||||||
|
chatterino.svg
|
|
@ -0,0 +1 @@
|
||||||
|
ms-onenote.svg
|
|
@ -0,0 +1 @@
|
||||||
|
mendeleydesktop.svg
|
|
@ -0,0 +1 @@
|
||||||
|
./fightcade.svg
|
|
@ -0,0 +1 @@
|
||||||
|
iease-music.svg
|
|
@ -0,0 +1 @@
|
||||||
|
mindustry.svg
|
|
@ -0,0 +1 @@
|
||||||
|
gtick.svg
|
|
@ -0,0 +1 @@
|
||||||
|
carla.svg
|
|
@ -0,0 +1 @@
|
||||||
|
eyedropper.svg
|
|
@ -0,0 +1 @@
|
||||||
|
copyq.svg
|
|
@ -0,0 +1 @@
|
||||||
|
kid3.svg
|
|
@ -0,0 +1 @@
|
||||||
|
kid3.svg
|
|
@ -0,0 +1 @@
|
||||||
|
marker.svg
|
|
@ -0,0 +1 @@
|
||||||
|
google-music.svg
|
|
@ -0,0 +1 @@
|
||||||
|
heroic.svg
|
|
@ -0,0 +1 @@
|
||||||
|
gtick.svg
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue