Solid commit for user upgrade to 2017.10

This commit is contained in:
natemaia
2017-10-28 06:23:58 -07:00
parent fdb541b244
commit 5e14750722
257 changed files with 97 additions and 21820 deletions

View File

@ -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)