From f7aac2c49b7cd5eb14537f95cef6bcff4a364998 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 20 Dec 2020 22:00:53 +0530 Subject: minor changes to make my desktop look sexier --- awesome/theme.lua | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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] -- cgit v1.2.3