GithubHelp home page GithubHelp logo

roguescholar / plasma-applet-simplemonitor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dhabyx/plasma-simplemonitor

0.0 1.0 0.0 579 KB

plasma-simpleMonitor

License: GNU General Public License v3.0

JavaScript 4.86% Shell 3.51% QMake 3.33% QML 86.32% CMake 1.97%

plasma-applet-simplemonitor's Introduction

Simple Monitor for Plasma

A simple monitor for plasma, completely written in QML and Javascript.

Dependencies

  • Plasma 5 (Plasma Shell) (better use Plasma >= 5.10 with plasmoid autoresize fix)

Extra Dependencies For CMake

Only needed if you use cmake to install this widget.

  • CMake >= 2.8.12
  • Extra CMake Modules (extra-cmake-modules)
  • Plasma Framework Development Package (plasma-framework-devel)

Installation

CMake

If you need localization (i18n/l10n) support, please use cmake to install this widget to your system-wide directory. You also would need root permission.

git clone https://github.com/dhabyx/plasma-simpleMonitor.git plasma-simpleMonitor
cd plasma-simpleMonitor
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$(kf5-config --prefix) -DCMAKE_BUILD_TYPE=Release  -DKDE_INSTALL_USE_QT_SYS_PATHS=ON ../
make
sudo make install

Plasma PKG

This way may be more convenient, but localization support is not possible via plasmapkg2. This widget will be installed into your home directory.

Replace the version number as needed.

Installing from .plasmoid file:

plasmapkg2 -i plasma-simpleMonitor-0.6.plasmoid

For upgrade, run plasmapkg2 -u plasma-simpleMonitor-0.6.plasmoid instead.

Installing from sources:

git clone https://github.com/dhabyx/plasma-simpleMonitor.git plasma-simpleMonitor
cd plasma-simpleMonitor/plasmoid
plasmapkg2 -t plasmoid -i ./plasmoid

For upgrade, run plasmapkg2 -t plasmoid -u ./plasmoid instead.

Packaging

Simple way for make plasmoid package:

git clone https://github.com/dhabyx/plasma-simpleMonitor.git plasma-simpleMonitor
cd plasma-simpleMonitor/plasmoid
zip -r plasma-simpleMonitor.plasmoid contents metadata.desktop

Development

Use launch.sh script to launch and debug plasma-simpleMonitor plasmoid without install it. Use clearLaunch.sh script to clean sources from files generated by launch.sh.

If you love QtCreator IDE visit the wiki for more details.

License

Simple Monitor for Plasma is licensed under the GNU General Public License Version 3 or later.

You can modify or/and distribute it under the conditions of this license.

plasma-applet-simplemonitor's People

Contributors

dhabyx avatar konstantinshtepa avatar restyled-commits avatar roguescholar avatar burakkiymaz avatar seelook avatar imgbot[bot] avatar

Watchers

James Cloos 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.