[yambar] Correct
This commit is contained in:
parent
dfd7a5bd22
commit
1cd1dfe2e0
1 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@ col_fg: &col_fg "dfdfdfff"
|
|||
col_fg_alt: &col_fg_alt "777777ff"
|
||||
col_fg_caution: &col_fg_caution "bd2c40ff"
|
||||
col_fg_alert: &col_fg_alert "ff4e4eff"
|
||||
col_meter_bg: &col_meter_bg "333333aa"
|
||||
col_meter_bg: &col_meter_bg "3a3a3aaa"
|
||||
col_chg: &col_chg "dddd77ff"
|
||||
|
||||
font_default: &font_default "Fira Sans:size=12"
|
||||
|
@ -255,12 +255,12 @@ bar:
|
|||
#empty: {string: {text: "─", foreground: "333333ff"}}
|
||||
#indicator: {string: {text: "╴", foreground: "eeeeeeff"}}
|
||||
- string:
|
||||
text: "{artist} –"
|
||||
max: 15
|
||||
text: "{artist}"
|
||||
max: 13
|
||||
font: "Fira Sans:size=11"
|
||||
- string:
|
||||
text: "{title}"
|
||||
max: 20
|
||||
text: "– {title}"
|
||||
max: 22
|
||||
font: "Fira Sans:size=11"
|
||||
#paused:
|
||||
#- string: {text: "", font: *font_material}
|
||||
|
|
Loading…
Reference in a new issue