Use sugar theme for matchbox
This commit is contained in:
parent
5b55fbc99e
commit
d319ac192d
@ -43,7 +43,7 @@ def _start_matchbox():
|
|||||||
cmd = ['matchbox-window-manager']
|
cmd = ['matchbox-window-manager']
|
||||||
|
|
||||||
cmd.extend(['-use_titlebar', 'no'])
|
cmd.extend(['-use_titlebar', 'no'])
|
||||||
cmd.extend(['-theme', 'olpc'])
|
cmd.extend(['-theme', 'sugar'])
|
||||||
cmd.extend(['-kbdconfig', env.get_shell_path('kbdconfig')])
|
cmd.extend(['-kbdconfig', env.get_shell_path('kbdconfig')])
|
||||||
|
|
||||||
gobject.spawn_async(cmd, flags=gobject.SPAWN_SEARCH_PATH)
|
gobject.spawn_async(cmd, flags=gobject.SPAWN_SEARCH_PATH)
|
||||||
|
Loading…
Reference in New Issue
Block a user