diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-24 20:35:27 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-24 20:35:27 +0900 |
| commit | c80a54e42b52ce297f0f2f71af23c562832025c7 (patch) | |
| tree | dcce8bb977a770f473325d48f6f70b21d9818a40 /mac/.config/sketchybar/items/disk.sh | |
init
Diffstat (limited to 'mac/.config/sketchybar/items/disk.sh')
| -rw-r--r-- | mac/.config/sketchybar/items/disk.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mac/.config/sketchybar/items/disk.sh b/mac/.config/sketchybar/items/disk.sh new file mode 100644 index 0000000..399427f --- /dev/null +++ b/mac/.config/sketchybar/items/disk.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +source "$CONFIG_DIR/colors.sh" # Loads all defined colors +source "$CONFIG_DIR/icons.sh" # Loads all defined icons + +disk=( + label.font="$FONT:Heavy:12" + label.color="$TEXT" + icon="$DISK" + icon.font="$FONT:Bold:18.0" + icon.padding_right=-2 + icon.color="$MAROON" + update_freq=60 + script="$PLUGIN_DIR/disk.sh" +) + +sketchybar --add item disk right \ + --set disk "${disk[@]}" |
