Transparent bar

This commit is contained in:
Thomas Forgione 2018-11-19 14:44:59 +01:00
parent 84d4a9262d
commit 059d88e8cd
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 5 additions and 5 deletions

View File

@ -6,10 +6,10 @@ local theme = {}
theme.font = "sans 8"
theme.bg_normal = "#22222299"
theme.bg_focus = "#535d6c99"
theme.bg_urgent = "#ff000099"
theme.bg_minimize = "#44444499"
theme.bg_normal = "#22222200"
theme.bg_focus = "#535d6c00"
theme.bg_urgent = "#ff000000"
theme.bg_minimize = "#44444400"
theme.bg_systray = theme.bg_normal
theme.fg_normal = "#cccccc"
@ -76,7 +76,7 @@ theme.titlebar_maximized_button_focus_inactive = "/usr/share/awesome/themes/def
theme.titlebar_maximized_button_normal_active = "/usr/share/awesome/themes/default/titlebar/maximized_normal_active.png"
theme.titlebar_maximized_button_focus_active = "/usr/share/awesome/themes/default/titlebar/maximized_focus_active.png"
theme.wallpaper = "/home/thomas/Pictures/Wallpapers/arch-1920x1080.png"
theme.wallpaper = "/home/thomas/Pictures/Wallpapers/terminal.jpg"
-- You can use your own layout icons like this:
theme.layout_fairh = "/usr/share/awesome/themes/default/layouts/fairhw.png"