From 03c3d8c1252fcff890454abff5b5fa69f0294553 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Tue, 20 Feb 2024 00:12:40 +0000 Subject: [PATCH] hyprlock: update text variables --- pages/Hypr Ecosystem/hyprlock.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/Hypr Ecosystem/hyprlock.md b/pages/Hypr Ecosystem/hyprlock.md index 7c7ce81..657babe 100644 --- a/pages/Hypr Ecosystem/hyprlock.md +++ b/pages/Hypr Ecosystem/hyprlock.md @@ -74,7 +74,7 @@ Draws a label. ```ini label { monitor = - text = Hi there, $USER # Supported variables: $USER + text = Hi there, $USER color = rgba(200, 200, 200, 1.0) font_size = 25 font_family = Noto Sans @@ -83,4 +83,8 @@ label { halign = center valign = center } -``` \ No newline at end of file +``` + +Available variables for `text`: + - `$USER` - username + - `$TIME` - current time (e.g. `13:37`) \ No newline at end of file