Dotfiles V.1.1.5
Updated Neovim Plugins as well as cleaned up aerospace config and sketbar config and added fastfetch config
This commit is contained in:
13
.config/sketchybar/items/pomodoro.sh
Executable file
13
.config/sketchybar/items/pomodoro.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
sketchybar --add item pomodoro e \
|
||||
--set pomodoro update_freq=1 \
|
||||
associated_display=1 \
|
||||
script="$PLUGIN_DIR/pomodoro.sh" \
|
||||
click_script="$PLUGIN_DIR/pomodoro_popup.sh"
|
||||
|
||||
sketchybar --add item focus popup.pomodoro
|
||||
|
||||
sketchybar --add item shortBreak popup.pomodoro
|
||||
|
||||
sketchybar --add item longBreak popup.pomodoro
|
||||
Reference in New Issue
Block a user