This commit is contained in:
Snorky 2025-10-02 17:29:56 +02:00
parent db6e570a45
commit 1c136c5997
No known key found for this signature in database
GPG Key ID: 424B3C8E63F96662

View File

@ -280,7 +280,6 @@ volume() {
echo -n "\"background\":\"$bg\"," echo -n "\"background\":\"$bg\","
common common
echo -n "}," echo -n "},"
#separator $bg_bar_color $bg
} }
systemupdate() { systemupdate() {
@ -293,7 +292,6 @@ systemupdate() {
fi fi
} }
Artist_text() { Artist_text() {
local bg="#000000" local bg="#000000"
local text_color="#D48F06" local text_color="#D48F06"
@ -334,8 +332,6 @@ Backlight_text() {
separator $bg_bar_color $bg separator $bg_bar_color $bg
} }
Album_text() { Album_text() {
local bg="#000000" local bg="#000000"
local text_color="#D48F06" local text_color="#D48F06"
@ -355,7 +351,6 @@ cutator() {
separator $bg "#FFD180" separator $bg "#FFD180"
echo -n ",{" echo -n ",{"
echo -n "\"name\":\"id_cutator_text\"," echo -n "\"name\":\"id_cutator_text\","
# echo -n "\"color\":\"$text_color\","
echo -n "\"full_text\":\"$(echo -n '☢')\"," echo -n "\"full_text\":\"$(echo -n '☢')\","
echo -n "\"background\":\"$bg\"," echo -n "\"background\":\"$bg\","
common common