Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wibus-wee/sketchybar-dotfile
my sketchybar dotfile
https://github.com/wibus-wee/sketchybar-dotfile
Last synced: 3 months ago
JSON representation
my sketchybar dotfile
- Host: GitHub
- URL: https://github.com/wibus-wee/sketchybar-dotfile
- Owner: wibus-wee
- Created: 2022-08-01T13:23:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:12:18.000Z (about 1 year ago)
- Last Synced: 2024-10-05T11:32:02.125Z (3 months ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Sketchybar Dotfile
[what is sketchbar?](https://github.com/FelixKratz/SketchyBar)
## Features
- [x] Apple Icon with script action, you can use it to open system preferences, activity monitor, or lock your pc.
- [x] Space Helper, you can see which space you are in and how many spaces you have.
- [x] Battery Helper, you can see your battery percentage and battery state. ( Only In MacBooks, **I made a judgment about the type of computer** )
- [x] Application Helper, you can see which application is in front of your screen.
- [x] Date Helper, you can see the date.
- [x] Time Helper, you can see the time.
- [x] CPU Helper, you can see the CPU usage. ( with a graph! )
- [x] Spotify Helper, you can see the current song and artist.
- [ ] Weather Helper, you can see the current weather.
- [ ] Proxy Helper, you can see the current proxy.
- [ ] GitHub Helper, you can see your GitHub messages.## Setup
- Uses `sf-symbols`: `brew install --cask sf-symbols`
- Hide your original menu bar```bash
cd ~/.configs
git clone [email protected]:wibus-wee/sketchybar-dotfile.git sketchybar
cd sketchybar
chmod +x plugins/*
```Don't forget to restart your sketchybar!
```bash
brew services restart sketchybar
```## References
- [SketchyBar](https://github.com/FelixKratz/SketchyBar)
- [FelixKratz/dotfiles (90e3a94)](https://github.com/FelixKratz/dotfiles/tree/90e3a94727b4a8ab2211500fee0f3d1e77f603a6)
- [Tnixc/dotfiles](https://github.com/FelixKratz/SketchyBar/discussions/47#discussioncomment-3069564)