From 7ea071280943697990457ae0c142cc0f52834383 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Tue, 24 Dec 2024 09:49:34 -0500 Subject: [PATCH] style: change i3bar font and size --- .config/i3/i3bar-kratos.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/i3/i3bar-kratos.conf b/.config/i3/i3bar-kratos.conf index cd59c63..deabee0 100644 --- a/.config/i3/i3bar-kratos.conf +++ b/.config/i3/i3bar-kratos.conf @@ -17,7 +17,7 @@ set $nord14 #A3BE8C set $nord15 #B48EAD bar { - font pango:SpaceMono Nerd Font 17 + font pango:JetBrainsMono Nerd Font 13 position top status_command i3status #status_command SCRIPT_DIR=~/.config/i3blocks/scripts i3blocks @@ -26,8 +26,8 @@ bar { tray_padding 2 separator_symbol "  " - - i3bar_command i3bar --transparency + + i3bar_command i3bar --transparency strip_workspace_numbers no strip_workspace_name yes @@ -45,4 +45,4 @@ bar { inactive_workspace $nord8 $nord10 $nord4 urgent_workspace $nord3 $nord11 $nord4 } -} +} \ No newline at end of file