diff options
author | 53hornet <atc@53hor.net> | 2021-12-06 21:08:57 -0500 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-12-06 21:08:57 -0500 |
commit | dd52fcc63370c11569e9fa9778e22a85a5fe7635 (patch) | |
tree | 1e4578e7799a45896850c093774a3e9378229bd9 /.config/i3blocks/config | |
parent | 143a951b6786301c0795e451567f4ce3a4b448d7 (diff) | |
download | dotfiles-dd52fcc63370c11569e9fa9778e22a85a5fe7635.tar.xz dotfiles-dd52fcc63370c11569e9fa9778e22a85a5fe7635.zip |
aliases, i3 config
Diffstat (limited to '.config/i3blocks/config')
-rw-r--r-- | .config/i3blocks/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3blocks/config b/.config/i3blocks/config index 904c3db..692aa04 100644 --- a/.config/i3blocks/config +++ b/.config/i3blocks/config @@ -75,4 +75,4 @@ command=status=$(apm -b) ; level=$(apm -l) ; [ $status -eq 3 ] && printf " % [date] interval=59 -command=printf " %s\n" "$(date '+%a %b %e %l:%M %p')" +command=[ "$BLOCK_BUTTON" = 3 ] && date '+%Y-%m-%d' | xclip -i -selection clipboard || printf " %s\n" "$(date '+%a %b %e %l:%M %p')" |