From b8cc7737d285f2dac920da16ea14a05a45435e04 Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@lyda.ie> Date: Mon, 3 Apr 2023 09:46:55 +0100 Subject: [PATCH] Update sample config. --- config/sample.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sample.yaml b/config/sample.yaml index bf3fe00..974cb34 100644 --- a/config/sample.yaml +++ b/config/sample.yaml @@ -22,9 +22,9 @@ modules: params: text: "red" color: "#11ff11" - on-click: xdg-open https://mastodon.ie/ + on-click: google-chrome https://mastodon.ie/ - module: date params: blink-char: ":" format: 06-01-02 15:04 - on-click: xdg-open https://calendar.google.com/ + on-click: google-chrome https://calendar.google.com/ -- GitLab