https://github.com/plugarut/ulauncher-eos-actions
Ulauncher extension for eOS
https://github.com/plugarut/ulauncher-eos-actions
Last synced: about 1 year ago
JSON representation
Ulauncher extension for eOS
- Host: GitHub
- URL: https://github.com/plugarut/ulauncher-eos-actions
- Owner: PlugaruT
- License: mit
- Created: 2018-03-03T15:03:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T05:47:33.000Z (almost 7 years ago)
- Last Synced: 2025-04-15T05:43:21.859Z (about 1 year ago)
- Language: Python
- Size: 98.6 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A [Ulauncher](https://ulauncher.io/) extension to support [eOS](https://elementary.io/).
Actions are performed using [`dbus-send`](https://dbus.freedesktop.org/doc/dbus-send.1.html) and [`gsettings`](https://developer.gnome.org/gio/stable/GSettings.html).
#### Possible actions:
- `Suspend` computer. Search strings: _sleep_, _suspend_
- `Restart` computer. Search strings: _reboot_, _restart_
- `PowerOff` computer. Search strings: _shutdown_, _power-off_
- `Lock` computer. Search strings: _lock_
- `LogOut` from current sesstion. Search string: _logout_
- `DND`, toggle Do Not Disturb mode. Search strings: _dnd_
- `Show/Hide battery %`, toggle battery percentage. Search string: _battery_

Icons are part of the [elementary icons](https://github.com/elementary/icons).
#### Notes:
_Some actions may work in other DEs, but this is beyond the scope of this extension._
_This extension was inspired by [Exit Gnome](https://github.com/leinardi/ulauncher-exit-gnome)._