From 993917ddcedd58927a068cc804d81f1018d7bc0e Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 6 Jun 2023 10:14:44 -0500 Subject: Fix gtk theme setting --- .../workspaces-to-dock/assets/four-bottom.svg | 104 ++++++++++++++++++++ .../workspaces-to-dock/assets/four-left.svg | 108 ++++++++++++++++++++ .../workspaces-to-dock/assets/four-right.svg | 108 ++++++++++++++++++++ .../workspaces-to-dock/assets/four-top.svg | 104 ++++++++++++++++++++ .../workspaces-to-dock/assets/h-four.svg | 109 +++++++++++++++++++++ .../extensions/workspaces-to-dock/assets/h-one.svg | 86 ++++++++++++++++ .../workspaces-to-dock/assets/h-three.svg | 103 +++++++++++++++++++ .../extensions/workspaces-to-dock/assets/h-two.svg | 97 ++++++++++++++++++ .../workspaces-to-dock/assets/one-bottom.svg | 86 ++++++++++++++++ .../workspaces-to-dock/assets/one-left.svg | 86 ++++++++++++++++ .../workspaces-to-dock/assets/one-right.svg | 86 ++++++++++++++++ .../workspaces-to-dock/assets/one-top.svg | 86 ++++++++++++++++ .../workspaces-to-dock/assets/three-bottom.svg | 98 ++++++++++++++++++ .../workspaces-to-dock/assets/three-left.svg | 101 +++++++++++++++++++ .../workspaces-to-dock/assets/three-right.svg | 101 +++++++++++++++++++ .../workspaces-to-dock/assets/three-top.svg | 98 ++++++++++++++++++ .../workspaces-to-dock/assets/two-bottom.svg | 92 +++++++++++++++++ .../workspaces-to-dock/assets/two-left.svg | 94 ++++++++++++++++++ .../workspaces-to-dock/assets/two-right.svg | 94 ++++++++++++++++++ .../workspaces-to-dock/assets/two-top.svg | 92 +++++++++++++++++ 20 files changed, 1933 insertions(+) create mode 100644 themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg create mode 100644 themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg create mode 100644 themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg create mode 100644 themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg create mode 100644 themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg create mode 100644 themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg create mode 100644 themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg create mode 100644 themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg create mode 100644 themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg create mode 100644 themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg create mode 100644 themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg create mode 100644 themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg create mode 100644 themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg create mode 100644 themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg create mode 100644 themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg create mode 100644 themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg create mode 100644 themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg create mode 100644 themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg create mode 100644 themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg create mode 100644 themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg (limited to 'themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets') diff --git a/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg new file mode 100644 index 0000000..d35daed --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg new file mode 100644 index 0000000..db5c36f --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg new file mode 100644 index 0000000..85c9172 --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg new file mode 100644 index 0000000..f520fc4 --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg new file mode 100644 index 0000000..8cf0d71 --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg new file mode 100644 index 0000000..a168a41 --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg new file mode 100644 index 0000000..e66d65d --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg new file mode 100644 index 0000000..045a704 --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg new file mode 100644 index 0000000..c03844f --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg new file mode 100644 index 0000000..ea54a21 --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg new file mode 100644 index 0000000..67a5a2f --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg new file mode 100644 index 0000000..cf52332 --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg new file mode 100644 index 0000000..54b0e02 --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg new file mode 100644 index 0000000..e9d9f02 --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg new file mode 100644 index 0000000..812ab12 --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg new file mode 100644 index 0000000..e28128b --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg new file mode 100644 index 0000000..78115d9 --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg new file mode 100644 index 0000000..afd9b3b --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg new file mode 100644 index 0000000..7e3cb8e --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg new file mode 100644 index 0000000..c643b6b --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3