font and size
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!--
|
||||
* @Author: Uyanide pywang0608@foxmail.com
|
||||
* @Date: 2025-06-24 17:56:20
|
||||
* @LastEditTime: 2025-07-30 13:00:43
|
||||
* @LastEditTime: 2025-07-30 13:34:36
|
||||
* @Discription:
|
||||
-->
|
||||
|
||||
@@ -51,6 +51,7 @@ including:
|
||||
|
||||
- MesloLGM Nerd Font (& Mono)
|
||||
- Maple Mono NF CN
|
||||
- WenQuanYi Micro Hei
|
||||
- Sour Gummy
|
||||
- Noto Sans
|
||||
- ...
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
.lyrics-box-single {
|
||||
margin: 5px 0px 5px 10px;
|
||||
min-width: 740px;
|
||||
min-width: 743px;
|
||||
}
|
||||
|
||||
.lyrics-text {
|
||||
@@ -40,7 +40,7 @@
|
||||
color: $fg;
|
||||
font-size: 15px;
|
||||
font-family: 'Maple Mono NF CN', 'Maple Mono CN', monospace;
|
||||
min-height: 29px;
|
||||
min-height: 31px;
|
||||
}
|
||||
|
||||
.control-box {
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
:windowtype "normal"
|
||||
:wm-ignore true
|
||||
:monitor 0
|
||||
:geometry (geometry :x 1100 :y -49)
|
||||
:geometry (geometry :x 1092 :y -51)
|
||||
(lyrics-single)
|
||||
)
|
||||
@@ -137,9 +137,9 @@ class PlayerManager:
|
||||
|
||||
if track_info:
|
||||
if player.props.status == "Playing":
|
||||
track_info = " " + track_info
|
||||
track_info = " " + track_info
|
||||
else:
|
||||
track_info = " " + track_info
|
||||
track_info = " " + track_info
|
||||
# only print output if no other player is playing
|
||||
current_playing = self.get_first_playing_player()
|
||||
if (
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
@import 'mocha.css';
|
||||
|
||||
* {
|
||||
/* main font icons Chinese/Japanese/... Fallback */
|
||||
font-family: 'Sour Gummy Light', 'Meslo LGM Nerd Font Mono', 'Maple Mono NF CN ExtraLight', 'Noto Sans', sans-serif;
|
||||
/* main font icons CJK Fallback */
|
||||
font-family: 'Sour Gummy Light', 'Meslo LGM Nerd Font Mono', 'WenQuanYi Micro Hei', 'Noto Sans', sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: 900;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
transition-property: background-color;
|
||||
|
||||
Reference in New Issue
Block a user