things occurred

This commit is contained in:
Coolnsx
2023-11-29 12:15:20 +05:30
parent 61d772b93d
commit e50df74288
16 changed files with 317 additions and 43 deletions

View File

@@ -37,27 +37,27 @@
/** Music ********************************************/
.song {
color: #8FBCBB;
font-size : 24px;
font-size : 25px;
font-weight : bold;
margin : 30px 0px 0px 0px;
margin : 20px 0px 0px 0px;
}
.artist {
color: #EBCB8B;
font-size : 20px;
font-weight : normal;
margin : 0px 0px -20px 0px;
margin : 0px 0px -10px 0px;
}
.btn_play {
color: #A3BE8C;
font-family: IosevkaTerm Nerd Font;
font-size : 70px;
font-size : 50px;
}
.btn_play:hover {
color: #A2A852;
}
.btn_controls {
color: #EBCB8B;
font-size : 32px;
font-size : 26px;
font-family: IosevkaTerm Nerd Font;
}
.btn_controls:hover {
@@ -65,7 +65,7 @@
}
.lyrics {
color: #EBCB8B;
margin : -20px 0px 0px 0px;
margin : -10px 0px 0px 0px;
font-family: IBM Plex Sans Text;
font-size : 18px;
}

View File

@@ -82,4 +82,4 @@
(button :class "btn_play" :onclick "./script play_toggle" STATUS)
(button :class "btn_controls" :tooltip "Seek +1%" :onclick "./script seek '1'" "")
(button :class "btn_controls" :tooltip "Upcoming : ${song.next}" :onclick "./script next" "󰒭"))
(label :justify "left" :wrap "true" :class "lyrics" :text LYRICS))))
(label :wrap "true" :class "lyrics" :text LYRICS))))