Make font smaller, use slock
This commit is contained in:
parent
e279ec0225
commit
0673bf22a1
2 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,8 @@ apps = {
|
|||
screenshot = "flameshot gui",
|
||||
|
||||
-- Screenlocker
|
||||
screenlocker = "i3lock -ec '#f5efdc'",
|
||||
-- screenlocker = "i3lock -ec '#f5efdc'",
|
||||
screenlocker = "slock",
|
||||
|
||||
-- brightness
|
||||
brightness_up = "xbacklight -inc 1",
|
||||
|
|
|
@ -14,7 +14,7 @@ local themes_path = gfs.get_themes_dir()
|
|||
|
||||
local theme = {}
|
||||
|
||||
theme.font = "sans 8"
|
||||
theme.font = "sans 7"
|
||||
theme.master_width_factor = 8/13
|
||||
|
||||
theme.bg_normal = "#f5efdc"
|
||||
|
|
Loading…
Reference in a new issue