2025-01-10 23:22:29 -08:00
|
|
|
/* 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;
|
|
|
|
|
}
|
2025-03-01 13:16:39 -08:00
|
|
|
@import 'colors.css';
|