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