Minimalistic Plasmoid set
Go to file
2021-01-07 06:56:28 +03:00
.docker fix dockerfile again 2020-11-01 01:16:10 +03:00
.tx add transifex integration 2016-05-04 12:40:54 +03:00
packages Release 3.4.2 2021-01-07 06:55:03 +03:00
patches release 3.3.3 2017-08-03 01:47:10 +03:00
screenshots Release 3.0.0 2015-10-21 06:53:34 +03:00
sources Release 3.4.2 2021-01-07 06:55:03 +03:00
.gitignore system source, some code improvements 2019-12-14 23:54:15 +03:00
.gitmodules drop task from source tree 2016-03-29 17:01:57 +03:00
.travis.yml some docker changes (3) 2017-12-17 21:39:03 +03:00
AUTHORS release 3.4.1 2020-11-07 17:10:04 +03:00
CHANGELOG Release 3.4.2 2021-01-07 06:55:03 +03:00
CONTRIBUTING.md do not replace space to nbsp in some cases (#143) 2020-04-18 03:06:06 +03:00
COPYING * move update interval to another tab 2015-09-19 10:25:26 +03:00
create_archive.sh Another fixes 2016-04-09 03:55:52 +03:00
README.md do not replace space to nbsp in some cases (#143) 2020-04-18 03:06:06 +03:00

awesome-widgets (ex-pytextmonitor)

Build Status Coverity Scan Build Status

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)
  • wireless_tools

Make dependencies

  • cmake
  • extra-cmake-modules

In addition some distros might require to install some -dev packages, e.g. the list of required packages for deb-based distros can be found here.

Installation

  • download sources

  • install

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

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

    NOTE if you are going to build from git, you need to init submodules first, e.g.:

      git submodule update --init --recursive
    

Additional information

TODO (wish list)

See milestones for more details.