Skip to content

unsecretised/docky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docky

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

Usage:

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)

Using Nohup (comes preinstalled on MacOS):

nohup cargo run --release &

Using tmux (requires tmux):

tmux

or enter an existing tmux session then:

cargo run --release &

or

cargo run --release

Contributing

Contributions are welcome! Please see the CONTRIBUTING.md file for more information.

About

My Custom dock that I made with GPUI for macos

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages