Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakankokcu/orangemiumdock
OrangemiumDock (originally Budgie Dock) is a dock for your Windows desktop.
https://github.com/hakankokcu/orangemiumdock
dock rocket-dock windows wpf
Last synced: 10 days 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-26T05:08:46.000Z (11 days ago)
- Last Synced: 2024-10-26T23:36:20.355Z (10 days ago)
- Topics: dock, rocket-dock, windows, wpf
- Language: C#
- Homepage: https://tbudgie.netlify.app/odock.html
- Size: 1.08 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# OrangemiumDock
OrangemiumDock (originally Budgie Dock) is a dock for your Windows desktop.![{5C5C90D9-85E3-498E-80BA-1AC6817FB08A}](https://github.com/user-attachments/assets/ade02140-25e4-4834-9227-a039325776b9)
# 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.
* 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.
# 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 | Only apps drawer (for now) |
| 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 icons 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!
![{9CDBAAA9-1F96-4ED6-9E6D-CF736D3F277A}](https://github.com/user-attachments/assets/cecd3fb0-bd59-46d4-a6cd-bfaf4018ba55)
![{0491AE08-1C74-44E8-85D6-6F6276DF618B}](https://github.com/user-attachments/assets/4f24c193-6746-4d11-995d-777ab7a9841a)
![{25FA67A4-F555-4514-B068-0E5AFECB34C5}](https://github.com/user-attachments/assets/510aaf99-7965-49bb-867a-f95cf422106b)# How can I compile myself?
* Download the [/App](https://github.com/HAKANKOKCU/OrangemiumDock/tree/main/App) directory. using dotnet CLI or Visual Studio should work fine.
# Contributing
See [CONTRIBUTING.md](https://github.com/HAKANKOKCU/OrangemiumDock/blob/main/CONTRIBUTING.md)