Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orschiro/dslli
dslli stands for Disable Standby Laptop Lid Indicator.
https://github.com/orschiro/dslli
indicator laptop lid linux standby ubuntu
Last synced: 23 days ago
JSON representation
dslli stands for Disable Standby Laptop Lid Indicator.
- Host: GitHub
- URL: https://github.com/orschiro/dslli
- Owner: orschiro
- License: gpl-3.0
- Created: 2017-03-16T15:44:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-18T17:53:05.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T21:13:11.850Z (2 months ago)
- Topics: indicator, laptop, lid, linux, standby, ubuntu
- Language: Python
- Homepage:
- Size: 34.6 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dslli
dslli stands for Disable Standby Laptop Lid Indicator. It provides an icon to the tray area that shows whether closing the laptop lid will trigger any action or none. You can toggle the action by assigning the provided script to a keyboard shortcut.# Installation
From the [Release Page](https://github.com/orschiro/dslli/releases), download the latest version of `dslli.AppImage` and `dslli-indicator.AppImage`. Next, make both excecutable:$ chmod +x dslli.AppImage
$ chmod +x dslli-indicator.AppImage# Usage
To toggle between the two states, run the following command:$ ./dslli.AppImage
You can assign this command to a keyboard shortcut.
To display the status of the lid with in indicator icon in the tray area, run the following command:
$ ./dslli-indicator.AppImage
You can add this command to your startup application preferences to start the indicator at system start.
# Screenshots
## Laptop goes to standby upon closing the lid
![](https://i.imgur.com/QjTzAXS.png)## Laptop does not go to standby upon closing the lid
![](https://i.imgur.com/yyt6A0r.png)# Attribution
I greatly appreciate the work of Jacob Vlijm who created dslli in response to my original question on [AskUbuntu](https://askubuntu.com/questions/815032/how-can-i-quickly-disable-standby-lid-off-in-ubuntu-unity-16-04). My mere intention with this repository is to structure his work and prepare it to provide a package that can be easily installed by new users. Moreover, I want to sincerely thank the user [probono](http://discourse.appimage.org/users/probono/summary) who helped me on the [AppImage Community Forum](http://discourse.appimage.org/t/hello-world-example/161/5) to create a universally installable AppImage package.