mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
x11-themes/layan-gtk-themes: Update to 2021-06-30
* pet portclippy * pet portfmt ChangeLog: https://github.com/vinceliuice/Layan-gtk-theme/releases/tag/2021-06-30 PR: 256943 Approved by: dbaio, garga (mentors, implicit)
This commit is contained in:
parent
104df2f6f4
commit
6dd8d9eba1
4 changed files with 52 additions and 219 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alexander Vereeken <Alexander88207@protonmail.com>
|
||||
|
||||
PORTNAME= layan-gtk-themes
|
||||
DISTVERSION= 2021-01-12
|
||||
DISTVERSION= 2021-06-30
|
||||
CATEGORIES= x11-themes
|
||||
|
||||
MAINTAINER= Alexander88207@protonmail.com
|
||||
|
@ -11,16 +11,17 @@ LICENSE= GPLv3
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= bash>0:shells/bash
|
||||
RUN_DEPENDS= gtk-murrine-engine>0:x11-themes/gtk-murrine-engine \
|
||||
gtk-engines2>0:x11-themes/gtk-engines2
|
||||
RUN_DEPENDS= gtk-engines2>0:x11-themes/gtk-engines2 \
|
||||
gtk-murrine-engine>0:x11-themes/gtk-murrine-engine
|
||||
|
||||
USES= shebangfix
|
||||
SHEBANG_FILES= install.sh
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= vinceliuice
|
||||
GH_PROJECT= Layan-gtk-theme
|
||||
GH_TAGNAME= 69f4bc4532ef4e81a36bd77d88074a5333575698
|
||||
|
||||
SHEBANG_FILES= install.sh
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1610842160
|
||||
SHA256 (vinceliuice-Layan-gtk-theme-2021-01-12-69f4bc4532ef4e81a36bd77d88074a5333575698_GH0.tar.gz) = 339fa6a983e3f1b19c2a6dc2ce601c4b42e082c39bfcfa1429a880c5c2a0c4df
|
||||
SIZE (vinceliuice-Layan-gtk-theme-2021-01-12-69f4bc4532ef4e81a36bd77d88074a5333575698_GH0.tar.gz) = 722060
|
||||
TIMESTAMP = 1625254635
|
||||
SHA256 (vinceliuice-Layan-gtk-theme-2021-06-30_GH0.tar.gz) = 94c27669e6ae49aa90188707e33ae059c1aadd712f7e767db669bf0841070077
|
||||
SIZE (vinceliuice-Layan-gtk-theme-2021-06-30_GH0.tar.gz) = 858121
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- install.sh.orig 2021-02-13 19:28:54 UTC
|
||||
--- install.sh.orig 2021-07-02 19:37:34 UTC
|
||||
+++ install.sh
|
||||
@@ -42,8 +42,8 @@ install() {
|
||||
@@ -54,8 +54,8 @@ install() {
|
||||
echo "Installing '${THEME_DIR}'..."
|
||||
|
||||
mkdir -p ${THEME_DIR}
|
||||
|
@ -11,20 +11,26 @@
|
|||
|
||||
echo "[Desktop Entry]" >> ${THEME_DIR}/index.theme
|
||||
echo "Type=X-GNOME-Metatheme" >> ${THEME_DIR}/index.theme
|
||||
@@ -59,30 +59,30 @@ install() {
|
||||
@@ -71,41 +71,41 @@ install() {
|
||||
echo "ButtonLayout=menu:minimize,maximize,close" >> ${THEME_DIR}/index.theme
|
||||
|
||||
mkdir -p ${THEME_DIR}/gnome-shell
|
||||
- cp -ur ${SRC_DIR}/src/gnome-shell/{*.svg,extensions,noise-texture.png,pad-osd.css} ${THEME_DIR}/gnome-shell
|
||||
- cp -ur ${SRC_DIR}/src/gnome-shell/{*.svg,noise-texture.png,pad-osd.css} ${THEME_DIR}/gnome-shell
|
||||
- cp -ur ${SRC_DIR}/src/gnome-shell/gnome-shell-theme.gresource.xml ${THEME_DIR}/gnome-shell
|
||||
- cp -ur ${SRC_DIR}/src/gnome-shell/assets${ELSE_DARK} ${THEME_DIR}/gnome-shell/assets
|
||||
- cp -ur ${SRC_DIR}/src/gnome-shell/common-assets/{*.svg,dash} ${THEME_DIR}/gnome-shell/assets
|
||||
- cp -ur ${SRC_DIR}/src/gnome-shell/gnome-shell${ELSE_DARK}.css ${THEME_DIR}/gnome-shell/gnome-shell.css
|
||||
+ cp -pr ${SRC_DIR}/src/gnome-shell/{*.svg,extensions,noise-texture.png,pad-osd.css} ${THEME_DIR}/gnome-shell
|
||||
- cp -ur ${SRC_DIR}/src/gnome-shell/common-assets/*.svg ${THEME_DIR}/gnome-shell/assets
|
||||
+ cp -pr ${SRC_DIR}/src/gnome-shell/{*.svg,noise-texture.png,pad-osd.css} ${THEME_DIR}/gnome-shell
|
||||
+ cp -pr ${SRC_DIR}/src/gnome-shell/gnome-shell-theme.gresource.xml ${THEME_DIR}/gnome-shell
|
||||
+ cp -pr ${SRC_DIR}/src/gnome-shell/assets${ELSE_DARK} ${THEME_DIR}/gnome-shell/assets
|
||||
+ cp -pr ${SRC_DIR}/src/gnome-shell/common-assets/{*.svg,dash} ${THEME_DIR}/gnome-shell/assets
|
||||
+ cp -pr ${SRC_DIR}/src/gnome-shell/gnome-shell${ELSE_DARK}.css ${THEME_DIR}/gnome-shell/gnome-shell.css
|
||||
+ cp -pr ${SRC_DIR}/src/gnome-shell/common-assets/*.svg ${THEME_DIR}/gnome-shell/assets
|
||||
|
||||
if [[ "${GS_VERSION:-}" == 'new' ]]; then
|
||||
- cp -ur ${SRC_DIR}/src/gnome-shell/shell-40-0/gnome-shell${ELSE_DARK}.css ${THEME_DIR}/gnome-shell/gnome-shell.css
|
||||
+ cp -pr ${SRC_DIR}/src/gnome-shell/shell-40-0/gnome-shell${ELSE_DARK}.css ${THEME_DIR}/gnome-shell/gnome-shell.css
|
||||
else
|
||||
- cp -ur ${SRC_DIR}/src/gnome-shell/shell-3-36/gnome-shell${ELSE_DARK}.css ${THEME_DIR}/gnome-shell/gnome-shell.css
|
||||
+ cp -pr ${SRC_DIR}/src/gnome-shell/shell-3-36/gnome-shell${ELSE_DARK}.css ${THEME_DIR}/gnome-shell/gnome-shell.css
|
||||
fi
|
||||
|
||||
mkdir -p ${THEME_DIR}/gtk-2.0
|
||||
- cp -ur ${SRC_DIR}/src/gtk-2.0/{apps.rc,hacks.rc,main.rc,panel.rc} ${THEME_DIR}/gtk-2.0
|
||||
|
@ -39,11 +45,19 @@
|
|||
|
||||
mkdir -p ${THEME_DIR}/gtk-3.0
|
||||
ln -sf ../gtk-assets ${THEME_DIR}/gtk-3.0/assets
|
||||
- cp -ur ${SRC_DIR}/src/gtk/gtk${color}${solid}.css ${THEME_DIR}/gtk-3.0/gtk.css
|
||||
+ cp -pr ${SRC_DIR}/src/gtk/gtk${color}${solid}.css ${THEME_DIR}/gtk-3.0/gtk.css
|
||||
- cp -ur ${SRC_DIR}/src/gtk/3.0/gtk${color}${solid}.css ${THEME_DIR}/gtk-3.0/gtk.css
|
||||
+ cp -pr ${SRC_DIR}/src/gtk/3.0/gtk${color}${solid}.css ${THEME_DIR}/gtk-3.0/gtk.css
|
||||
[[ ${color} != '-dark' ]] && \
|
||||
- cp -ur ${SRC_DIR}/src/gtk/gtk-dark${solid}.css ${THEME_DIR}/gtk-3.0/gtk-dark.css
|
||||
+ cp -pr ${SRC_DIR}/src/gtk/gtk-dark${solid}.css ${THEME_DIR}/gtk-3.0/gtk-dark.css
|
||||
- cp -ur ${SRC_DIR}/src/gtk/3.0/gtk-dark${solid}.css ${THEME_DIR}/gtk-3.0/gtk-dark.css
|
||||
+ cp -pr ${SRC_DIR}/src/gtk/3.0/gtk-dark${solid}.css ${THEME_DIR}/gtk-3.0/gtk-dark.css
|
||||
|
||||
mkdir -p ${THEME_DIR}/gtk-4.0
|
||||
ln -sf ../gtk-assets ${THEME_DIR}/gtk-4.0/assets
|
||||
- cp -ur ${SRC_DIR}/src/gtk/4.0/gtk${color}${solid}.css ${THEME_DIR}/gtk-4.0/gtk.css
|
||||
+ cp -pr ${SRC_DIR}/src/gtk/4.0/gtk${color}${solid}.css ${THEME_DIR}/gtk-4.0/gtk.css
|
||||
[[ ${color} != '-dark' ]] && \
|
||||
- cp -ur ${SRC_DIR}/src/gtk/4.0/gtk-dark${solid}.css ${THEME_DIR}/gtk-4.0/gtk-dark.css
|
||||
+ cp -pr ${SRC_DIR}/src/gtk/4.0/gtk-dark${solid}.css ${THEME_DIR}/gtk-4.0/gtk-dark.css
|
||||
|
||||
mkdir -p ${THEME_DIR}/xfwm4
|
||||
- cp -ur ${SRC_DIR}/src/xfwm4/assets${ELSE_LIGHT}/*.png ${THEME_DIR}/xfwm4
|
||||
|
|
|
@ -9,38 +9,6 @@ share/themes/Layan-dark-solid/gnome-shell/assets/checkbox-off.svg
|
|||
share/themes/Layan-dark-solid/gnome-shell/assets/checkbox.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/close.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash-placeholder.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/bottom-running1-focused.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/bottom-running1.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/bottom-running2-focused.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/bottom-running2.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/bottom-running3-focused.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/bottom-running3.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/bottom-running4-focused.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/bottom-running4.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/left-running1-focused.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/left-running1.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/left-running2-focused.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/left-running2.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/left-running3-focused.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/left-running3.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/left-running4-focused.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/left-running4.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/right-running1-focused.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/right-running1.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/right-running2-focused.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/right-running2.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/right-running3-focused.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/right-running3.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/right-running4-focused.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/right-running4.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/top-running1-focused.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/top-running1.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/top-running2-focused.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/top-running2.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/top-running3-focused.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/top-running3.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/top-running4-focused.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/dash/top-running4.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/more-results.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/no-events.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/no-notifications.svg
|
||||
|
@ -50,7 +18,6 @@ share/themes/Layan-dark-solid/gnome-shell/assets/toggle-on.svg
|
|||
share/themes/Layan-dark-solid/gnome-shell/assets/window-close-active.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/window-close-hover.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/assets/window-close.svg
|
||||
share/themes/Layan-dark-solid/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css
|
||||
share/themes/Layan-dark-solid/gnome-shell/gnome-shell-theme.gresource.xml
|
||||
share/themes/Layan-dark-solid/gnome-shell/gnome-shell.css
|
||||
share/themes/Layan-dark-solid/gnome-shell/message-indicator-symbolic.svg
|
||||
|
@ -219,6 +186,8 @@ share/themes/Layan-dark-solid/gtk-2.0/main.rc
|
|||
share/themes/Layan-dark-solid/gtk-2.0/panel.rc
|
||||
share/themes/Layan-dark-solid/gtk-3.0/assets
|
||||
share/themes/Layan-dark-solid/gtk-3.0/gtk.css
|
||||
share/themes/Layan-dark-solid/gtk-4.0/assets
|
||||
share/themes/Layan-dark-solid/gtk-4.0/gtk.css
|
||||
share/themes/Layan-dark-solid/gtk-assets/header-icon-alt.png
|
||||
share/themes/Layan-dark-solid/gtk-assets/header-icon-alt@2.png
|
||||
share/themes/Layan-dark-solid/gtk-assets/header-icon.png
|
||||
|
@ -362,38 +331,6 @@ share/themes/Layan-dark/gnome-shell/assets/checkbox-off.svg
|
|||
share/themes/Layan-dark/gnome-shell/assets/checkbox.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/close.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash-placeholder.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/bottom-running1-focused.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/bottom-running1.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/bottom-running2-focused.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/bottom-running2.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/bottom-running3-focused.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/bottom-running3.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/bottom-running4-focused.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/bottom-running4.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/left-running1-focused.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/left-running1.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/left-running2-focused.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/left-running2.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/left-running3-focused.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/left-running3.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/left-running4-focused.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/left-running4.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/right-running1-focused.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/right-running1.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/right-running2-focused.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/right-running2.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/right-running3-focused.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/right-running3.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/right-running4-focused.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/right-running4.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/top-running1-focused.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/top-running1.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/top-running2-focused.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/top-running2.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/top-running3-focused.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/top-running3.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/top-running4-focused.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/dash/top-running4.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/more-results.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/no-events.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/no-notifications.svg
|
||||
|
@ -403,7 +340,6 @@ share/themes/Layan-dark/gnome-shell/assets/toggle-on.svg
|
|||
share/themes/Layan-dark/gnome-shell/assets/window-close-active.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/window-close-hover.svg
|
||||
share/themes/Layan-dark/gnome-shell/assets/window-close.svg
|
||||
share/themes/Layan-dark/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css
|
||||
share/themes/Layan-dark/gnome-shell/gnome-shell-theme.gresource.xml
|
||||
share/themes/Layan-dark/gnome-shell/gnome-shell.css
|
||||
share/themes/Layan-dark/gnome-shell/message-indicator-symbolic.svg
|
||||
|
@ -572,6 +508,8 @@ share/themes/Layan-dark/gtk-2.0/main.rc
|
|||
share/themes/Layan-dark/gtk-2.0/panel.rc
|
||||
share/themes/Layan-dark/gtk-3.0/assets
|
||||
share/themes/Layan-dark/gtk-3.0/gtk.css
|
||||
share/themes/Layan-dark/gtk-4.0/assets
|
||||
share/themes/Layan-dark/gtk-4.0/gtk.css
|
||||
share/themes/Layan-dark/gtk-assets/header-icon-alt.png
|
||||
share/themes/Layan-dark/gtk-assets/header-icon-alt@2.png
|
||||
share/themes/Layan-dark/gtk-assets/header-icon.png
|
||||
|
@ -715,38 +653,6 @@ share/themes/Layan-light-solid/gnome-shell/assets/checkbox-off.svg
|
|||
share/themes/Layan-light-solid/gnome-shell/assets/checkbox.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/close.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash-placeholder.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/bottom-running1-focused.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/bottom-running1.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/bottom-running2-focused.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/bottom-running2.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/bottom-running3-focused.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/bottom-running3.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/bottom-running4-focused.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/bottom-running4.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/left-running1-focused.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/left-running1.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/left-running2-focused.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/left-running2.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/left-running3-focused.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/left-running3.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/left-running4-focused.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/left-running4.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/right-running1-focused.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/right-running1.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/right-running2-focused.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/right-running2.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/right-running3-focused.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/right-running3.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/right-running4-focused.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/right-running4.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/top-running1-focused.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/top-running1.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/top-running2-focused.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/top-running2.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/top-running3-focused.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/top-running3.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/top-running4-focused.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/dash/top-running4.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/more-results.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/no-events.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/no-notifications.svg
|
||||
|
@ -756,7 +662,6 @@ share/themes/Layan-light-solid/gnome-shell/assets/toggle-on.svg
|
|||
share/themes/Layan-light-solid/gnome-shell/assets/window-close-active.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/window-close-hover.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/assets/window-close.svg
|
||||
share/themes/Layan-light-solid/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css
|
||||
share/themes/Layan-light-solid/gnome-shell/gnome-shell-theme.gresource.xml
|
||||
share/themes/Layan-light-solid/gnome-shell/gnome-shell.css
|
||||
share/themes/Layan-light-solid/gnome-shell/message-indicator-symbolic.svg
|
||||
|
@ -926,6 +831,9 @@ share/themes/Layan-light-solid/gtk-2.0/panel.rc
|
|||
share/themes/Layan-light-solid/gtk-3.0/assets
|
||||
share/themes/Layan-light-solid/gtk-3.0/gtk-dark.css
|
||||
share/themes/Layan-light-solid/gtk-3.0/gtk.css
|
||||
share/themes/Layan-light-solid/gtk-4.0/assets
|
||||
share/themes/Layan-light-solid/gtk-4.0/gtk-dark.css
|
||||
share/themes/Layan-light-solid/gtk-4.0/gtk.css
|
||||
share/themes/Layan-light-solid/gtk-assets/header-icon-alt.png
|
||||
share/themes/Layan-light-solid/gtk-assets/header-icon-alt@2.png
|
||||
share/themes/Layan-light-solid/gtk-assets/header-icon.png
|
||||
|
@ -1069,38 +977,6 @@ share/themes/Layan-light/gnome-shell/assets/checkbox-off.svg
|
|||
share/themes/Layan-light/gnome-shell/assets/checkbox.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/close.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash-placeholder.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/bottom-running1-focused.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/bottom-running1.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/bottom-running2-focused.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/bottom-running2.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/bottom-running3-focused.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/bottom-running3.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/bottom-running4-focused.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/bottom-running4.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/left-running1-focused.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/left-running1.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/left-running2-focused.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/left-running2.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/left-running3-focused.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/left-running3.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/left-running4-focused.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/left-running4.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/right-running1-focused.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/right-running1.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/right-running2-focused.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/right-running2.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/right-running3-focused.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/right-running3.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/right-running4-focused.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/right-running4.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/top-running1-focused.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/top-running1.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/top-running2-focused.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/top-running2.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/top-running3-focused.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/top-running3.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/top-running4-focused.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/dash/top-running4.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/more-results.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/no-events.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/no-notifications.svg
|
||||
|
@ -1110,7 +986,6 @@ share/themes/Layan-light/gnome-shell/assets/toggle-on.svg
|
|||
share/themes/Layan-light/gnome-shell/assets/window-close-active.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/window-close-hover.svg
|
||||
share/themes/Layan-light/gnome-shell/assets/window-close.svg
|
||||
share/themes/Layan-light/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css
|
||||
share/themes/Layan-light/gnome-shell/gnome-shell-theme.gresource.xml
|
||||
share/themes/Layan-light/gnome-shell/gnome-shell.css
|
||||
share/themes/Layan-light/gnome-shell/message-indicator-symbolic.svg
|
||||
|
@ -1280,6 +1155,9 @@ share/themes/Layan-light/gtk-2.0/panel.rc
|
|||
share/themes/Layan-light/gtk-3.0/assets
|
||||
share/themes/Layan-light/gtk-3.0/gtk-dark.css
|
||||
share/themes/Layan-light/gtk-3.0/gtk.css
|
||||
share/themes/Layan-light/gtk-4.0/assets
|
||||
share/themes/Layan-light/gtk-4.0/gtk-dark.css
|
||||
share/themes/Layan-light/gtk-4.0/gtk.css
|
||||
share/themes/Layan-light/gtk-assets/header-icon-alt.png
|
||||
share/themes/Layan-light/gtk-assets/header-icon-alt@2.png
|
||||
share/themes/Layan-light/gtk-assets/header-icon.png
|
||||
|
@ -1423,38 +1301,6 @@ share/themes/Layan-solid/gnome-shell/assets/checkbox-off.svg
|
|||
share/themes/Layan-solid/gnome-shell/assets/checkbox.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/close.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash-placeholder.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/bottom-running1-focused.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/bottom-running1.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/bottom-running2-focused.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/bottom-running2.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/bottom-running3-focused.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/bottom-running3.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/bottom-running4-focused.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/bottom-running4.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/left-running1-focused.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/left-running1.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/left-running2-focused.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/left-running2.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/left-running3-focused.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/left-running3.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/left-running4-focused.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/left-running4.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/right-running1-focused.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/right-running1.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/right-running2-focused.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/right-running2.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/right-running3-focused.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/right-running3.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/right-running4-focused.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/right-running4.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/top-running1-focused.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/top-running1.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/top-running2-focused.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/top-running2.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/top-running3-focused.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/top-running3.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/top-running4-focused.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/dash/top-running4.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/more-results.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/no-events.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/no-notifications.svg
|
||||
|
@ -1464,7 +1310,6 @@ share/themes/Layan-solid/gnome-shell/assets/toggle-on.svg
|
|||
share/themes/Layan-solid/gnome-shell/assets/window-close-active.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/window-close-hover.svg
|
||||
share/themes/Layan-solid/gnome-shell/assets/window-close.svg
|
||||
share/themes/Layan-solid/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css
|
||||
share/themes/Layan-solid/gnome-shell/gnome-shell-theme.gresource.xml
|
||||
share/themes/Layan-solid/gnome-shell/gnome-shell.css
|
||||
share/themes/Layan-solid/gnome-shell/message-indicator-symbolic.svg
|
||||
|
@ -1634,6 +1479,9 @@ share/themes/Layan-solid/gtk-2.0/panel.rc
|
|||
share/themes/Layan-solid/gtk-3.0/assets
|
||||
share/themes/Layan-solid/gtk-3.0/gtk-dark.css
|
||||
share/themes/Layan-solid/gtk-3.0/gtk.css
|
||||
share/themes/Layan-solid/gtk-4.0/assets
|
||||
share/themes/Layan-solid/gtk-4.0/gtk-dark.css
|
||||
share/themes/Layan-solid/gtk-4.0/gtk.css
|
||||
share/themes/Layan-solid/gtk-assets/header-icon-alt.png
|
||||
share/themes/Layan-solid/gtk-assets/header-icon-alt@2.png
|
||||
share/themes/Layan-solid/gtk-assets/header-icon.png
|
||||
|
@ -1777,38 +1625,6 @@ share/themes/Layan/gnome-shell/assets/checkbox-off.svg
|
|||
share/themes/Layan/gnome-shell/assets/checkbox.svg
|
||||
share/themes/Layan/gnome-shell/assets/close.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash-placeholder.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/bottom-running1-focused.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/bottom-running1.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/bottom-running2-focused.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/bottom-running2.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/bottom-running3-focused.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/bottom-running3.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/bottom-running4-focused.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/bottom-running4.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/left-running1-focused.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/left-running1.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/left-running2-focused.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/left-running2.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/left-running3-focused.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/left-running3.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/left-running4-focused.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/left-running4.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/right-running1-focused.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/right-running1.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/right-running2-focused.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/right-running2.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/right-running3-focused.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/right-running3.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/right-running4-focused.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/right-running4.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/top-running1-focused.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/top-running1.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/top-running2-focused.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/top-running2.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/top-running3-focused.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/top-running3.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/top-running4-focused.svg
|
||||
share/themes/Layan/gnome-shell/assets/dash/top-running4.svg
|
||||
share/themes/Layan/gnome-shell/assets/more-results.svg
|
||||
share/themes/Layan/gnome-shell/assets/no-events.svg
|
||||
share/themes/Layan/gnome-shell/assets/no-notifications.svg
|
||||
|
@ -1818,7 +1634,6 @@ share/themes/Layan/gnome-shell/assets/toggle-on.svg
|
|||
share/themes/Layan/gnome-shell/assets/window-close-active.svg
|
||||
share/themes/Layan/gnome-shell/assets/window-close-hover.svg
|
||||
share/themes/Layan/gnome-shell/assets/window-close.svg
|
||||
share/themes/Layan/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css
|
||||
share/themes/Layan/gnome-shell/gnome-shell-theme.gresource.xml
|
||||
share/themes/Layan/gnome-shell/gnome-shell.css
|
||||
share/themes/Layan/gnome-shell/message-indicator-symbolic.svg
|
||||
|
@ -1988,6 +1803,9 @@ share/themes/Layan/gtk-2.0/panel.rc
|
|||
share/themes/Layan/gtk-3.0/assets
|
||||
share/themes/Layan/gtk-3.0/gtk-dark.css
|
||||
share/themes/Layan/gtk-3.0/gtk.css
|
||||
share/themes/Layan/gtk-4.0/assets
|
||||
share/themes/Layan/gtk-4.0/gtk-dark.css
|
||||
share/themes/Layan/gtk-4.0/gtk.css
|
||||
share/themes/Layan/gtk-assets/header-icon-alt.png
|
||||
share/themes/Layan/gtk-assets/header-icon-alt@2.png
|
||||
share/themes/Layan/gtk-assets/header-icon.png
|
||||
|
|
Loading…
Add table
Reference in a new issue