Minimalistic Plasmoid set
Go to file
2025-03-14 14:41:06 +02:00
.github/workflows ci: get rid of development branch 2024-04-21 17:17:01 +03:00
.tx add transifex integration 2016-05-04 12:40:54 +03:00
packages docs: docs and documentaion update 2024-04-19 20:20:47 +03:00
patches add release pipeline 2023-05-18 01:41:48 +03:00
screenshots Release 3.0.0 2015-10-21 06:53:34 +03:00
sources Release 4.0.1 2024-12-11 17:12:24 +02:00
.gitignore system source, some code improvements 2019-12-14 23:54:15 +03:00
AUTHORS release 3.4.1 2020-11-07 17:10:04 +03:00
CHANGELOG Release 4.0.1 2024-12-11 17:12:24 +02:00
CONTRIBUTING.md ci: get rid of development branch 2024-04-21 17:17:01 +03:00
COPYING * move update interval to another tab 2015-09-19 10:25:26 +03:00
create_archive.sh refactor: change ui translation mechanism 2024-04-22 14:59:03 +03:00
README.md docs: update README.md (#169) 2025-03-14 14:41:06 +02:00

awesome-widgets (ex-pytextmonitor)

build & tests 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 desktop or panel widget
  • additionnal widget which shows active desktop status
  • clear text configuration with html tags support
  • custom command support (it may be simple action as well as special custom tag)
  • graphical widgets support - tooltips, bars

See links for more details.

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

Instruction

Dependencies

  • plasma-workspace

Optional dependencies

  • 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

  • build package

    cmake -B build -S sources -DCMAKE_BUILD_TYPE=Release
    cmake --build build
    
  • install package

    cmake --install build
    

Additional information

TODO (wish list)

See milestones for more details.