OSDN Git Service

better instantclipmenu messaging
authorpaperbenni <paperbenni@gmail.com>
Tue, 27 Oct 2020 20:36:10 +0000 (21:36 +0100)
committerpaperbenni <paperbenni@gmail.com>
Tue, 27 Oct 2020 20:36:10 +0000 (21:36 +0100)
programs/instantclipmenu

index c546ccf..40a51b3 100755 (executable)
@@ -13,8 +13,10 @@ enableclipmenu() {
     instantinstall clipmenu
     sleep 0.2
     pgrep -f clipmenud || clipmenud &
+    notify-send "enabling clipboard management, loading..."
     sleep 2
-    echo "test" >"$cache_file"
+    echo "this menu will show recent clipboard entries" >"$cache_file"
+    echo "click on an entry to restore its contents" >>"$cache_file"
 }
 
 shopt -s nullglob