From 07d294425a98ee5d1e22d03e2b24ae2c76e487c0 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 23 Aug 2025 12:42:37 +0900 Subject: updates --- mac/.config/sketchybar/items/cpu.sh | 74 ------------------------------------- 1 file changed, 74 deletions(-) delete mode 100644 mac/.config/sketchybar/items/cpu.sh (limited to 'mac/.config/sketchybar/items/cpu.sh') diff --git a/mac/.config/sketchybar/items/cpu.sh b/mac/.config/sketchybar/items/cpu.sh deleted file mode 100644 index 2a61f2f..0000000 --- a/mac/.config/sketchybar/items/cpu.sh +++ /dev/null @@ -1,74 +0,0 @@ -#!/bin/bash - -# cpu_top=( -# label.font="$FONT:Semibold:7" -# label=CPU -# icon.drawing=off -# width=0 -# padding_right=10 -# y_offset=6 -# ) -# -# cpu_percent=( -# label.font="$FONT:Heavy:12" -# label=CPU -# y_offset=-4 -# padding_right=10 -# width=55 -# icon.drawing=off -# update_freq=4 -# mach_helper="$HELPER" -# ) -# -# cpu_sys=( -# width=0 -# graph.color=$RED -# graph.fill_color=$RED -# label.drawing=off -# icon.drawing=off -# background.height=30 -# background.drawing=on -# background.color=$TRANSPARENT -# y_offset=3 -# ) -# -# cpu_user=( -# graph.color=$BLUE -# label.drawing=off -# icon.drawing=off -# background.height=30 -# background.drawing=on -# background.color=$TRANSPARENT -# background.padding_left=10 -# y_offset=3 -# ) -# -# sketchybar --add item cpu.top right \ -# --set cpu.top "${cpu_top[@]}" \ -# \ -# --add item cpu.percent right \ -# --set cpu.percent "${cpu_percent[@]}" \ -# \ -# --add graph cpu.sys right 75 \ -# --set cpu.sys "${cpu_sys[@]}" \ -# \ -# --add graph cpu.user right 75 \ -# --set cpu.user "${cpu_user[@]}" - -source "$HOME/.config/sketchybar/colors.sh" - -cpu_percent=( - label.font="$FONT:Heavy:12" - label=CPU% - label.color="$TEXT" - icon="$CPU" - icon.font.size=16 - icon.color="$BLUE" - icon.padding_right=-2 - padding_right=-2 - update_freq=2 - mach_helper="$HELPER" -) - -sketchybar --add item cpu.percent right \ - --set cpu.percent "${cpu_percent[@]}" -- cgit v1.2.3