diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/hyprlock.conf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index b2a1a163..3aa029d9 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -47,7 +47,7 @@ input-field { label { monitor = text = cmd[update:18000000] echo "<b> "$(date +'%A, %-d %B %Y')" </b>" - color = $color5 + color = $color1 font_size = 34 font_family = JetBrains Mono Nerd Font 10 @@ -63,7 +63,6 @@ label { color = $color7 font_size = 24 font_family = JetBrains Mono Nerd Font 10 - position = 0, -250 halign = center valign = top @@ -83,6 +82,7 @@ text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>" # 24H valign = center } +# User label { monitor = text = $USER @@ -95,6 +95,7 @@ label { valign = bottom } +# uptime label { monitor = text = cmd[update:60000] echo "<b> "$(uptime -p)" </b>" @@ -106,6 +107,7 @@ label { valign = bottom } +# weather edit specific location. Note, this cause a 2-4 seconds delay in locking label { monitor = text = cmd[update:3600000] ping -c 1 wttr.in > /dev/null && curl -s 'wttr.in?format=2' # For specific location : wttr.in/busan?format=2 @@ -117,13 +119,14 @@ label { valign = bottom } +# Put a picture of choice here. Default is the current wallpaper image { monitor = path = $HOME/.config/rofi/.current_wallpaper size = 230 rounding = -1 border_size = 4 - border_color = $color12 + border_color = $color2 rotate = 0 reload_time = -1 position = 0, 300 |
