mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-27 19:34:57 -04:00
updates
This commit is contained in:
parent
bc4d4c403a
commit
715eb53860
57 changed files with 7755 additions and 3 deletions
7
.config/sketchybar/plugins/zen.sh
Executable file
7
.config/sketchybar/plugins/zen.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/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
|
||||
Loading…
Reference in a new issue