feat(waybar) some visual updates

This commit is contained in:
2025-10-20 20:15:26 +02:00
parent 2c08f78586
commit ec9a3bd845
7 changed files with 20 additions and 16 deletions

View File

@@ -21,7 +21,7 @@ in
let
resolution =
if m.width != null && m.height != null then
"${toString m.width}x${toString m.height}@${toString m.refreshRate}"
"${toString m.width}x${toString m.height}@${m.refreshRate}"
else
"preferred";