summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2014-10-31 19:54:10 +0100
committerRasmus Steinke <rasi@xssn.at>2014-10-31 19:54:10 +0100
commit7af85fd96ae4f9e06e3aa8fefce8703d001162a8 (patch)
tree33852d27fcfee35c511dd1ebac6c64de7e33d513
parent668e6e8e1c3c8d27c2dbbfb477b5c580daa3eadd (diff)
downloadperl-app-clerk-7af85fd96ae4f9e06e3aa8fefce8703d001162a8.tar.gz
perl-app-clerk-7af85fd96ae4f9e06e3aa8fefce8703d001162a8.tar.xz
another visual fix
-rwxr-xr-xclerk4
1 files changed, 2 insertions, 2 deletions
diff --git a/clerk b/clerk
index 52e4938..9de65b2 100755
--- a/clerk
+++ b/clerk
@@ -131,7 +131,7 @@ browseFilesystem () {
chose() {
if [[ -d "$selection" ]]; then
cd "$selection"
- selection="$(echo -e "0 Return to Library Menu\n1 Add all music files\n---\n$(ls)" | rofi -dmenu -p "Chose Directory/Files > ")"
+ selection="$(echo -e "0 Return to Library Menu\n---\n1 Add all music files\n---\n$(ls)" | rofi -dmenu -p "Chose Directory/Files > ")"
chose
elif [[ "$selection" == "1 Add all music files" ]]; then
comboadd
@@ -144,7 +144,7 @@ browseFilesystem () {
}
cd ~
- selection="$(echo -e "0 Return to Library Menu\n1 Add all music files\n---\n$(ls)" | rofi -dmenu -p "Chose Directory/Files > ")"
+ selection="$(echo -e "0 Return to Library Menu\n---\n1 Add all music files\n---\n$(ls)" | rofi -dmenu -p "Chose Directory/Files > ")"
chose
}