mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-06-26 06:22:34 +00:00
Fixed gnome-shell issues
This commit is contained in:
@@ -70,14 +70,12 @@ install() {
|
||||
echo "ButtonLayout=close,minimize,maximize:menu" >> ${THEME_DIR}/index.theme
|
||||
|
||||
mkdir -p ${THEME_DIR}/gnome-shell
|
||||
cp -ur ${SRC_DIR}/assets/gnome-shell/source-assets/* ${THEME_DIR}/gnome-shell
|
||||
cp -ur ${SRC_DIR}/main/gnome-shell/gnome-shell${color}${opacity}.css ${THEME_DIR}/gnome-shell/gnome-shell.css
|
||||
cp -ur ${SRC_DIR}/assets/gnome-shell/common-assets ${THEME_DIR}/gnome-shell/assets
|
||||
cp -ur ${SRC_DIR}/assets/gnome-shell/assets${color}/*.svg ${THEME_DIR}/gnome-shell/assets
|
||||
cp -ur ${SRC_DIR}/assets/gnome-shell/activities/activities${icon}.svg ${THEME_DIR}/gnome-shell/assets/activities.svg
|
||||
cd ${THEME_DIR}/gnome-shell
|
||||
ln -s assets/no-events.svg no-events.svg
|
||||
ln -s assets/process-working.svg process-working.svg
|
||||
ln -s assets/no-notifications.svg no-notifications.svg
|
||||
|
||||
mkdir -p ${THEME_DIR}/gtk-2.0
|
||||
cp -ur ${SRC_DIR}/main/gtk-2.0/gtkrc${color} ${THEME_DIR}/gtk-2.0/gtkrc
|
||||
|
||||
Reference in New Issue
Block a user