mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-27 19:34:57 -04:00
7 lines
No EOL
198 B
Shell
Executable file
7 lines
No EOL
198 B
Shell
Executable file
#!/bin/bash
|
|
|
|
# Simple zen script - toggles between 12h and 24h format
|
|
# You can customize this to do whatever you want when clicking the clock
|
|
|
|
# For now, just open the Calendar app
|
|
open -a Calendar |