Add a double click option to the RSS block.
This commit is contained in:
parent
9484124fed
commit
655e15628e
|
@ -1,3 +1,5 @@
|
|||
double_click_delay = 250
|
||||
|
||||
[icons.overrides]
|
||||
bear = "🐻"
|
||||
bunny = "🐇"
|
||||
|
@ -20,6 +22,9 @@ hide_when_empty = true
|
|||
[[block.click]]
|
||||
button = "left"
|
||||
cmd = "xdg-open https://rss.azedia.lan"
|
||||
[[block.click]]
|
||||
button = "double_left"
|
||||
update = true
|
||||
|
||||
[[block]]
|
||||
block = "time"
|
||||
|
|
Loading…
Reference in New Issue