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/system.sh | |
init
Diffstat (limited to 'mac/.config/sketchybar/items/system.sh')
| -rw-r--r-- | mac/.config/sketchybar/items/system.sh | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/mac/.config/sketchybar/items/system.sh b/mac/.config/sketchybar/items/system.sh new file mode 100644 index 0000000..dc74f73 --- /dev/null +++ b/mac/.config/sketchybar/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" |
