HiDPI 支持配置

This commit is contained in:
2025-03-30 18:36:32 +08:00
parent 2419068ede
commit 5498db74d5
4 changed files with 25 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ local my_table = awful.util.table or gears.table -- 4.{0,1} compatibility
local theme = {}
theme.confdir = os.getenv("HOME") .. "/.config/awesome/themes/multicolor"
theme.wallpaper = theme.confdir .. "/wall.png"
theme.font = "Terminus 8"
theme.font = "Terminus 10"
theme.menu_bg_normal = "#000000"
theme.menu_bg_focus = "#000000"
theme.bg_normal = "#000000d0"