https://github.com/hakankokcu/orangemiumdock
OrangemiumDock (originally Budgie Dock) is a dock for your Windows desktop.
https://github.com/hakankokcu/orangemiumdock
app-launcher dock rocket-dock taskbar windows wpf
Last synced: 3 months ago
JSON representation
OrangemiumDock (originally Budgie Dock) is a dock for your Windows desktop.
- Host: GitHub
- URL: https://github.com/hakankokcu/orangemiumdock
- Owner: HAKANKOKCU
- License: mit
- Created: 2024-08-28T15:49:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T16:10:32.000Z (6 months ago)
- Last Synced: 2025-03-15T22:41:26.225Z (3 months ago)
- Topics: app-launcher, dock, rocket-dock, taskbar, windows, wpf
- Language: C#
- Homepage: https://tbudgie.netlify.app/odock.html
- Size: 1.18 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# OrangemiumDock
OrangemiumDock (originally Budgie Dock) is a dock for your Windows desktop.
# How to use?
* To download the lastest DEV; [Download this entire folder](https://github.com/HAKANKOKCU/OrangemiumDock/tree/main/App/bin/Debug/net8.0-windows)(just download the repo zip and extract that folder) and run OrangemiumDock.exe
* To add an icon:
* Simply drop an EXE to the dock.
* Right click at dock, click "OrangemiumDock...", click "Edit...". At that window, drop the EXE to the list. This way you can directly edit the icon.
* To edit the dock items in a better way:
* Right click at dock, click "OrangemiumDock...", click "Edit...".
* This way also allows you to add Separators, or add dock items after running apps area.
* Apps drawer global hook: Windows + Alt + O# What is better? What is worse?
[See at my website](https://tbudgie.netlify.app/odock.html#what-is-better-what-is-worse-)
| Feature | [BDock](https://github.com/HAKANKOKCU/Budgie-Dock) | ODock |
| - | - | - |
| Smart Auto Hide | :x: | ✅ |
| AppBar (Taking space like a taskbar) | :x: | ✅ |
| Styling | Worser | Better |
| Multitask Implementation | Worser | Better |
| Running apps icon | EXE icon + Saved to file | Actual window icon, Not saved (Better) |
| Custom Popup Widgets (AKA Special Runpaths) | Apps drawer + Search + Shutdown | Apps Drawer + Shutdown |
| Load Speed | Slower | Faster |
| Accent Color | Orange | Follows your accent color |
| OS Support | Windows XP+ (Better) | Windows 10+ |
## Styling
BDock was using styles inside settings, which was worser. Now it's in it's own file and more customizeable.
## Multitasking
Normally BDock wasn't even supposed to show running apps and was added later on. It was buggy...
### Icons
If explaination at the table was too complicated, this would be more complicated so...
# Thats not enough, show me more!


# How can I compile myself?
* Download the [/App](https://github.com/HAKANKOKCU/OrangemiumDock/tree/main/App) directory if you can't use Git, or just clone this repo and open the sln file at /App. Using dotnet CLI or Visual Studio should work fine.
# Contributing
See [CONTRIBUTING.md](https://github.com/HAKANKOKCU/OrangemiumDock/blob/main/CONTRIBUTING.md)