mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-10 22:04:28 +00:00
removed old or incomplete scripts
This commit is contained in:
parent
f53ae55fa9
commit
60cf6bef2b
3 changed files with 0 additions and 22 deletions
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
icalBuddy -n eventsToday
|
|
@ -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
|
|
@ -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"
|
Loading…
Reference in a new issue