Multiple changes including random wallpaper, theme colors and switching to yay instead of yaourt

This commit is contained in:
Kevin Alberts 2018-12-29 21:49:27 +01:00
parent b78b817a33
commit 5b7475e50f
Signed by: Kurocon
GPG key ID: BCD496FEBA0C6BC1
7 changed files with 609 additions and 46 deletions

View file

@ -65,7 +65,6 @@ hook.subscribe.changegroup(Theme.callback_changegroup)
hook.subscribe.focus_change(Theme.callback_focus_change)
hook.subscribe.float_change(Theme.callback_float_change)
hook.subscribe.group_window_add(Theme.callback_group_window_add)
hook.subscribe.window_name_change(Theme.callback_window_name_change)
hook.subscribe.client_new(Theme.callback_client_new)
hook.subscribe.client_managed(Theme.callback_client_managed)
hook.subscribe.client_killed(Theme.callback_client_killed)
@ -112,3 +111,6 @@ def main(qtile):
# Save qtile instance in theme
Theme.qtile = qtile
# Save theme instance in qtile
qtile.theme_instance = Theme