From 952cdb08a290908f7a3d39a21878b9cc6010a56b Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Fri, 25 Dec 2020 12:53:46 +0800 Subject: [PATCH] update --- install.sh | 3 +- .../gnome-shell-theme.gresource.xml | 1 + src/main/gnome-shell/pad-osd.css | 30 +++++++++++++++++++ 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 src/main/gnome-shell/pad-osd.css diff --git a/install.sh b/install.sh index 0a3607d..b941652 100755 --- a/install.sh +++ b/install.sh @@ -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 diff --git a/src/main/gnome-shell/gnome-shell-theme.gresource.xml b/src/main/gnome-shell/gnome-shell-theme.gresource.xml index c982bb9..b5026a9 100644 --- a/src/main/gnome-shell/gnome-shell-theme.gresource.xml +++ b/src/main/gnome-shell/gnome-shell-theme.gresource.xml @@ -30,6 +30,7 @@ icons/scalable/actions/pointer-primary-click-symbolic.svg icons/scalable/actions/pointer-secondary-click-symbolic.svg gnome-shell.css + pad-osd.css no-events.svg no-notifications.svg process-working.svg diff --git a/src/main/gnome-shell/pad-osd.css b/src/main/gnome-shell/pad-osd.css new file mode 100644 index 0000000..9b1beca --- /dev/null +++ b/src/main/gnome-shell/pad-osd.css @@ -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; +}