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
|
|
@ -202,6 +202,9 @@ class BaseTheme:
|
|||
def callback_group_window_add(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
def callback_group_window_remove(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
def callback_client_new(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue