All Projects → arcan1s → awesome-widgets

arcan1s / awesome-widgets

Licence: GPL-3.0 license
Minimalistic Plasmoid set

Programming Languages

C++
36643 projects - #6 most used programming language
QML
638 projects
CMake
9771 projects
shell
77523 projects

Projects that are alternatives of or similar to awesome-widgets

kde-plasmoid-betterinlineclock
Your usual clock widget, just way better and on a single line!
Stars: ✭ 18 (-70%)
Mutual labels:  widget, kde, plasmoid
darkine-kde
Darkine KDE - Theme for KDE Plasma 5 desktop > Mirror of https://git.rokin.in/Rokin/darkine-kde
Stars: ✭ 41 (-31.67%)
Mutual labels:  kde, kde-plasma-5
Fedora-KDE-Minimal-Install-Guide
Guide to install KDE Plasma desktop environment on a minimal Fedora installation
Stars: ✭ 125 (+108.33%)
Mutual labels:  kde, kde-plasma-5
KDynamic
An Alternative to MacOS Mojave Dynamic Theme and Wallpaper Changer
Stars: ✭ 48 (-20%)
Mutual labels:  kde, kde-plasma-5
konfsave
Easy saving and switching between multiple KDE configurations.
Stars: ✭ 42 (-30%)
Mutual labels:  kde, kde-plasma-5
timekeeper
Time Keeper - QML plasmoid for KDE
Stars: ✭ 14 (-76.67%)
Mutual labels:  kde, plasmoid
plasma-applet-ambientnoise
Ambient noise player applet (plasmoid) for KDE Plasma 5
Stars: ✭ 13 (-78.33%)
Mutual labels:  kde-plasma-5, plasmoid
plasma-applet-netspeed-widget
Plasma 5 widget that displays the currently used network bandwidth
Stars: ✭ 76 (+26.67%)
Mutual labels:  plasmoid, plasma-applet
file manager
FileManager is a wonderful widget that allows you to manage files and folders, pick files and folders, and do a lot more. Designed to feel like part of the Flutter framework.
Stars: ✭ 38 (-36.67%)
Mutual labels:  widget
wallpaper-engine-kde-plugin
A kde wallpaper plugin integrating wallpaper engine
Stars: ✭ 639 (+965%)
Mutual labels:  kde
Widget-Blur
This script for the Scriptable app creates widget backgrounds that appear to be transparent. You can also optionally emulate the light or dark blur effect used in the Batteries widget from Apple.
Stars: ✭ 113 (+88.33%)
Mutual labels:  widget
react-zendesk
A component simplifies Zendesk widget usage in your React application
Stars: ✭ 34 (-43.33%)
Mutual labels:  widget
shiny-directory-input
An shiny input widget for selecting directories
Stars: ✭ 43 (-28.33%)
Mutual labels:  widget
grub2-editor
A KDE Control Module for configuring the GRUB2 bootloader. Unofficial KF5 port.
Stars: ✭ 24 (-60%)
Mutual labels:  kde
yii2-cookiemonster
Yii extension to manage cookie warning
Stars: ✭ 16 (-73.33%)
Mutual labels:  widget
yii2-widget-cropbox
This widget allows crop image before upload to server and send informations about crop in JSON format.
Stars: ✭ 90 (+50%)
Mutual labels:  widget
live-chart
A real-time charting library for Vala and GTK3 based on Cairo
Stars: ✭ 47 (-21.67%)
Mutual labels:  widget
pictureflow
Cover Flow clone at a Qt widget
Stars: ✭ 16 (-73.33%)
Mutual labels:  widget
bromb
A feedback widget designed to be simple and customizable.
Stars: ✭ 41 (-31.67%)
Mutual labels:  widget
gahshomar
A Persian (Jalali/Farsi) calendar for Linux
Stars: ✭ 69 (+15%)
Mutual labels:  kde

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
  • ksysguard (since plasma 5.22)

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.

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].