just forget gtk theming for now

This commit is contained in:
2025-09-07 04:17:57 +02:00
parent 82df8dcc24
commit a2cdf57a2b
6 changed files with 17 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
.lyrics-window {
background-color: $bg;
border-radius: 16px;
border-radius: 14px;
border: 2px solid $border;
}
@@ -40,7 +40,7 @@
color: $fg;
font-size: 15px;
font-family: 'Maple Mono NF CN', 'Maple Mono CN', monospace;
min-height: 31px;
min-height: 28px;
}
.control-box {

View File

@@ -90,6 +90,6 @@
:windowtype "normal"
:wm-ignore true
:monitor 0
:geometry (geometry :x 1100 :y -51)
:geometry (geometry :x 1100 :y -48)
(lyrics-single)
)