Multiple changes including random wallpaper, theme colors and switching to yay instead of yaourt
This commit is contained in:
parent
b78b817a33
commit
5b7475e50f
7 changed files with 609 additions and 46 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue