Skip to content

An krunner plugin for changing kde plasma accent color from directly desktop

License

Notifications You must be signed in to change notification settings

tantalising/colorify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Also available at https://www.pling.com/p/1716561/ You need at least kde plasma 5.24

colorify.mp4

Compile plugin to self-contained executable

From project root folder run:

dart pub get
dart compile exe -o package/color_runner bin/color_runner.dart

Install plugin

package/install.sh

Test plugin

  • Launch KRunner with Alt + Space.
  • type in a color name

Uninstall plugin

package/uninstall.sh

Debug plugin

Make sure the plugin is not installed, then:

touch package/color_runner   # Create dummy package to "install".
package/install.sh

Now run the program in debug mode in your IDE, or by running dart run bin/color_runner.dart and KRunner calls will connect to the debug version; add breakpoints, inspect, etc.

Credits

https://github.com/Merrit for the awesome krunner dart integration

About

An krunner plugin for changing kde plasma accent color from directly desktop

Resources

License

Stars

Watchers

Forks

Packages

No packages published