about summary refs log tree commit diff
path: root/awesome/.config/awesome/themes/srcery/theme.lua
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-11-29 11:30:01 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-11-29 11:30:01 +0700
commit7e2a016dc724dd9f6767a002f5da889740f137c6 (patch)
treea12e79ecc11565a09be9fc36082b279230d91a01 /awesome/.config/awesome/themes/srcery/theme.lua
parent5b07539fad29d4f88662c9c3e2f602860b3663be (diff)
downloaddotfiles-7e2a016dc724dd9f6767a002f5da889740f137c6.tar.gz
Update 2020-11-29
Diffstat (limited to 'awesome/.config/awesome/themes/srcery/theme.lua')
-rw-r--r--awesome/.config/awesome/themes/srcery/theme.lua11
1 files changed, 5 insertions, 6 deletions
diff --git a/awesome/.config/awesome/themes/srcery/theme.lua b/awesome/.config/awesome/themes/srcery/theme.lua
index 0c0578c..baaac50 100644
--- a/awesome/.config/awesome/themes/srcery/theme.lua
+++ b/awesome/.config/awesome/themes/srcery/theme.lua
@@ -21,8 +21,8 @@ local theme = {}
 local wd = '~/.config/awesome/themes/srcery/'
 local function abspath(relative) return wd .. relative end
 
-theme.font          = 'Latin Modern Mono Caps 12'
-theme.hotkeys_font  = 'Latin Modern Mono Bold 12'
+theme.font          = 'Latin Modern Mono Caps 15'
+theme.hotkeys_font  = 'Latin Modern Mono Bold 15'
 theme.hotkeys_description_font = theme.font
 
 -- Auxiliary colors
@@ -80,8 +80,8 @@ theme.taglist_squares_unsel = abspath'taglist/square.png'
 -- menu_[bg|fg]_[normal|focus]
 -- menu_[border_color|border_width]
 theme.menu_submenu_icon = abspath'submenu.png'
-theme.menu_height = 22
-theme.menu_width  = 160
+theme.menu_height = 28
+theme.menu_width  = 210
 
 -- You can add as many variables as
 -- you wish and access them by using
@@ -118,8 +118,7 @@ theme.titlebar_maximized_button_focus_inactive = titlebar'maximized_inactive'
 theme.titlebar_maximized_button_normal_active = titlebar'normal'
 theme.titlebar_maximized_button_focus_active = titlebar'maximized_active'
 
--- Desktop background
-function theme.wallpaper() gears.wallpaper.set(theme.black) end
+theme.wallpaper = abspath'background-fullhd.png'
 
 -- You can use your own layout icons like this:
 local function layout(icon)