mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: minor changes that make hyprlock a tiny bit better
This commit is contained in:
parent
2cadf14cd6
commit
027207bcf3
1 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@
|
|||
rounding = 32
|
||||
fail_color = rgba(191, 97, 106, 0.75)
|
||||
check_color = rgba(235, 203, 139, 0.75)
|
||||
placeholder_text = <span foreground="##cdd6f4"></span>
|
||||
placeholder_text = <span foreground="##cdd6f4">Password</span>
|
||||
hide_input = false
|
||||
position = 0, -400
|
||||
halign = center
|
||||
|
|
@ -126,7 +126,7 @@
|
|||
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "$(waybar-music | jq .text | cut -d\" -f2)"
|
||||
text = cmd[update:1000] echo "$(waybar-music | jq .text --raw-output)"
|
||||
color = rgba(209, 207, 207, 0.75)
|
||||
#color = rgba(255, 255, 255, 0.6)
|
||||
font_size = 17
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue