diff options
author | EuAndreh <eu@euandre.org> | 2023-02-22 20:56:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-22 20:56:11 -0300 |
commit | d0078eaba7fb5ed34457fa4f12c35432812ff181 (patch) | |
tree | 8409148e576a2f4cbad460b65cd7e54911d4f794 /bin/menu | |
parent | etc/sh/rc: Add $LEIN_SUPPRESS_USER_LEVEL_REPO_WARNINGS variable (diff) | |
download | dotfiles-d0078eaba7fb5ed34457fa4f12c35432812ff181.tar.gz dotfiles-d0078eaba7fb5ed34457fa4f12c35432812ff181.tar.xz |
bin/menu: Remove extra colon in display string
Diffstat (limited to 'bin/menu')
-rwxr-xr-x | bin/menu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -145,7 +145,7 @@ case "$ACTION" in clipboard) # For a potential improved version, see: # https://github.com/cdown/clipmenu/pull/162 - CHOICE="$(clip_list | RAW=1 show 'clipboard:' 1 | cksum)" + CHOICE="$(clip_list | RAW=1 show 'clipboard' 1 | cksum)" if [ -n "$CHOICE" ]; then copy < "$CLIP_DIR"/"$CHOICE" notify-send -t 5000 -u low -- 'copied to clipboard' |