Code Monkey home page Code Monkey logo

cmdu_dde_dock's Introduction

nota: Es un fork CMDU_DDE_DOCK https://github.com/sonichy/CMDU_DDE_DOCK

Cambios en esta versión:

  • Se agrega soporte para el modo oscuro y el modo claro de deepin
  • Se ha cambiado el metodo de construccion a CMAKE
  • Ahora puede distribuirse como deb para deepin

CMDU_DDE_DOCK

Descripción

Complemento de la barra de tareas, muestra velocidad de red del sistema Deepin Linux. Al pasar el mouse muestra el tiempo de arranque, el uso de la CPU, el uso de la memoria, los bytes de descarga y los bytes de carga.

alt

Cuando el uso de la memoria sea superior al 90%, se mostrará en rojo como advertencia. Preste atención a reducir la memoria para evitar bloqueos.

alt

Instalación en Deepin v20

Para instalar en deepin la manera mas sencilla es descargar el deb desde el ultimo release aquí: Releases.

Instalación Manual

Requerimientos:

build­-essential dde-dock-dev cmake qtbase5-dev-tools pkg-config libdtkwidget-dev

Build e Install Con CMAKE:

Para instalar

$ cd /path/to/the/source/
$ mkdir build && cd build
$ cmake ..
$ make
$ sudo make install
$ pkill dde-dock

Para desinstalar

$ sudo make uninstall
$ pkill dde-dock

Build e Install Con PKG-DEB:

Para instalar

$ cd /path/to/the/source/
$ chmod +x build.sh
$ ./build.sh
$ sudo apt install ./cmdu-dock-plugin_3.XX.X-X_amd64.deb

Para desinstalar

$ sudo apt remove cmdu-dock-plugin

cmdu_dde_dock's People

Contributors

sonichy avatar peteromio avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.