
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Suspend Applet is a small applet designed to quickly suspend or hibernate your computer. It also allows for turning off your display (only if PowerDevil is active).
This plasmoid is meant to appear on your screensaver, so that you do not have to unlock your computer to suspend it.
To install manually:
$ plasmapkg -i Suspend-Applet-1.0.plasma
To remove:
$ plasmapkg -r suspend-applet
11 years ago
1.2 - Added i18n() for user-facing strings. Swapped order of buttons so that they increase in the scope of what they do (DisplayOff, Suspend, Hibernate)
1.1 - Applet now respects containment type (Planar, Horizontal Panel, Vertical Panel)
1.0 - Initial Release. Suspend/Hibernate/Turn off Display work.
11 years ago
1.2 - Added i18n() for user-facing strings. Swapped order of buttons so that they increase in the scope of what they do (DisplayOff, Suspend, Hibernate)
1.1 - Applet now respects containment type (Planar, Horizontal Panel, Vertical Panel)
1.0 - Initial Release. Suspend/Hibernate/Turn off Display work.
berteh
11 years ago
could it be possible to
1)hide some actions (eg: keep only "hibernate")
2) hide the texts and increase the icons size, with the text being displayed when mouse hovers the icon only
Unfortunately I'm too bad an hacker to change your code accordingly, but thanks for your plasmoid in the meantime!
Berteh.
Report
mludvig
11 years ago
python-qt4 python-kde4 python-kdebase4 python-sip python-devel
Now it runs fine.
Report