diff options
author | zsmith <zsmith@newhopechurch.tv> | 2025-07-30 09:16:10 -0500 |
---|---|---|
committer | zsmith <zsmith@newhopechurch.tv> | 2025-07-30 09:16:10 -0500 |
commit | 891de8e4c0ea0e4e141de22e684c4ec3c1a4f630 (patch) | |
tree | 0899ecc583833235971ce44a3a74b3f5ab8c93d2 /awesome/themes/zachir/theme.lua | |
parent | 881727689c3a32161d9ed0333cde2ec905a9c747 (diff) | |
parent | 08655b7b49d8c970b1f0020ccc807209c298c127 (diff) |
Merge remote-tracking branch 'origin/master' into mac
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 b54c3c6..30a575a 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 = "FiraCode Nerd Font Mono 18" -theme.font2 = "FiraCode Nerd Font Mono 12" +theme.font = "JetBrainsMono Nerd Font 18" +theme.font2 = "JetBrainsMono Nerd Font 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 = "FiraCode Nerd Font Mono 24" -- font of the tabbar +theme.tabbar_font = "JetBrainsMono Nerd Font 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 |