A program to fade out volume linearly and put the computer to sleep.
Project description
FadeoutToSleep
About
A program to fade out volume linearly and put the computer to standby mode (sleep). It's similar to "Final Countdown" program on Windows (with less features). I made this for my own use, but I hope it helps other people to fall asleep easier also.
Installation
Use command: sudo python3 -m pip install FadeoutToSleep
Or if you downloaded the source code yourself, extracted it and changed to its directory: sudo python3 -m pip install .
Not using "sudo" may install the program to a place where it can't be found automatically and you have to add path to there manually.
You may need to install pip before that:
For examble on Linux Mint or Ubuntu: sudo apt install pip
And on EndeavourOS: sudo pacman -S python-pip
Usage
Run using command FadeoutToSleep as a normal user.
Add a shortcut to your desktop environment if you like. The way it's done varies so much that I won't give instructions here.
Depencies
- Python >=3.4 with PIP (I'm not actually sure what specific version is the lower limit)
- PyGObject
- pulsectl (python-pulse-control)
And:
- Linux with PulseAudio
- Sound output on your computer
Notes
Tested with only Linux Mint 20-21 Cinnamon, Ubuntu 22 and EndeavourOS 22.9. Should work on anything Gtk capable and using PulseAudio.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file FadeoutToSleep-1.0.tar.gz.
File metadata
- Download URL: FadeoutToSleep-1.0.tar.gz
- Upload date:
- Size: 22.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e73e1ed1726bc8faeb8a32f9c7f74c9cf569d9e14558031dbf9bdae46e073b3
|
|
| MD5 |
b09b4e6ba7a151573d7821c6d08a6683
|
|
| BLAKE2b-256 |
485fc3cee8ed6dec5d783de22e6ee4f7ec968e46d0799a729237f8cc84fe7535
|