Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xhyrom/cinnamon-system-controls
Fork of rcalixte's system-controls, uses loginctl instead systemctl
https://github.com/xhyrom/cinnamon-system-controls
Last synced: 27 days ago
JSON representation
Fork of rcalixte's system-controls, uses loginctl instead systemctl
- Host: GitHub
- URL: https://github.com/xhyrom/cinnamon-system-controls
- Owner: xhyrom
- Created: 2023-08-14T09:56:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-14T14:40:52.000Z (about 1 year ago)
- Last Synced: 2024-10-06T05:41:14.582Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
SYSTEM CONTROLS APPLET
======================
Minimal system controls applet for Cinnamon Desktop Environment> Fork of https://github.com/linuxmint/cinnamon-spices-applets/tree/master/system-controls%40rcalixte
> Uses loginctl instead systemctl
> Original author: rcalixteDESCRIPTION
-----------
This is an applet that adds an icon in the panel that provides access to the
following system controls functions:
* Restart Cinnamon
* Lock Screen
* Switch User (if enabled in system settings)
* Log Out
* Suspend
* Hibernate
* Restart
* Power OffAs of now, the action executes immediately without prompt or verification.
Portions of this code were adapted from the [email protected] applet created by
the Cinnamon Team.COMPATIBILITY
-------------
This applet has been tested to be compatible with Cinnamon 5.4+.DEPENDENCIES
------------
This applet depends on the following packages being installed:
* cinnamon-screensaver
* cinnamon-session
* loginctlINSTALLATION
------------1. `git clone https://github.com/xHyroM/cinnamon-system-controls.git`
2. `mv cinnamon-system-controls/files/system-controls@xhyrom ~/.local/share/cinnamon/applets`
3. Done :D