Make font smaller, use slock

This commit is contained in:
buffet 2022-07-22 17:57:58 +00:00
parent e279ec0225
commit 0673bf22a1
2 changed files with 3 additions and 2 deletions

View file

@ -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",

View file

@ -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"