Skip to content

Instantly share code, notes, and snippets.

@lanrat
lanrat / cb-exit
Created May 25, 2013 18:35
A modification to the cb-exit script in CrunchBang Linux to allow Hibernate
#!/usr/bin/env python
import pygtk
pygtk.require('2.0')
import gtk
import os
import getpass
class cb_exit:
def disable_buttons(self):