aboutsummaryrefslogtreecommitdiff
path: root/awesome/theme.lua
diff options
context:
space:
mode:
Diffstat (limited to 'awesome/theme.lua')
-rw-r--r--awesome/theme.lua14
1 files changed, 13 insertions, 1 deletions
diff --git a/awesome/theme.lua b/awesome/theme.lua
index b6cea768..70507fa0 100644
--- a/awesome/theme.lua
+++ b/awesome/theme.lua
@@ -7,7 +7,7 @@ local themes_path = gfs.get_themes_dir()
local theme = {}
-theme.font = "Source Han Sans JP 8" -- "Ubuntu:style=Light 10" -- "sans 8"
+theme.font = "Source Han Sans JP 9"--:style=Regular" -- "Ubuntu:style=Light 10" -- "sans 8"
theme.bg_normal = "#444444" -- 6c7164
theme.bg_focus = "#d33682"
@@ -54,6 +54,18 @@ theme.taglist_squares_unsel = theme_assets.taglist_squares_unsel(
-- notification_[width|height|margin]
-- notification_[border_color|border_width|shape|opacity]
+theme.notification_font = "Roboto 12"
+
+theme.notification_bg = "#FF0032"
+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
+
+
-- Variables set for theming the menu:
-- menu_[bg|fg]_[normal|focus]
-- menu_[border_color|border_width]