1
0

Other timezones for date hotkey

此提交包含在:
2021-10-07 13:47:47 +00:00
父節點 dc0cbb733e
當前提交 27583d7305

查看文件

@ -59,7 +59,7 @@ keysP = [ ("M-l", spawn "xsecurelock")
, ("<XF86AudioMute>", spawn "pulsemixer --toggle-mute")
, ("<XF86AudioLowerVolume>", spawn "pulsemixer --change-volume -3")
, ("<XF86AudioRaiseVolume>", 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")