diff options
Diffstat (limited to 'awesome/theme.lua')
-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: |