diff options
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/mounter (renamed from .local/bin/dmenumount) | 0 | ||||
| -rwxr-xr-x | .local/bin/sbar | 2 | ||||
| -rwxr-xr-x | .local/bin/unicode_emoji | 2 | ||||
| -rwxr-xr-x | .local/bin/unmounter (renamed from .local/bin/dmenuumount) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/dmenumount b/.local/bin/mounter index 241e6fd..241e6fd 100755 --- a/.local/bin/dmenumount +++ b/.local/bin/mounter diff --git a/.local/bin/sbar b/.local/bin/sbar index 67a0ca4..cd32308 100755 --- a/.local/bin/sbar +++ b/.local/bin/sbar @@ -22,7 +22,7 @@ update_music () { if [ -z "$(sb-music)" ]; then music="" else - music="[ $(sb-music) ]" + music="[ $(sb-music) ] " fi } diff --git a/.local/bin/unicode_emoji b/.local/bin/unicode_emoji index 415a268..91ff6fe 100755 --- a/.local/bin/unicode_emoji +++ b/.local/bin/unicode_emoji @@ -10,4 +10,4 @@ chosen=$(cut -d ';' -f1 ~/.local/share/emoji | dmenu -i -l 30 | sed "s/ .*//") xdotool type "$chosen" printf "$chosen" | xclip -selection clipboard -notify-send "'$chosen' copied to clipboard." &
\ No newline at end of file +notify-send "'$chosen' copied to clipboard." & diff --git a/.local/bin/dmenuumount b/.local/bin/unmounter index d9be444..d9be444 100755 --- a/.local/bin/dmenuumount +++ b/.local/bin/unmounter |
