Bonn333 / deepin-topbar

Provide the function of the top bar, beautiful, easy to use.

Home Page:https://blog.ilxz.me/2017/07/20/topbar-PPA/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deepin Topbar

This is a project that I have a whim to help improve my ability to write code.

How to get my message and software updates?

I'll release messages on my twitter and google plus.

Twitter @haruyukilxz

Google+

Dependencies

Build dependencies

  • Qt5 (>= 5.6)
  • deepin-tool-kit (developer package)
  • dde-qt-dbus-factory (developer package)
  • deepin-qt5integration (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)

Runtime dependencies

Partial Preview

If you use Deepin, just add my ppa. see here

If you use Arch, you can install deepin-topbar with aur.

Installation

Build from source code

  1. Make sure you have installed all dependencies.

  2. Build:

$ cd deepin-topbar
$ mkdir Build
$ cd Build
$ qmake ..
$ make
  1. Install:
$ sudo make install

The executable binary file could be found at /usr/bin/deepin-topbar after the installation is finished.

Getting help

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.

License

Deepin-topbar is licensed under GPLv3.

Want to know how to help me?

It's simple.

  • fork and pull request. I want more people to help me improve it.

About

Provide the function of the top bar, beautiful, easy to use.

https://blog.ilxz.me/2017/07/20/topbar-PPA/

License:GNU General Public License v3.0


Languages

Language:C++ 97.7%Language:QMake 2.2%Language:Shell 0.1%