Solid commit for user upgrade to 2017.10
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
#!/usr/bin/env python
|
||||
|
||||
|
||||
import os
|
||||
@ -7,18 +6,13 @@ import gi
|
||||
import yaml
|
||||
import struct
|
||||
import subprocess
|
||||
|
||||
|
||||
gi.require_version('Gtk', '3.0')
|
||||
|
||||
|
||||
from gi.repository import Gtk, Gdk, Pango
|
||||
|
||||
|
||||
# This is the name of the group where your configs are stored.
|
||||
GROUP = 'i3'
|
||||
PATH = '{}/go/bin/gorice'.format(os.environ['HOME'])
|
||||
|
||||
PATH = '{}/bin/gorice'.format(os.environ['HOME'])
|
||||
|
||||
|
||||
class Selection(Gtk.EventBox):
|
||||
@ -116,7 +110,7 @@ def keypress(window, key):
|
||||
def main():
|
||||
configs = load_configs()
|
||||
window = Gtk.Window()
|
||||
window.modify_font( Pango.FontDescription('Ubuntu Light 10') )
|
||||
window.modify_font( Pango.FontDescription('Ubuntu 10') )
|
||||
window.connect('leave-notify-event', Gtk.main_quit)
|
||||
window.set_property('type-hint', Gdk.WindowTypeHint.SPLASHSCREEN)
|
||||
window.set_property('skip-taskbar-hint', True)
|
||||
|
Reference in New Issue
Block a user