An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

### Shutdown Menu
Simple bloat-less powermenu for minimalitic i3wm.

### Libs used:
- Gtk
- OS

![shutdown menu](https://raw.githubusercontent.com/ut-kr/shutdown_menu/main/screenshot.png)

### 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()
```