https://github.com/karshprime/shutdown_menu
minimal shutdown pop-up menu; ideal for tiling wm
https://github.com/karshprime/shutdown_menu
Last synced: about 1 year ago
JSON representation
minimal shutdown pop-up menu; ideal for tiling wm
- Host: GitHub
- URL: https://github.com/karshprime/shutdown_menu
- Owner: karshPrime
- License: gpl-3.0
- Created: 2022-03-21T01:03:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-12T00:18:14.000Z (about 4 years ago)
- Last Synced: 2023-09-12T12:56:37.272Z (almost 3 years ago)
- Language: Python
- Size: 2.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Shutdown Menu
Simple bloat-less powermenu for minimalitic i3wm.
### Libs used:
- Gtk
- OS

### Use for other DE/WM
Edit these linesto make it compatible for other systems.
```py
38. def logout(self, button):
39. os.system('i3-msg exit') # by changing this line
40. Gtk.main_quit()
```