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
25
.config/sketchybar/items/recording.sh
Executable file
25
.config/sketchybar/items/recording.sh
Executable file
|
|
@ -0,0 +1,25 @@
|
|||
#!/bin/bash
|
||||
|
||||
source "$CONFIG_DIR/colors.sh"
|
||||
|
||||
recording=(
|
||||
script="$PLUGIN_DIR/recording.sh"
|
||||
icon=""
|
||||
icon.font="0xProto Nerd Font Mono:Bold:14.0"
|
||||
icon.color=$RED
|
||||
icon.padding_left=8
|
||||
icon.padding_right=8
|
||||
label.drawing=off
|
||||
drawing=off
|
||||
background.color=$BACKGROUND_2
|
||||
background.corner_radius=8
|
||||
background.height=28
|
||||
background.drawing=off
|
||||
padding_left=4
|
||||
padding_right=4
|
||||
update_freq=2
|
||||
click_script="$PLUGIN_DIR/recording_click.sh"
|
||||
)
|
||||
|
||||
sketchybar --add item recording right \
|
||||
--set recording "${recording[@]}"
|
||||
Loading…
Reference in a new issue