From d4944430ad687e9a8662bec259262584ba70ac50 Mon Sep 17 00:00:00 2001 From: speedie Date: Wed, 5 Apr 2023 00:16:44 +0200 Subject: [PATCH] oops incorrect --- themes/sample.theme | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/themes/sample.theme b/themes/sample.theme index be5717f..221b736 100644 --- a/themes/sample.theme +++ b/themes/sample.theme @@ -1,9 +1,7 @@ /* This is a sample theme. * It simply sets the font to Terminus. * - * You can include this from your spmenu.conf using `@include "path/to/sample.theme` + * You can include this from your spmenu.conf using `@include "path/to/sample.theme`. Put it inside `text = ();` */ -spmenu = { - text = ( { font = "Terminus 8"; } ); -}; +font = "Terminus 8";