Compare commits

..

No commits in common. "ff149f3e2fc20b9314abc1ac9481e2d42bbabdc7" and "e504aae9f30dd6b11159bb085b286807faafa842" have entirely different histories.

44 changed files with 2 additions and 3 deletions

View File

@ -3,5 +3,5 @@
export RUN_ENV='development'
./usr/share/dooke/dooke.py
./usr/lib/dooke/dooke.py

View File

@ -1,3 +1,3 @@
#!/bin/bash
/usr/share/dooke/dooke.py
/usr/lib/dooke/dooke.py

View File

@ -13,7 +13,6 @@ class Window(Gtk.Window):
self.resize(width, height)
self.set_wmclass('Dooke', 'Dooke')
self.set_title('Dooke')
self.set_icon_name('dooke')
def toggle_visible(self, icon):