Float out the bar a little bit if there are no windows, or multiple windows. Make single windows always fullscreen with no margins. Make bar transparent except when hovered over.
This commit is contained in:
parent
fa5bbee56e
commit
d6870c56b0
6 changed files with 178 additions and 10 deletions
|
|
@ -68,6 +68,7 @@ try:
|
|||
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.group_window_remove(Theme.callback_group_window_remove)
|
||||
hook.subscribe.client_new(Theme.callback_client_new)
|
||||
hook.subscribe.client_managed(Theme.callback_client_managed)
|
||||
hook.subscribe.client_killed(Theme.callback_client_killed)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue