OSDN Git Service

fix logo
authorpaperbenni <paperbenni@gmail.com>
Sat, 18 Jul 2020 09:46:08 +0000 (11:46 +0200)
committerpaperbenni <paperbenni@gmail.com>
Sat, 18 Jul 2020 09:46:08 +0000 (11:46 +0200)
README.md
programs/instantshare [new file with mode: 0644]
programs/instantswitch

index 5f12758..5702caf 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 <div align="center">
     <h1>instantOS</h1>
     <p>it works. fast. powerful.</p>
-    <img width="300" height="300" src="https://raw.githubusercontent.com/instantOS/instantLOGO/master/png/logo.png">
+    <img width="300" height="300" src="https://media.githubusercontent.com/media/instantOS/instantLOGO/master/png/logo.png">
 </div>
 
 <p align="left">
diff --git a/programs/instantshare b/programs/instantshare
new file mode 100644 (file)
index 0000000..dcabff1
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+if [ -n "$1" ]
\ No newline at end of file
index d0b597c..2ccd2af 100755 (executable)
@@ -1,3 +1,9 @@
 #!/bin/sh
 
-rofi -show window
+if [ -z "$1" ]; then
+    rofi -show window
+    exit
+fi
+
+
+CLASSNUMBER="$(xdotool search --class $1)"
\ No newline at end of file