about summary refs log tree commit diff
path: root/alpine-river/config/gtk-4.0/gtk.css
diff options
context:
space:
mode:
Diffstat (limited to 'alpine-river/config/gtk-4.0/gtk.css')
-rw-r--r--alpine-river/config/gtk-4.0/gtk.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/alpine-river/config/gtk-4.0/gtk.css b/alpine-river/config/gtk-4.0/gtk.css
new file mode 100644
index 0000000..64c61fd
--- /dev/null
+++ b/alpine-river/config/gtk-4.0/gtk.css
@@ -0,0 +1,12 @@
+/* No (default) title bar on wayland */
+headerbar.default-decoration {
+  /* You may need to tweak these values depending on your GTK theme */
+  margin-bottom: 50px;
+  margin-top: -100px;
+}
+
+/* rm -rf window shadows */
+window.csd,             /* gtk4? */
+window.csd decoration { /* gtk3 */
+  box-shadow: none;
+}