diff options
author | zachir <zachir@librem.one> | 2025-07-15 21:36:27 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-15 21:36:27 -0500 |
commit | e588d9b45617c58d1be07f96da97049948106df4 (patch) | |
tree | 310d840989b31e0733bf9b73e2e2d4627a44b59b /awesome/themes/zachir/theme.lua | |
parent | a413b06132dc533345ffb67c91378571f764ee3b (diff) | |
parent | 8ffbd91ea6ea8a7ef823ffd6705cb2aee2a33ade (diff) |
Merge branch 'master' into cla
Diffstat (limited to 'awesome/themes/zachir/theme.lua')
-rw-r--r-- | awesome/themes/zachir/theme.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/awesome/themes/zachir/theme.lua b/awesome/themes/zachir/theme.lua index bef4f5c..b54c3c6 100644 --- a/awesome/themes/zachir/theme.lua +++ b/awesome/themes/zachir/theme.lua @@ -12,8 +12,8 @@ local themes_path = gfs.get_themes_dir() local theme = {} -theme.font = "mononoki Nerd Font Mono 18" -theme.font2 = "mononoki Nerd Font Mono 12" +theme.font = "FiraCode Nerd Font Mono 18" +theme.font2 = "FiraCode Nerd Font Mono 12" theme.bg_normal = xrdb.background theme.bg_focus = xrdb.color2 @@ -162,7 +162,7 @@ theme.tabbar_disable = false -- disable the tab bar entirely theme.tabbar_ontop = false theme.tabbar_radius = 0 -- border radius of the tabbar theme.tabbar_style = "default" -- style of the tabbar ("default", "boxes" or "modern") -theme.tabbar_font = "mononoki Nerd Font Mono 24" -- font of the tabbar +theme.tabbar_font = "FiraCode Nerd Font Mono 24" -- font of the tabbar theme.tabbar_size = 40 -- size of the tabbar theme.tabbar_position = "top" -- position of the tabbar theme.tabbar_bg_normal = "#000000" -- background color of the focused client on the tabbar |