From 7105ad9bbacc94ace219985ef909431fc250e83c Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 14 May 2026 01:22:25 +0200 Subject: [PATCH] waybar-styles.5: add semicolon to css import statement --- man/waybar-styles.5.scd.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/waybar-styles.5.scd.in b/man/waybar-styles.5.scd.in index b11e15bd..e5a70517 100644 --- a/man/waybar-styles.5.scd.in +++ b/man/waybar-styles.5.scd.in @@ -21,7 +21,7 @@ It uses the first file found in this search order: An example user-controlled stylesheet that just changes the color of the clock to be green on black, while keeping the rest of the system config the same would be: ``` -@import url("file:///etc/xdg/waybar/style.css") +@import url("file:///etc/xdg/waybar/style.css"); #clock { background: #000000;