summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnotification-daemon-launch5
-rwxr-xr-xrename-pix-by-time-and-cam2
2 files changed, 6 insertions, 1 deletions
diff --git a/notification-daemon-launch b/notification-daemon-launch
new file mode 100755
index 0000000..e6c261d
--- /dev/null
+++ b/notification-daemon-launch
@@ -0,0 +1,5 @@
+#!/bin/zsh
+
+sleep 10
+sind | notification-daemon &
+
diff --git a/rename-pix-by-time-and-cam b/rename-pix-by-time-and-cam
index 3a6224f..592e432 100755
--- a/rename-pix-by-time-and-cam
+++ b/rename-pix-by-time-and-cam
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
-cams = { "SIGMA DP2 Merrill" => "dp2m", "FP2" => "fp2", "Canon EOS 1000D" => "1000d", "iPad Air" => "ipadair", "iPhone 5" => "iphone5", "iPhone SE" => "iphonese" }
+cams = { "SIGMA DP2 Merrill" => "dp2m", "FP2" => "fp2", "Canon EOS 1000D" => "1000d", "iPad Air" => "ipadair", "iPhone 5" => "iphone5", "iPhone SE" => "iphonese", "IQ180" => "iq180" }
cams.default = "default"
file_ext = ARGV[0]