mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
7 lines
116 B
Bash
Executable File
7 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sketchybar --add item cpu right --set cpu \
|
|
icon= \
|
|
update_freq=2 \
|
|
script="$PLUGIN_DIR/cpu.sh"
|