Skip to content

dde-dock datetime plugin (modified version for personal usage)

License

Notifications You must be signed in to change notification settings

BLumia/dde-dock-pineappledatetime

Repository files navigation

dde-dock datetime plugin (modified version)

Please notice that this is NOT an official project

Screenshot

Screenshot of pineappledatetime

Info

Simple quick hack to make it display year/month/day on it's Dock::Efficient mode. Also some really little simple tweak to make it compilable without fetching the full dde-dock repo.

Current codebase is fork from dde-dock#39c1a6b. You can checkout the commit history and do a diff to see what I did changed.

Usage

You need do apt build-dep dde-dock first.

You also need to install dde-dock-dev package: apt install dde-dock-dev .

To compile and run:

# you should clone it first:
git clone https://github.com/BLumia/dde-dock-pineappledatetime.git && cd dde-dock-pineappledatetime/
# create a folder for building it:
mkdir build
cd build/
# then build it:
cmake ../
make
# then you got `libpineappledatetime.so`
# this will copy this into `/usr/lib/dde-dock/plugins/`
sudo make install
# finally, restart `dde-dock` (kill it and dde will restart it automatically)
killall dde-dock

Then done!

License

GPLv3 (as required, same as original license)

About

dde-dock datetime plugin (modified version for personal usage)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published