Created
October 28, 2022 01:22
-
-
Save DakshG07/eb416265e730b02f4b135828e24ff0b1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ...other config... | |
playing: | |
type: yasb.custom.CustomWidget | |
options: | |
label: "{data}" | |
label_alt: "{data}" | |
class_name: now-playing | |
exec_options: | |
run_cmd: [LOCATION OF EXE FILE] | |
run_interval: 5000 | |
return_format: string | |
callbacks: | |
on_left: [LOCATION OF EXE FILE] toggle | |
# ...other config... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment