summaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-28 21:55:33 -0600
committerzachir <zachir@librem.one>2023-02-28 21:55:33 -0600
commit67dbd103401f12a367cfbfeb5817ea5cfab2fa04 (patch)
tree0be8bbe880c7357c4aec070f2fce516666c2fb7c /awesome
parent971b89a4f2170a9328b8f8b0ca38a24193e85812 (diff)
add font2 to awesome theme
Diffstat (limited to 'awesome')
-rw-r--r--awesome/themes/default/theme.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/awesome/themes/default/theme.lua b/awesome/themes/default/theme.lua
index ead216c..5e2f196 100644
--- a/awesome/themes/default/theme.lua
+++ b/awesome/themes/default/theme.lua
@@ -12,6 +12,7 @@ local themes_path = gfs.get_themes_dir()
local theme = {}
theme.font = "mononoki Nerd Font Mono 18"
+theme.font2 = "mononoki Nerd Font Mono 12"
theme.bg_normal = "#000000"
theme.bg_focus = "#39c1ed"