Too lazy to make propper edit but i changed the
polling system to a message one so we can have more ways we can interract with plugins (reload/ reset/ on click events)
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
refresh_ms=100
|
||||
sock_path="~/dim.sock" # must be full path
|
||||
seperator=" | "
|
||||
|
||||
[plugins]
|
||||
path="./plugins"
|
||||
blacklist=["example_c", "example_rust"]
|
||||
as_whitelist=false
|
||||
template=["counter", "battery", "clock"]
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
refresh_ms=100
|
||||
sock_path="~/dim.sock" # must be full path
|
||||
seperator=" | "
|
||||
|
||||
[plugins]
|
||||
path="./plugins"
|
||||
blacklist=["example_c", "example_rust"]
|
||||
as_whitelist=false
|
||||
template=["counter", "battery", "clock"]
|
||||
|
||||
Reference in New Issue
Block a user