mirror of
https://github.com/ksyasuda/rice.git
synced 2024-11-22 03:19:58 -08:00
updates
This commit is contained in:
parent
13e57a64a4
commit
83b8c1716a
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
|||||||
.git
|
.git
|
||||||
.idea
|
.idea
|
||||||
.vscode
|
.vscode
|
||||||
|
scripts/rofi/*
|
||||||
eww/.coverart
|
eww/.coverart
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
for filename in "$@"; do
|
for filename in "$@"; do
|
||||||
emacsclient -n -c "$@"
|
emacsclient -n -e emacs -c "$@"
|
||||||
done
|
done
|
||||||
|
@ -7,7 +7,7 @@ ARGS=(
|
|||||||
"Quit"
|
"Quit"
|
||||||
)
|
)
|
||||||
|
|
||||||
CHOICE=$(printf "%s\n" "${ARGS[@]}" | rofi -config ~/SudacodeRice/rofi/rofidmenu.rasi -dmenu -l 4 -i -p "RDP Helper")
|
CHOICE=$(printf "%s\n" "${ARGS[@]}" | rofi -config ~/SudacodeRice/rofi/flat-orange.rasi -dmenu -l 4 -i -p "RDP Helper")
|
||||||
|
|
||||||
if [[ "$CHOICE" == "Quit" ]]; then
|
if [[ "$CHOICE" == "Quit" ]]; then
|
||||||
echo "BYE" && exit 0
|
echo "BYE" && exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user