https://github.com/devklick/dash-to-dock-theme-sync
Sync Dash to Dock with your system theme
https://github.com/devklick/dash-to-dock-theme-sync
Last synced: 8 months ago
JSON representation
Sync Dash to Dock with your system theme
- Host: GitHub
- URL: https://github.com/devklick/dash-to-dock-theme-sync
- Owner: devklick
- Created: 2025-04-23T20:23:04.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2025-04-23T21:11:55.000Z (about 1 year ago)
- Last Synced: 2025-06-24T23:36:36.090Z (12 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dash-to-dock-theme-sync
Sync [Dash to Dock](https://github.com/micheleg/dash-to-dock) with your system theme.
When you toggle between light and dark mode in Gnome, the dash will stay in sync
with the system color scheme (light or dark).
Note that the colors are hardcoded and are selected based on the default Adwaita theme.
If you want to use different colors, you can change the HEX codes at the top of
the [`dash-to-dock-theme-sync.sh`](./src/dash-to-dock-theme-sync.sh) script before
running the [`install.sh`](./install.sh) script.
## Supported OS
- Ubuntu 24.04 (Gnome)
- Others?
## Install
Clone the repo and run the install script.
```
git clone https://github.com/devklick/dash-to-dock-theme-sync --depth=1
cd dash-to-dock-theme-sync
./install.sh
```
## Uninstall
Run the uninstall script (clone the repo if required).
```
./uninstall.sh
```