waybar: fix unquoted string

This commit is contained in:
lelgenio 2021-12-08 00:04:14 -03:00
parent 3b6c652038
commit fcca15ecb7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* {{@@ header() @@}} */
/* {%@@ set bg_rgb = hex2rgb(color.bg) @@%} */
* {
font: {{@@ font.size.medium @@}}px {{@@ font.interface @@}}, Font Awesome, Fira Code Nerd Font;
font: {{@@ font.size.medium @@}}px "{{@@ font.interface @@}}", Font Awesome, Fira Code Nerd Font;
border-radius:0;
margin:0;
padding: 0;