Docky is a simple custom macos dock that can be configured with a file in .config/docky/apps.json, and you can use custom icons for your app, by using your own images and providing their respective path in the json config file. See the example config
You would probably want to kill the current MacOS dock:
defaults write com.apple.dock autohide -bool true\
defaults write com.apple.dock autohide-delay -float 1000\
killall Dock
I am currently using tmux to run it, but you can use nohup.
My Config is visible inside the .config, and you will need to modify the width of your dock if you do not have 6 apps (its in the main function and render function)
nohup cargo run --release &tmuxor enter an existing tmux session then:
cargo run --release &
or
cargo run --releaseContributions are welcome! Please see the CONTRIBUTING.md file for more information.