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:
Kevin Alberts 2026-02-08 22:36:33 +01:00
parent fa5bbee56e
commit d6870c56b0
6 changed files with 178 additions and 10 deletions

View file

@ -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