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]
|
[icons.overrides]
|
||||||
bear = "🐻"
|
bear = "🐻"
|
||||||
bunny = "🐇"
|
bunny = "🐇"
|
||||||
|
@ -20,6 +22,9 @@ hide_when_empty = true
|
||||||
[[block.click]]
|
[[block.click]]
|
||||||
button = "left"
|
button = "left"
|
||||||
cmd = "xdg-open https://rss.azedia.lan"
|
cmd = "xdg-open https://rss.azedia.lan"
|
||||||
|
[[block.click]]
|
||||||
|
button = "double_left"
|
||||||
|
update = true
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "time"
|
block = "time"
|
||||||
|
|
Loading…
Reference in New Issue