mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Compare commits
2 Commits
7017703cab
...
fa79deeb05
Author | SHA1 | Date | |
---|---|---|---|
fa79deeb05 | |||
90fc09e1a9 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
bookmarks
|
bookmarks
|
||||||
.config/secrets
|
.config/secrets
|
||||||
|
|
||||||
|
.config/gopass/gopass-logo-small.png
|
||||||
.config/gtk-2.0/gtkfilechooser.ini
|
.config/gtk-2.0/gtkfilechooser.ini
|
||||||
.config/imgur-screenshot/credentials.conf
|
.config/imgur-screenshot/credentials.conf
|
||||||
.config/mailnag/mailnag.dat
|
.config/mailnag/mailnag.dat
|
||||||
|
@ -57,9 +57,8 @@ function notify() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function display() {
|
function display() {
|
||||||
fontawesome=$(cat "$FONTAWESOME_FILE" | grep -v '#' | grep -v '^[[:space:]]*$')
|
update=$'\tUpdate Font Awesome cache'
|
||||||
update=""$'\t'"Update Font Awesome cache"
|
fontawesome=$(grep -v '#\|^[[:space:]]*$' "$FONTAWESOME_FILE"; printf "$update\n")
|
||||||
fontawesome=$(printf "$fontawesome\n$update")
|
|
||||||
line=$(echo "$fontawesome" | rofi -dmenu -i -p fontawesome -normal-window -kb-custom-1 Ctrl+c -kb-row-tab '' -kb-row-select Tab $@)
|
line=$(echo "$fontawesome" | rofi -dmenu -i -p fontawesome -normal-window -kb-custom-1 Ctrl+c -kb-row-tab '' -kb-row-select Tab $@)
|
||||||
exit_code=$?
|
exit_code=$?
|
||||||
|
|
||||||
@ -69,7 +68,6 @@ function display() {
|
|||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#IFS=$'\t'
|
|
||||||
line=($line)
|
line=($line)
|
||||||
last=${line[${#line[@]}-1]}
|
last=${line[${#line[@]}-1]}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user