From 693c04db4c524914d0ec0e7fa00aec73117ded71 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 22 Dec 2020 14:02:55 +0530 Subject: changed notifications bg color --- awesome/theme.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/awesome/theme.lua b/awesome/theme.lua index bb113efe..62dd08e5 100644 --- a/awesome/theme.lua +++ b/awesome/theme.lua @@ -56,14 +56,14 @@ theme.taglist_squares_unsel = theme_assets.taglist_squares_unsel( theme.notification_font = "Roboto 12" -theme.notification_bg = "#FF0032" +theme.notification_bg = "#171520" theme.notification_fg = "#FFFFFF" theme.notification_opacity = 0.8 -theme.notification_width = 280 -theme.notification_height = 65 -theme.notification_margin = 30 -- doesn't work for some reason +-- theme.notification_width = 280 +-- theme.notification_height = 65 +-- theme.notification_margin = 30 -- doesn't work for some reason -- Variables set for theming the menu: -- cgit v1.2.3