Skip to content

Intika-KDE-Plasmoids/plasmoid-on-off-switch-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

On-Off-Switch-Plasmoid

A Configurable On/Off Switch Plasmoid

This is a widely configurable On/Off switch commands plasmoid for KDE fully written in QML. It makes use of QT's ToggleButton widget in order to implement the functionality.

Feature

  • Click to execute a command/script
  • Command/script on toggle off and toggle on
  • Toggle on startup
  • Watch the state on startup
  • Custom initial state
  • Custom initial state to inactive
  • Extended colorization of QT's ToggleButton
  • Custom displayed text on enable (on)
  • Custom displayed text on disable (off)
  • Custom displayed text on inactive state
  • Custom tooltip text
  • Custom script on and off
  • Check the execution state of the script on and off
  • Watcher (custom watching command with interval)

Installation

Load the plasmoid file from the package directory into your kde plasma desktop

You may need to install "qtquick-extras" if it's not already installed "sudo apt install qml-module-qtquick-extras"

Configuration

The plasmoid can by widely configured via the Settings menu

Captures






Todo

Apply text change immediately after settings saved