From 27583d73057d40c08cfc206f766feedbb3f24dc2 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Thu, 7 Oct 2021 13:47:47 +0000 Subject: [PATCH] Other timezones for date hotkey --- etc/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/xmonad.hs b/etc/xmonad.hs index b0a95cd..4258984 100644 --- a/etc/xmonad.hs +++ b/etc/xmonad.hs @@ -59,7 +59,7 @@ keysP = [ ("M-l", spawn "xsecurelock") , ("", spawn "pulsemixer --toggle-mute") , ("", spawn "pulsemixer --change-volume -3") , ("", spawn "pulsemixer --change-volume +3") - , ("M-d", notifySend 3000 "date") + , ("M-d", notifySend 3000 "date && TZ='Europe/Paris' date && TZ='Europe/Moscow' date") , ("M-p", spawn "rofi -theme android_notification -font 'Ubuntu Mono 30' -show run") , ("M-s", spawn "kitty") , ("M-b", notifySend 1000 "acpi -b")