diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-22 14:02:55 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-22 14:02:55 +0530 |
commit | 693c04db4c524914d0ec0e7fa00aec73117ded71 (patch) | |
tree | 968e551ecc3129cfed24565f0342b5ce0633c54b /awesome | |
parent | 682fdcfbe406cd1fcea88ecdf8753319161db464 (diff) |
changed notifications bg color
Diffstat (limited to 'awesome')
-rw-r--r-- | awesome/theme.lua | 8 |
1 files 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: |