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
15
.config/sketchybar/items/simple_calendar.sh
Executable file
15
.config/sketchybar/items/simple_calendar.sh
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
source "$CONFIG_DIR/colors.sh"
|
||||
|
||||
# Simple calendar item for far right
|
||||
simple_calendar=(
|
||||
icon="📅"
|
||||
icon.font="0xProto Nerd Font Mono:Bold:14.0"
|
||||
icon.color=0xffffffff
|
||||
label.drawing=off
|
||||
click_script="open -a Calendar"
|
||||
)
|
||||
|
||||
sketchybar --add item simple_calendar right \
|
||||
--set simple_calendar "${simple_calendar[@]}"
|
||||
Loading…
Reference in a new issue