1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 11:49:33 +00:00
This commit is contained in:
Rae 5e 2025-01-21 00:33:34 -05:00
parent b11af1c6b1
commit 3972c393cc
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
2 changed files with 7 additions and 2 deletions

View file

@ -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";
};