Minimalistic Plasmoid set
Go to file
arcan1s 3be733a775 drop code oriented on the stream lock in parallel updates
This fact caused by the qt signal-slot implementation. Even if slots
code is going into parallel they will be called in the main app thread.
And also it is used inside KF5 dataengine implementation, so I'm affraid
that it could not be optimized w\o backend rewriting
2015-10-13 01:49:12 +03:00
packages fix typo 2015-08-16 02:41:26 +03:00
screenshots Release 2.2.2 2015-05-22 00:18:14 +03:00
sources drop code oriented on the stream lock in parallel updates 2015-10-13 01:49:12 +03:00
.gitignore * add mutex to avoid crash on qhash data update (#62) 2015-10-11 18:28:21 +03:00
.gitmodules some refactoring, prepare to moving to qt5 style logging 2015-08-28 00:15:25 +03:00
.travis.yml.bckp no kf5 on ubuntu 12.04 2015-08-23 02:26:12 +03:00
AUTHORS fix cpu* tags 2014-09-12 00:03:18 +04:00
CHANGELOG implement support of network speed units tags 2015-08-18 01:17:51 +03:00
CHANGELOG-RU add forgoten line to CHANGELOG 2015-08-11 00:05:23 +03:00
CONTRIBUTING.md * add mutex to avoid crash on qhash data update (#62) 2015-10-11 18:28:21 +03:00
COPYING * move update interval to another tab 2015-09-19 10:25:26 +03:00
create_archive.sh update additional files 2015-08-22 00:40:14 +03:00
README.md more correct fix for #57 2015-07-19 00:14:49 +03:00

awesome-widgets (ex-pytextmonitor)

Information

A collection of minimalistic widgets which looks like Awesome Window Manager widgets.

NOTE LOOKING FOR TRANSLATORS!

Features

  • easy and fully configurable native Plasma widget which may be used as Conky widget or as Awesome-like information panel
  • panel which shows active desktop status
  • clear Conky-like configuration with html tags support
  • custom command support (it may be simple action as well as special custom tag)
  • graphical item support - tooltips, bars

See links for more details.

Didn't find required feature? Just ask for it!

Instruction

Dependencies

  • plasma-framework

Optional dependencies

  • proprietary video driver
  • hddtemp
  • smartmontools
  • music player (mpd or MPRIS supported)

Make dependencies

  • cmake
  • extra-cmake-modules

Installation

  • download sources

  • install

      mkdir build && cd build
      cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ../
      make && sudo make install
    

    NOTE on Plasma 5 it very likely requires -DKDE_INSTALL_USE_QT_SYS_PATHS=ON flag

Additional information

TODO (wish list)

See milestones for more details.