Add new window switcher on super+tab and smaller fixes

This commit is contained in:
Crylia
2022-06-16 00:30:56 +02:00
parent 454c80336c
commit fb22b50a97
13 changed files with 358 additions and 68 deletions

View File

@@ -256,8 +256,11 @@ Theme_config.volume_osd = {
Theme_config.window_switcher = {
element_bg = color["Grey800"],
element_fg = color["CyanA200"],
element_fg = color["Green200"],
border_color = color["Grey800"],
border_width = dpi(4),
bg = color["Grey900"],
selected_fg = color["CyanA200"],
selected_border_color = color["Purple200"],
selected_bg = "#313131"
}