From cfb8c7201e82b8e8973a29b9e84c4a3db551ff12 Mon Sep 17 00:00:00 2001 From: JakobS1n Date: Sat, 9 Apr 2016 18:11:30 +0200 Subject: Initial Commit --- source/Jakobs Tools/128x128.png | Bin 0 -> 6393 bytes source/Jakobs Tools/16x16.png | Bin 0 -> 719 bytes source/Jakobs Tools/24x24.png | Bin 0 -> 1126 bytes source/Jakobs Tools/256x256.png | Bin 0 -> 14031 bytes source/Jakobs Tools/32x32.png | Bin 0 -> 1502 bytes source/Jakobs Tools/48x48.png | Bin 0 -> 2346 bytes source/Jakobs Tools/512x512.png | Bin 0 -> 30353 bytes source/Jakobs Tools/64x64.png | Bin 0 -> 3208 bytes source/Jakobs Tools/96x96.png | Bin 0 -> 4873 bytes source/Jakobs Tools/AppDelegate.swift | 179 ++++++ .../AppIcon.appiconset/Contents.json | 58 ++ source/Jakobs Tools/Assets.xcassets/Contents.json | 6 + .../Assets.xcassets/icon.appiconset/128x128.png | Bin 0 -> 6393 bytes .../Assets.xcassets/icon.appiconset/16x16.png | Bin 0 -> 719 bytes .../Assets.xcassets/icon.appiconset/24x24.png | Bin 0 -> 1126 bytes .../Assets.xcassets/icon.appiconset/256x256.png | Bin 0 -> 14031 bytes .../Assets.xcassets/icon.appiconset/32x32.png | Bin 0 -> 1502 bytes .../Assets.xcassets/icon.appiconset/48x48.png | Bin 0 -> 2346 bytes .../Assets.xcassets/icon.appiconset/512x512.png | Bin 0 -> 30353 bytes .../Assets.xcassets/icon.appiconset/Contents.json | 65 ++ .../imgHidden.imageset/Contents.json | 23 + .../imgHidden.imageset/imgHidden.png | Bin 0 -> 3390 bytes .../imgHiddenDark.imageset/Contents.json | 23 + .../imgHiddenDark.imageset/imgHiddenDark.png | Bin 0 -> 3391 bytes .../Assets.xcassets/imgShow.imageset/Contents.json | 23 + .../Assets.xcassets/imgShow.imageset/imgShow.png | Bin 0 -> 3316 bytes .../imgShowDark.imageset/Contents.json | 23 + .../imgShowDark.imageset/imgShowDark.png | Bin 0 -> 3327 bytes source/Jakobs Tools/Base.lproj/MainMenu.xib | 681 +++++++++++++++++++++ source/Jakobs Tools/Info.plist | 34 + source/Jakobs Tools/imgHidden.png | Bin 0 -> 3390 bytes source/Jakobs Tools/imgHiddenDark.png | Bin 0 -> 3391 bytes source/Jakobs Tools/imgShow.png | Bin 0 -> 3316 bytes source/Jakobs Tools/imgShowDark.png | Bin 0 -> 3327 bytes source/Jakobs Tools/logo.png | Bin 0 -> 29847 bytes 35 files changed, 1115 insertions(+) create mode 100755 source/Jakobs Tools/128x128.png create mode 100755 source/Jakobs Tools/16x16.png create mode 100755 source/Jakobs Tools/24x24.png create mode 100755 source/Jakobs Tools/256x256.png create mode 100755 source/Jakobs Tools/32x32.png create mode 100755 source/Jakobs Tools/48x48.png create mode 100755 source/Jakobs Tools/512x512.png create mode 100755 source/Jakobs Tools/64x64.png create mode 100755 source/Jakobs Tools/96x96.png create mode 100644 source/Jakobs Tools/AppDelegate.swift create mode 100644 source/Jakobs Tools/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 source/Jakobs Tools/Assets.xcassets/Contents.json create mode 100644 source/Jakobs Tools/Assets.xcassets/icon.appiconset/128x128.png create mode 100644 source/Jakobs Tools/Assets.xcassets/icon.appiconset/16x16.png create mode 100644 source/Jakobs Tools/Assets.xcassets/icon.appiconset/24x24.png create mode 100644 source/Jakobs Tools/Assets.xcassets/icon.appiconset/256x256.png create mode 100644 source/Jakobs Tools/Assets.xcassets/icon.appiconset/32x32.png create mode 100644 source/Jakobs Tools/Assets.xcassets/icon.appiconset/48x48.png create mode 100644 source/Jakobs Tools/Assets.xcassets/icon.appiconset/512x512.png create mode 100644 source/Jakobs Tools/Assets.xcassets/icon.appiconset/Contents.json create mode 100644 source/Jakobs Tools/Assets.xcassets/imgHidden.imageset/Contents.json create mode 100644 source/Jakobs Tools/Assets.xcassets/imgHidden.imageset/imgHidden.png create mode 100644 source/Jakobs Tools/Assets.xcassets/imgHiddenDark.imageset/Contents.json create mode 100644 source/Jakobs Tools/Assets.xcassets/imgHiddenDark.imageset/imgHiddenDark.png create mode 100644 source/Jakobs Tools/Assets.xcassets/imgShow.imageset/Contents.json create mode 100644 source/Jakobs Tools/Assets.xcassets/imgShow.imageset/imgShow.png create mode 100644 source/Jakobs Tools/Assets.xcassets/imgShowDark.imageset/Contents.json create mode 100644 source/Jakobs Tools/Assets.xcassets/imgShowDark.imageset/imgShowDark.png create mode 100644 source/Jakobs Tools/Base.lproj/MainMenu.xib create mode 100644 source/Jakobs Tools/Info.plist create mode 100644 source/Jakobs Tools/imgHidden.png create mode 100644 source/Jakobs Tools/imgHiddenDark.png create mode 100644 source/Jakobs Tools/imgShow.png create mode 100644 source/Jakobs Tools/imgShowDark.png create mode 100644 source/Jakobs Tools/logo.png (limited to 'source/Jakobs Tools') diff --git a/source/Jakobs Tools/128x128.png b/source/Jakobs Tools/128x128.png new file mode 100755 index 0000000..44b2f62 Binary files /dev/null and b/source/Jakobs Tools/128x128.png differ diff --git a/source/Jakobs Tools/16x16.png b/source/Jakobs Tools/16x16.png new file mode 100755 index 0000000..9479962 Binary files /dev/null and b/source/Jakobs Tools/16x16.png differ diff --git a/source/Jakobs Tools/24x24.png b/source/Jakobs Tools/24x24.png new file mode 100755 index 0000000..1d6f1cc Binary files /dev/null and b/source/Jakobs Tools/24x24.png differ diff --git a/source/Jakobs Tools/256x256.png b/source/Jakobs Tools/256x256.png new file mode 100755 index 0000000..56911a0 Binary files /dev/null and b/source/Jakobs Tools/256x256.png differ diff --git a/source/Jakobs Tools/32x32.png b/source/Jakobs Tools/32x32.png new file mode 100755 index 0000000..45963ba Binary files /dev/null and b/source/Jakobs Tools/32x32.png differ diff --git a/source/Jakobs Tools/48x48.png b/source/Jakobs Tools/48x48.png new file mode 100755 index 0000000..14bc207 Binary files /dev/null and b/source/Jakobs Tools/48x48.png differ diff --git a/source/Jakobs Tools/512x512.png b/source/Jakobs Tools/512x512.png new file mode 100755 index 0000000..1ca67e3 Binary files /dev/null and b/source/Jakobs Tools/512x512.png differ diff --git a/source/Jakobs Tools/64x64.png b/source/Jakobs Tools/64x64.png new file mode 100755 index 0000000..999cdf5 Binary files /dev/null and b/source/Jakobs Tools/64x64.png differ diff --git a/source/Jakobs Tools/96x96.png b/source/Jakobs Tools/96x96.png new file mode 100755 index 0000000..9f020b3 Binary files /dev/null and b/source/Jakobs Tools/96x96.png differ diff --git a/source/Jakobs Tools/AppDelegate.swift b/source/Jakobs Tools/AppDelegate.swift new file mode 100644 index 0000000..d8ec71e --- /dev/null +++ b/source/Jakobs Tools/AppDelegate.swift @@ -0,0 +1,179 @@ +// +// AppDelegate.swift +// Jakobs Tools +// +// Created by Jakob Stendahl on 20/02/16. +// Copyright © 2016 Jakob Stendahl. All rights reserved. +// + +import Cocoa + +@NSApplicationMain +class AppDelegate: NSObject, NSApplicationDelegate { + + @IBOutlet weak var window: NSWindow! + + var statusItem = NSStatusItem?() + var button = NSStatusBarButton?() + + var filesHiden = true + let appearance = NSUserDefaults.standardUserDefaults().stringForKey("AppleInterfaceStyle") ?? "Light" + + + func applicationDidFinishLaunching(aNotification: NSNotification) { + // Insert code here to initialize your app String { + + // Create a Task instance + let task = NSTask() + + // Set the task parameters + task.launchPath = "/usr/bin/env" + task.arguments = ["defaults", "read", "com.apple.finder", "AppleShowAllFiles"] + + // Create a Pipe and make the task + // put all the output there + let pipe = NSPipe() + task.standardOutput = pipe + + // Launch the task + task.launch() + + // Get the data + let data = pipe.fileHandleForReading.readDataToEndOfFile() + let output = NSString(data: data, encoding: NSUTF8StringEncoding) + + return(output!) as String + } + + func toggleFilesVisible(state : NSString) { + + // Create a Task instance + let task = NSTask() + + // Set the task parameters + task.launchPath = "/usr/bin/env" + if(state == "SHOW") { + task.arguments = ["defaults", "write", "com.apple.finder", "AppleShowAllFiles", "YES"] + print("SHOW") + } + if(state == "HIDE") { + task.arguments = ["defaults", "write", "com.apple.finder", "AppleShowAllFiles", "NO"] + print("HIDE") + } + + // Create a Pipe and make the task + // put all the output there + let pipe = NSPipe() + task.standardOutput = pipe + + // Launch the task + task.launch() + + // Get the data + let data = pipe.fileHandleForReading.readDataToEndOfFile() + let output = NSString(data: data, encoding: NSUTF8StringEncoding) + + print("State changed: ") + print(output!) + + } + + func refreshFinder() { + + // Create a Task instance + let task = NSTask() + + // Set the task parameters + task.launchPath = "/usr/bin/env" + task.arguments = ["killall", "Finder", "/System/Library/CoreServices/Finder.app"] + + // Create a Pipe and make the task + // put all the output there + let pipe = NSPipe() + task.standardOutput = pipe + + // Launch the task + task.launch() + + // Get the data + let data = pipe.fileHandleForReading.readDataToEndOfFile() + let output = NSString(data: data, encoding: NSUTF8StringEncoding) + + print(output!) + } + + func pressed(sender : AnyObject) { + + let currentStateOutput = CheckCurrentState() + let currentState = currentStateOutput.characters.first + print(currentState) + + if (currentState == "Y") { + print("YAY") + filesHiden = false + toggleFilesVisible("HIDE") + refreshFinder() + setStatusImage("HIDE") + } + if currentState == "N" { + print("NAAY") + filesHiden = true + toggleFilesVisible("SHOW") + refreshFinder() + setStatusImage("SHOW") + } + print("POOF") + + } + + +} + diff --git a/source/Jakobs Tools/Assets.xcassets/AppIcon.appiconset/Contents.json b/source/Jakobs Tools/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..2db2b1c --- /dev/null +++ b/source/Jakobs Tools/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,58 @@ +{ + "images" : [ + { + "idiom" : "mac", + "size" : "16x16", + "scale" : "1x" + }, + { + "idiom" : "mac", + "size" : "16x16", + "scale" : "2x" + }, + { + "idiom" : "mac", + "size" : "32x32", + "scale" : "1x" + }, + { + "idiom" : "mac", + "size" : "32x32", + "scale" : "2x" + }, + { + "idiom" : "mac", + "size" : "128x128", + "scale" : "1x" + }, + { + "idiom" : "mac", + "size" : "128x128", + "scale" : "2x" + }, + { + "idiom" : "mac", + "size" : "256x256", + "scale" : "1x" + }, + { + "idiom" : "mac", + "size" : "256x256", + "scale" : "2x" + }, + { + "idiom" : "mac", + "size" : "512x512", + "scale" : "1x" + }, + { + "idiom" : "mac", + "size" : "512x512", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/source/Jakobs Tools/Assets.xcassets/Contents.json b/source/Jakobs Tools/Assets.xcassets/Contents.json new file mode 100644 index 0000000..da4a164 --- /dev/null +++ b/source/Jakobs Tools/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/source/Jakobs Tools/Assets.xcassets/icon.appiconset/128x128.png b/source/Jakobs Tools/Assets.xcassets/icon.appiconset/128x128.png new file mode 100644 index 0000000..44b2f62 Binary files /dev/null and b/source/Jakobs Tools/Assets.xcassets/icon.appiconset/128x128.png differ diff --git a/source/Jakobs Tools/Assets.xcassets/icon.appiconset/16x16.png b/source/Jakobs Tools/Assets.xcassets/icon.appiconset/16x16.png new file mode 100644 index 0000000..9479962 Binary files /dev/null and b/source/Jakobs Tools/Assets.xcassets/icon.appiconset/16x16.png differ diff --git a/source/Jakobs Tools/Assets.xcassets/icon.appiconset/24x24.png b/source/Jakobs Tools/Assets.xcassets/icon.appiconset/24x24.png new file mode 100644 index 0000000..1d6f1cc Binary files /dev/null and b/source/Jakobs Tools/Assets.xcassets/icon.appiconset/24x24.png differ diff --git a/source/Jakobs Tools/Assets.xcassets/icon.appiconset/256x256.png b/source/Jakobs Tools/Assets.xcassets/icon.appiconset/256x256.png new file mode 100644 index 0000000..56911a0 Binary files /dev/null and b/source/Jakobs Tools/Assets.xcassets/icon.appiconset/256x256.png differ diff --git a/source/Jakobs Tools/Assets.xcassets/icon.appiconset/32x32.png b/source/Jakobs Tools/Assets.xcassets/icon.appiconset/32x32.png new file mode 100644 index 0000000..45963ba Binary files /dev/null and b/source/Jakobs Tools/Assets.xcassets/icon.appiconset/32x32.png differ diff --git a/source/Jakobs Tools/Assets.xcassets/icon.appiconset/48x48.png b/source/Jakobs Tools/Assets.xcassets/icon.appiconset/48x48.png new file mode 100644 index 0000000..14bc207 Binary files /dev/null and b/source/Jakobs Tools/Assets.xcassets/icon.appiconset/48x48.png differ diff --git a/source/Jakobs Tools/Assets.xcassets/icon.appiconset/512x512.png b/source/Jakobs Tools/Assets.xcassets/icon.appiconset/512x512.png new file mode 100644 index 0000000..1ca67e3 Binary files /dev/null and b/source/Jakobs Tools/Assets.xcassets/icon.appiconset/512x512.png differ diff --git a/source/Jakobs Tools/Assets.xcassets/icon.appiconset/Contents.json b/source/Jakobs Tools/Assets.xcassets/icon.appiconset/Contents.json new file mode 100644 index 0000000..398a4c5 --- /dev/null +++ b/source/Jakobs Tools/Assets.xcassets/icon.appiconset/Contents.json @@ -0,0 +1,65 @@ +{ + "images" : [ + { + "size" : "16x16", + "idiom" : "mac", + "filename" : "16x16.png", + "scale" : "1x" + }, + { + "size" : "16x16", + "idiom" : "mac", + "filename" : "24x24.png", + "scale" : "2x" + }, + { + "size" : "32x32", + "idiom" : "mac", + "filename" : "32x32.png", + "scale" : "1x" + }, + { + "size" : "32x32", + "idiom" : "mac", + "filename" : "48x48.png", + "scale" : "2x" + }, + { + "size" : "128x128", + "idiom" : "mac", + "filename" : "128x128.png", + "scale" : "1x" + }, + { + "idiom" : "mac", + "size" : "128x128", + "scale" : "2x" + }, + { + "size" : "256x256", + "idiom" : "mac", + "filename" : "256x256.png", + "scale" : "1x" + }, + { + "idiom" : "mac", + "size" : "256x256", + "scale" : "2x" + }, + { + "size" : "512x512", + "idiom" : "mac", + "filename" : "512x512.png", + "scale" : "1x" + }, + { + "idiom" : "mac", + "size" : "512x512", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/source/Jakobs Tools/Assets.xcassets/imgHidden.imageset/Contents.json b/source/Jakobs Tools/Assets.xcassets/imgHidden.imageset/Contents.json new file mode 100644 index 0000000..2c248f4 --- /dev/null +++ b/source/Jakobs Tools/Assets.xcassets/imgHidden.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "mac" + }, + { + "idiom" : "mac", + "scale" : "1x" + }, + { + "idiom" : "mac", + "filename" : "imgHidden.png", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + }, + "properties" : { + "template-rendering-intent" : "template" + } +} \ No newline at end of file diff --git a/source/Jakobs Tools/Assets.xcassets/imgHidden.imageset/imgHidden.png b/source/Jakobs Tools/Assets.xcassets/imgHidden.imageset/imgHidden.png new file mode 100644 index 0000000..dad5ece Binary files /dev/null and b/source/Jakobs Tools/Assets.xcassets/imgHidden.imageset/imgHidden.png differ diff --git a/source/Jakobs Tools/Assets.xcassets/imgHiddenDark.imageset/Contents.json b/source/Jakobs Tools/Assets.xcassets/imgHiddenDark.imageset/Contents.json new file mode 100644 index 0000000..ff3ae16 --- /dev/null +++ b/source/Jakobs Tools/Assets.xcassets/imgHiddenDark.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "mac" + }, + { + "idiom" : "mac", + "scale" : "1x" + }, + { + "idiom" : "mac", + "filename" : "imgHiddenDark.png", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + }, + "properties" : { + "template-rendering-intent" : "template" + } +} \ No newline at end of file diff --git a/source/Jakobs Tools/Assets.xcassets/imgHiddenDark.imageset/imgHiddenDark.png b/source/Jakobs Tools/Assets.xcassets/imgHiddenDark.imageset/imgHiddenDark.png new file mode 100644 index 0000000..cd3ac3b Binary files /dev/null and b/source/Jakobs Tools/Assets.xcassets/imgHiddenDark.imageset/imgHiddenDark.png differ diff --git a/source/Jakobs Tools/Assets.xcassets/imgShow.imageset/Contents.json b/source/Jakobs Tools/Assets.xcassets/imgShow.imageset/Contents.json new file mode 100644 index 0000000..4983028 --- /dev/null +++ b/source/Jakobs Tools/Assets.xcassets/imgShow.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "mac" + }, + { + "idiom" : "mac", + "scale" : "1x" + }, + { + "idiom" : "mac", + "filename" : "imgShow.png", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + }, + "properties" : { + "template-rendering-intent" : "template" + } +} \ No newline at end of file diff --git a/source/Jakobs Tools/Assets.xcassets/imgShow.imageset/imgShow.png b/source/Jakobs Tools/Assets.xcassets/imgShow.imageset/imgShow.png new file mode 100644 index 0000000..1737c2f Binary files /dev/null and b/source/Jakobs Tools/Assets.xcassets/imgShow.imageset/imgShow.png differ diff --git a/source/Jakobs Tools/Assets.xcassets/imgShowDark.imageset/Contents.json b/source/Jakobs Tools/Assets.xcassets/imgShowDark.imageset/Contents.json new file mode 100644 index 0000000..64994be --- /dev/null +++ b/source/Jakobs Tools/Assets.xcassets/imgShowDark.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "mac" + }, + { + "idiom" : "mac", + "scale" : "1x" + }, + { + "idiom" : "mac", + "filename" : "imgShowDark.png", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + }, + "properties" : { + "template-rendering-intent" : "template" + } +} \ No newline at end of file diff --git a/source/Jakobs Tools/Assets.xcassets/imgShowDark.imageset/imgShowDark.png b/source/Jakobs Tools/Assets.xcassets/imgShowDark.imageset/imgShowDark.png new file mode 100644 index 0000000..f121a43 Binary files /dev/null and b/source/Jakobs Tools/Assets.xcassets/imgShowDark.imageset/imgShowDark.png differ diff --git a/source/Jakobs Tools/Base.lproj/MainMenu.xib b/source/Jakobs Tools/Base.lproj/MainMenu.xib new file mode 100644 index 0000000..4b0cf90 --- /dev/null +++ b/source/Jakobs Tools/Base.lproj/MainMenu.xib @@ -0,0 +1,681 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Default + + + + + + + Left to Right + + + + + + + Right to Left + + + + + + + + + + + Default + + + + + + + Left to Right + + + + + + + Right to Left + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/source/Jakobs Tools/Info.plist b/source/Jakobs Tools/Info.plist new file mode 100644 index 0000000..74aa4a5 --- /dev/null +++ b/source/Jakobs Tools/Info.plist @@ -0,0 +1,34 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.1 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSMinimumSystemVersion + $(MACOSX_DEPLOYMENT_TARGET) + LSUIElement + + NSHumanReadableCopyright + Copyright © 2016 Jakob Stendahl. All rights reserved. + NSMainNibFile + MainMenu + NSPrincipalClass + NSApplication + + diff --git a/source/Jakobs Tools/imgHidden.png b/source/Jakobs Tools/imgHidden.png new file mode 100644 index 0000000..dad5ece Binary files /dev/null and b/source/Jakobs Tools/imgHidden.png differ diff --git a/source/Jakobs Tools/imgHiddenDark.png b/source/Jakobs Tools/imgHiddenDark.png new file mode 100644 index 0000000..cd3ac3b Binary files /dev/null and b/source/Jakobs Tools/imgHiddenDark.png differ diff --git a/source/Jakobs Tools/imgShow.png b/source/Jakobs Tools/imgShow.png new file mode 100644 index 0000000..1737c2f Binary files /dev/null and b/source/Jakobs Tools/imgShow.png differ diff --git a/source/Jakobs Tools/imgShowDark.png b/source/Jakobs Tools/imgShowDark.png new file mode 100644 index 0000000..f121a43 Binary files /dev/null and b/source/Jakobs Tools/imgShowDark.png differ diff --git a/source/Jakobs Tools/logo.png b/source/Jakobs Tools/logo.png new file mode 100644 index 0000000..4b212c2 Binary files /dev/null and b/source/Jakobs Tools/logo.png differ -- cgit v1.2.3