From 5cfdf2e942706c4ace1e253656c300f929612dee Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sat, 5 Oct 2019 22:19:34 -0400 Subject: [PATCH] Update UTC clock with popup calendar --- polybar/.config/polybar/config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 9f21b9e..df820b0 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -43,9 +43,15 @@ font-2 = Font Awesome 5 Free Solid:size=10;0 font-3 = Font Awesome 5 Brands Regular:size=10;0 font-4 = unifont:size=6;0 modules-left = temp-cpu cpu -modules-center = clock-utc network filesystem +modules-center = popup-utc network filesystem modules-right = info-idle caffeine temp-gpu memory +[module/popup-utc] +type = custom/script +exec = ~/.local/bin/i3scripts/popup-calendar +interval = 5 +click-left = ~/.local/bin/i3scripts/popup-calendar --popup + [module/weather] type = custom/script exec = ~/.local/bin/i3scripts/weathermap