removed old or incomplete scripts

This commit is contained in:
FelixKratz 2021-09-02 19:47:42 +02:00
parent f53ae55fa9
commit 60cf6bef2b
3 changed files with 0 additions and 22 deletions

View file

@ -1,3 +0,0 @@
#!/usr/bin/env bash
icalBuddy -n eventsToday

View file

@ -1,3 +0,0 @@
#!/usr/bin/env bash
# Show the git status of the top most finder window -> refresh on window change event -> implement the event subscription logic

View file

@ -1,16 +0,0 @@
#!/usr/bin/env bash
WINDOW_INFO=$(osascript -e '
global frontApp, frontAppName, windowTitle
tell application "System Events"
set frontApp to first application process whose frontmost is true
set frontAppName to name of frontApp
tell process frontAppName
tell (1st window whose value of attribute "AXMain" is true)
set windowTitle to value of attribute "AXTitle"
end tell
end tell
end tell
return {frontAppName, windowTitle}')
sketchybar -m set windowTitle label "$WINDOW_INFO"