diff options
author | LinuxWizard42 <linuxwizard@voidnet.dy.fi> | 2023-04-03 17:00:01 +0300 |
---|---|---|
committer | LinuxWizard42 <linuxwizard@voidnet.dy.fi> | 2023-04-03 17:00:01 +0300 |
commit | e9da02cd12b3516b198ba5877e7cf73b33494034 (patch) | |
tree | be81fa243417b0d308dc576a2854123b7de0d59a | |
parent | 5b159a0f7fc0bec167908f2466ddfa9b363f48b4 (diff) | |
download | spectrwm_config-e9da02cd12b3516b198ba5877e7cf73b33494034.tar.gz spectrwm_config-e9da02cd12b3516b198ba5877e7cf73b33494034.tar.zst |
Changed bar font size
-rw-r--r-- | spectrwm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spectrwm.conf b/spectrwm.conf index abc5067..fc421a3 100644 --- a/spectrwm.conf +++ b/spectrwm.conf @@ -1,6 +1,6 @@ bar_enabled = 1 bar_color[0] = black -bar_font = FreeMono:size=14:bold +bar_font = FreeMono:size=16:bold bar_font_color = orange bar_font_color_selected = black bar_color_selected = orange |