Minimalistic Plasmoid set
Go to file
arcan1s 1c78e0d779 Initial support of templates and so on (#71)
* Initial syntax is the following:

    * $template{{ some JS code here }} - simple template based on JS
      code inside. It works the same as lambda functions, but calculates
      only once.
    * aw_count(regex) - keys count found for given regex
    * aw_keys(regex, [separator]) - keys found for given regex and
      joined by using given separator
    * aw_names(regex, [separator]) - key names found for given regex and
      joined by using given separator (the same as previous but w\o $)

  The template and function syntax may be changed before release.

* replace `foreach` to `for (auto foo : bar)` and update CONTRIBUTING.md
  accordingly
2016-01-30 00:07:47 +07:00
packages add patches to tarball 2015-10-23 05:59:51 +03:00
patches add patches to tarball 2015-10-23 05:59:51 +03:00
screenshots Release 3.0.0 2015-10-21 06:53:34 +03:00
sources Initial support of templates and so on (#71) 2016-01-30 00:07:47 +07:00
.gitignore fix #74 2016-01-28 12:44:45 +03:00
.gitmodules some refactoring, prepare to moving to qt5 style logging 2015-08-28 00:15:25 +03:00
.travis.yml edit dpkg options 2015-11-03 04:51:19 +03:00
AUTHORS authors update 2015-10-23 00:55:16 +03:00
CHANGELOG Release 3.0.1 2015-10-23 00:20:30 +03:00
CHANGELOG-RU Release 3.0.1 2015-10-23 00:20:30 +03:00
CONTRIBUTING.md Initial support of templates and so on (#71) 2016-01-30 00:07:47 +07:00
COPYING * move update interval to another tab 2015-09-19 10:25:26 +03:00
create_archive.sh add patches to tarball 2015-10-23 05:59:51 +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.