Skip to content

yingsunnn/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sketchybar

Installation

  • Brew Install
  • Update .config/yabai/yabairc
    yabai -m config external_bar all:0:22
    

Configuration

Network plugin

  • Install jq
    brew install jq
  • Install ifstat
    brew install ifstat
  • Find the correct network (command: ifstat) and update plugins /plugins/network_down.sh and /plugins/network_up.sh
    # if the network is en1:
    UPDOWN=$(ifstat -i "en1" -b 0.1 1 | tail -n1)
    

Commands

  • start
    brew services start sketchybar
    sketchybar
  • stop
    brew services stop sketchybar
  • Restart
    brew services restart sketchybar

Add/Rmove items

  1. Go to file sketchybar/sketchybarrc
  2. Comment or uncomment sources
  • For exampe, comment source "$ITEM_DIR/clock.sh" to remove date and time, like this
    # source "$ITEM_DIR/clock.sh"
  1. Restart sketchybar
brew services restart sketchybar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published