diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-20 22:00:53 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-20 22:00:53 +0530 |
commit | f7aac2c49b7cd5eb14537f95cef6bcff4a364998 (patch) | |
tree | 2ba9bce002711c192985ba329ff1ba998a51af70 /awesome | |
parent | d1aa54923941e3a55058e631d966ead6b9ed91af (diff) |
minor changes to make my desktop look sexier
Diffstat (limited to 'awesome')
-rw-r--r-- | awesome/theme.lua | 14 |
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] |