From 216e26baa45bebb801512855e7aa8a6fe5d371ac Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Mon, 18 Oct 2021 15:50:51 +0300 Subject: [PATCH] Remove on-click action for clock --- waybar/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/waybar/config b/waybar/config index 35ed44c..8fdd325 100644 --- a/waybar/config +++ b/waybar/config @@ -56,8 +56,7 @@ }, "clock": { "format": "{:%d %b %H:%M, %A}", - "tooltip-format": "{:%Y %B}\n{calendar}", - "on-click": "firefox https://calendar.google.com" + "tooltip-format": "{:%Y %B}\n{calendar}" }, "tray": { "icon-size": 16,