update
This commit is contained in:
parent
1bd6dc3c75
commit
952cdb08a2
@ -112,6 +112,7 @@ install() {
|
||||
|
||||
mkdir -p ${THEME_DIR}/gnome-shell
|
||||
cp -r ${SRC_DIR}/assets/gnome-shell/icons ${THEME_DIR}/gnome-shell
|
||||
cp -r ${SRC_DIR}/main/gnome-shell/pad-osd.css ${THEME_DIR}/gnome-shell
|
||||
cp -r ${SRC_DIR}/main/gnome-shell/gnome-shell${color}${opacity}${alt}.css ${THEME_DIR}/gnome-shell/gnome-shell.css
|
||||
cp -r ${SRC_DIR}/assets/gnome-shell/common-assets ${THEME_DIR}/gnome-shell/assets
|
||||
cp -r ${SRC_DIR}/assets/gnome-shell/assets${color}/*.svg ${THEME_DIR}/gnome-shell/assets
|
||||
@ -126,8 +127,6 @@ install() {
|
||||
cp -r ${SRC_DIR}/assets/gnome-shell/activities-black/activities${icon}.svg ${THEME_DIR}/gnome-shell/assets/activities.svg
|
||||
fi
|
||||
|
||||
cd ${THEME_DIR}/gnome-shell
|
||||
|
||||
mkdir -p ${THEME_DIR}/gtk-2.0
|
||||
cp -r ${SRC_DIR}/main/gtk-2.0/gtkrc${color} ${THEME_DIR}/gtk-2.0/gtkrc
|
||||
cp -r ${SRC_DIR}/main/gtk-2.0/menubar-toolbar${color}.rc ${THEME_DIR}/gtk-2.0/menubar-toolbar.rc
|
||||
|
@ -30,6 +30,7 @@
|
||||
<file>icons/scalable/actions/pointer-primary-click-symbolic.svg</file>
|
||||
<file>icons/scalable/actions/pointer-secondary-click-symbolic.svg</file>
|
||||
<file>gnome-shell.css</file>
|
||||
<file>pad-osd.css</file>
|
||||
<file>no-events.svg</file>
|
||||
<file>no-notifications.svg</file>
|
||||
<file>process-working.svg</file>
|
||||
|
30
src/main/gnome-shell/pad-osd.css
Normal file
30
src/main/gnome-shell/pad-osd.css
Normal file
@ -0,0 +1,30 @@
|
||||
.Leader {
|
||||
stroke-width: .5 !important;
|
||||
stroke: #333333;
|
||||
fill: none !important;
|
||||
}
|
||||
|
||||
.Button {
|
||||
stroke-width: .25;
|
||||
stroke: #ededed;
|
||||
fill: #ededed;
|
||||
}
|
||||
|
||||
.Ring {
|
||||
stroke-width: .5 !important;
|
||||
stroke: #333333 !important;
|
||||
fill: none !important;
|
||||
}
|
||||
|
||||
.Label {
|
||||
stroke: none !important;
|
||||
stroke-width: .1 !important;
|
||||
font-size: .1 !important;
|
||||
fill: transparent !important;
|
||||
}
|
||||
|
||||
.TouchStrip, .TouchRing {
|
||||
stroke-width: .1 !important;
|
||||
stroke: #ededed !important;
|
||||
fill: #333333 !important;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user