mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-09 09:41:19 +01:00
7 lines
170 B
Bash
7 lines
170 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
sketchybar --add item cpu right \
|
||
|
--set cpu update_freq=2 \
|
||
|
icon= \
|
||
|
script="$PLUGIN_DIR/cpu.sh"
|