spmenu/themes/sample.theme
speedie 10495b48bf add experimental configuration file
profiles still need to be rewritten
2023-04-04 21:40:22 +02:00

10 lines
215 B
Plaintext

/* 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`
*/
spmenu = {
text = ( { font = "Terminus 8"; } );
};