mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 11:49:33 +00:00
~
This commit is contained in:
parent
b11af1c6b1
commit
3972c393cc
2 changed files with 7 additions and 2 deletions
|
@ -27,9 +27,12 @@
|
|||
''
|
||||
];
|
||||
content.map.conditions = {
|
||||
"status == Playing" = {
|
||||
"status == Playing && artist != \"\"" = {
|
||||
string.text = "{artist} - {title}";
|
||||
};
|
||||
"status == Playing && artist == \"\"" = {
|
||||
string.text = "{title}";
|
||||
};
|
||||
"status != Playing" = {
|
||||
string.text = "god's in his heaven | all's right with the world";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue