Dancing in the rain

This commit is contained in:
λmolinae 2025-06-15 00:42:00 -06:00
parent 0b4e7f9185
commit cef35c17b9
6 changed files with 27 additions and 18 deletions

View file

@ -1,13 +0,0 @@
/* 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;
}