Minimalistic Plasmoid set
Go to file
2015-02-05 04:26:19 +03:00
screenshots update screenshots and link 2014-09-09 00:34:20 +04:00
sources start work on desktop panel 2015-02-05 04:26:19 +03:00
.gitignore fix reading clementine 2014-05-23 11:52:04 +04:00
.gitmodules update to use cfontdialog 2014-09-04 21:04:44 +04:00
AUTHORS fix cpu* tags 2014-09-12 00:03:18 +04:00
CHANGELOG update changelogs 2014-11-24 09:36:17 +03:00
CHANGELOG-RU update changelogs 2014-11-24 09:36:17 +03:00
COPYING commit before renaming 2014-09-02 22:49:17 +04:00
create_archive.sh update formating 2014-09-03 14:52:52 +04:00
kdeplasma-applets-awesome-widgets.install fix #31, update submodules 2014-10-01 02:33:10 +04:00
PKGBUILD release 2.1.0 2014-12-31 01:04:50 +03:00
PKGBUILD-git remove install script from git pkgbuild 2014-10-27 04:33:16 +03:00
README.md update readme 2014-12-28 16:49:43 +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

  • kdebase-workspace
  • lm_sensors (for definition temperature device)

Optional dependencies

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

Make dependencies

  • automoc4
  • cmake

Installation

  • download sources

  • install

      mkdir build && cd build
      cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=`kde4-config --localprefix` ../
      make && make install
    

    Also you may install it to /:

      mkdir build && cd build
      cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../
      make && sudo make install
    

Additional information

TODO (wish list)

See milestones for more details.