This is a project that I have a whim to help improve my ability to write code.
I'll release messages on my twitter.
- Network (wireless list)
- Calendar (Only see web ical, no plans to support editting)
- Global Menu (Non-primary)
- quick search (maybe will create new repo)
- system info (e.g. cpu, memory, disk historical graph)
- power save (use dde function)
- Current Window Indicator
- Position
- Network Speed
- system tray
- Sound and media control
- power and battery
- datetime
- Notify list
- Qt5 (>= 5.6)
- deepin-tool-kit (developer package)
- dde-qt-dbus-factory (developer package)
- deepin-qt5integration (developer package)
- dde-network-utils (developer package)
- xcb-ewmh (developer package)
- xcb-util (developer package)
- xtst (developer package)
- xcb-image (developer package)
- xcb-icccm (developer package)
- xcb-composite (developer package)
- procps (developer package)
- cmake (build package)
- deepin-tool-kit
- dde-api
- dde-daemon
- dde-qt-dbus-factory
- deepin-qt5integration
- dde-network-utils
- linux-cpupower
- Qt5 (>= 5.6)
- Qt5-DBus
- Qt5-Multimedia
- Qt5-MultimediaWidgets
- Qt5-Svg
- Qt5-X11extras
- xcb-ewmh
- xcb-util
- xtst
- xcb-image
- xcb-icccm
- xcb-composite
If you use Deepin, just install from appstore.
If you use Arch, you can install deepin-topbar in Community repo.
-
Make sure you have installed all dependencies.
-
Build:
$ cd deepin-topbar
$ mkdir Build
$ cd Build
$ cmake ../
$ make
- Install:
$ sudo make install
The executable binary file could be found at /usr/bin/deepin-topbar
after the installation is finished.
You can create a issue, I will help you.
You may also find these channels useful if you encounter any other issues:
- deepin community Topbar is also the community software that you can post for help.
Deepin-topbar is licensed under GPLv3.
It's simple.
- fork and pull request. I want more people to help me improve it.