summaryrefslogtreecommitdiff
path: root/mac/.config/sketchybar/items/system.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mac/.config/sketchybar/items/system.sh')
-rw-r--r--mac/.config/sketchybar/items/system.sh53
1 files changed, 0 insertions, 53 deletions
diff --git a/mac/.config/sketchybar/items/system.sh b/mac/.config/sketchybar/items/system.sh
deleted file mode 100644
index dc74f73..0000000
--- a/mac/.config/sketchybar/items/system.sh
+++ /dev/null
@@ -1,53 +0,0 @@
-### mem Widget ###
-sketchybar --add item mem right \
- --set mem update_freq=10 \
- icon="asdf" \
- icon.font="Font Awesome 6 Free:Solid:15.4" \
- icon.padding_right=4 \
- icon.color=0xfff5c1e6 \
- icon.y_offset=-3 \
- label.y_offset=-3 \
- label.font="$FONT:Medium:19.0" \
- label.color=0xff47455c \
- label.padding_right=8 \
- background.drawing=on \
- background.color=0xfff4f5f8 \
- script="$PLUGIN_DIR/mem.sh"
-
-# ### cpu Widget ###
-# sketchybar --add item cpu right \
-# --set cpu update_freq=10 \
-# icon.font="Font Awesome 6 Free:Solid:15.4" \
-# icon.padding_right=4 \
-# icon.color=0xffedd6a4 \
-# icon.y_offset=-3 \
-# label.y_offset=-3 \
-# label.font="$FONT:Medium:19.0" \
-# label.color=0xff47455c \
-# label.padding_right=8 \
-# background.drawing=on \
-# background.color=0xfff4f5f8 \
-# script="$PLUGIN_DIR/cpu.sh" \
-
-### ssd Widget ###
-sketchybar --add item disk right \
- --set disk update_freq=10 \
- icon="asdf" \
- icon.font="Font Awesome 6 Free:Solid:15.4" \
- icon.padding_right=4 \
- icon.color=0xfff37ea0 \
- icon.y_offset=-3 \
- label.y_offset=-3 \
- label.font="$FONT:Medium:19.0" \
- label.color=0xff47455c \
- label.padding_right=8 \
- background.drawing=on \
- background.color=0xfff4f5f8 \
- script="$PLUGIN_DIR/disk.sh"
-
-# sketchybar --add item collapse right \
-# --set collapse icon="" \
-# icon.font="Font Awesome 6 Free:Solid:20.0" \
-# icon.color=0xff47455c \
-# icon.y_offset=-3 \
-# click_script="$PLUGIN_DIR/collapse.sh"