Added connect-wifi, updated dart_language_server and rofi-emoji

This commit is contained in:
2019-12-28 22:10:10 +01:00
parent f55ac7c20c
commit 197c089325
4 changed files with 68 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env fish
grep -v "#" ~/.config/emoji.txt | rofi -dmenu -i | awk '{print $1}' | tr -d '\n' | xclip -selection clipboard
grep -v "#" ~/.config/emoji.txt | rofi -dmenu -p "Select emoji" -i | awk '{print $1}' | tr -d '\n' | xclip -selection clipboard
set emoji (xclip -o -selection clipboard | tr -d '\n')
test -z "$emoji" && notify-send "No emoji copied" && exit
test -z "$emoji" && notify-send "No emoji copied" -u low && exit
set -a emoji "copied to clipboard"
pgrep -x dunst >/dev/null && notify-send $emoji
pgrep -x dunst >/dev/null && notify-send -u low $emoji