mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 07:40:30 +01:00
feat: import uptime to sketchybar
This commit is contained in:
parent
0bf6447947
commit
e742458886
1 changed files with 3 additions and 0 deletions
|
|
@ -91,6 +91,9 @@ sketchybar --add item clock right \
|
|||
--add item memory right \
|
||||
--set memory script="$PLUGIN_DIR/memory.sh" \
|
||||
--set memory update_freq=120 \
|
||||
--add item uptime right \
|
||||
--set uptime script="$PLUGIN_DIR/uptime.sh" \
|
||||
--set uptime update_freq=60
|
||||
|
||||
##### Force all scripts to run the first time (never do this in a script) #####
|
||||
sketchybar --update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue