1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-10 22:41:05 +02:00

feat: new label module

Takes a text label, with the ability to include embedded scripts.

Resolves #80.
This commit is contained in:
Jake Stanger 2023-04-07 14:27:16 +01:00
parent 55c06c4766
commit 6c622864b3
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
11 changed files with 153 additions and 1 deletions

View file

@ -126,6 +126,10 @@
"show_icons": true,
"show_names": false,
"type": "launcher"
},
{
"label": "random num: {{500:echo $RANDOM}}",
"type": "label"
}
]
}