Customize wibar

This commit is contained in:
2024-06-21 23:44:08 +02:00
parent b73008c860
commit 82898eacff
2 changed files with 18 additions and 7 deletions

View File

@@ -6,10 +6,10 @@ local theme = {}
theme.font = "sans 8"
theme.bg_normal = "#22222200"
theme.bg_focus = "#535d6c00"
theme.bg_urgent = "#ff000000"
theme.bg_minimize = "#44444400"
theme.bg_normal = "#22222299"
theme.bg_focus = "#535d6c99"
theme.bg_urgent = "#ff000099"
theme.bg_minimize = "#44444499"
theme.bg_systray = theme.bg_normal
theme.fg_normal = "#cccccc"