diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-23 12:42:37 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-23 12:42:37 +0900 |
| commit | 07d294425a98ee5d1e22d03e2b24ae2c76e487c0 (patch) | |
| tree | a6818f0d64438c5fdb88b00a35d944f80c056213 /mac/.config/sketchybar/items/system.sh | |
| parent | 6fc28cdb3529ca8ee864cb5c41674cb0a4af72a1 (diff) | |
updates
Diffstat (limited to 'mac/.config/sketchybar/items/system.sh')
| -rw-r--r-- | mac/.config/sketchybar/items/system.sh | 53 |
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" |
