summaryrefslogtreecommitdiff
path: root/mac/.config/sketchybar.yabai/items/system.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mac/.config/sketchybar.yabai/items/system.sh')
-rwxr-xr-xmac/.config/sketchybar.yabai/items/system.sh53
1 files changed, 53 insertions, 0 deletions
diff --git a/mac/.config/sketchybar.yabai/items/system.sh b/mac/.config/sketchybar.yabai/items/system.sh
new file mode 100755
index 0000000..dc74f73
--- /dev/null
+++ b/mac/.config/sketchybar.yabai/items/system.sh
@@ -0,0 +1,53 @@
+### 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"