From 5e0d39d2eaa381ba3c37fc8f775204ea87f7008e Mon Sep 17 00:00:00 2001 From: elenapan Date: Sun, 12 Apr 2020 11:19:36 +0300 Subject: [PATCH] Tweak amarena dashboard --- config/awesome/elemental/dashboard/amarena.lua | 7 +++---- config/awesome/themes/amarena/theme.lua | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/config/awesome/elemental/dashboard/amarena.lua b/config/awesome/elemental/dashboard/amarena.lua index dcfd6ac..8fb3798 100644 --- a/config/awesome/elemental/dashboard/amarena.lua +++ b/config/awesome/elemental/dashboard/amarena.lua @@ -137,14 +137,13 @@ styles.month = { padding = 20, } styles.normal = {} styles.focus = { fg_color = x.color1, - bg_color = x.color5.."00", + bg_color = x.color5..00, markup = function(t) return '' .. t .. '' end, - -- markup = function(t) return '' .. t .. '' end, } styles.header = { fg_color = x.color4, bg_color = x.color1.."00", -- markup = function(t) return '' .. t .. '' end, - markup = function(t) return '' .. t .. '' end, + markup = function(t) return '' .. t .. '' end, } styles.weekday = { fg_color = x.color7, bg_color = x.color1.."00", @@ -183,7 +182,7 @@ end calendar_widget = wibox.widget { date = os.date('*t'), - font = "sans 14", + font = "sans medium 13", long_weekdays = false, spacing = dpi(3), fn_embed = decorate_cell, diff --git a/config/awesome/themes/amarena/theme.lua b/config/awesome/themes/amarena/theme.lua index b04d176..fc6dcfa 100644 --- a/config/awesome/themes/amarena/theme.lua +++ b/config/awesome/themes/amarena/theme.lua @@ -176,7 +176,7 @@ theme.sidebar_border_radius = 0 -- theme.sidebar_border_radius = theme.border_radius -- Dashboard -theme.dashboard_bg = x.color0 +theme.dashboard_bg = x.color0.."CC" theme.dashboard_fg = x.color7 -- Exit screen