summaryrefslogtreecommitdiff
path: root/themes/Plata/gnome-shell/extensions/window-list/README
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-06-06 10:14:44 -0500
committerzachir <zachir@librem.one>2023-06-06 10:14:44 -0500
commit993917ddcedd58927a068cc804d81f1018d7bc0e (patch)
tree6c228c3c434ca9d5917839869268893e4338af2e /themes/Plata/gnome-shell/extensions/window-list/README
parent7aa0ccbc957836f41a215a5f4835c7c80b05228b (diff)
Fix gtk theme setting
Diffstat (limited to 'themes/Plata/gnome-shell/extensions/window-list/README')
-rw-r--r--themes/Plata/gnome-shell/extensions/window-list/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/themes/Plata/gnome-shell/extensions/window-list/README b/themes/Plata/gnome-shell/extensions/window-list/README
new file mode 100644
index 0000000..e76addf
--- /dev/null
+++ b/themes/Plata/gnome-shell/extensions/window-list/README
@@ -0,0 +1,28 @@
+/****************************************
+ * Override default window-list styling *
+ ****************************************/
+
+Window-list and Gnome-Classic extension can not accept any user-side theming.
+So we need to do hacky file moving to override...
+
+1. Verify the proper path of that extension
+
+ In general,
+ `/usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com/`
+ has these 2 stylesheets:
+ `classic.css`
+ `stylesheet.css`
+
+2. Backup those 2 files as something like "xxx.css.org" or "xxx.css.bak".
+
+3. Copy Plata's files into that place:
+ * custom files are placed at
+ "${prefix}/share/themes/Plata/gnome-shell/extensions/window-list/classic.css"
+ "${prefix}/share/themes/Plata/gnome-shell/extensions/window-list/stylesheet.css"
+
+ * copy those 2 files into that place.
+
+4. Restart Gnome-Shell:
+ * Press "Alt + F2" and then type "r" and hit "Enter" key.
+
+Those methods are needed in every time when window-list extension package was updated.