1
Fork 0

Add a double click option to the RSS block.

This commit is contained in:
Bauke 2024-03-01 13:12:35 +01:00
parent 9484124fed
commit 655e15628e
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 5 additions and 0 deletions

View File

@ -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"