docs: change css example in man page to use hsl (#139)

This commit is contained in:
Joel Eapen 2025-10-01 15:52:45 +05:30 committed by GitHub
parent 6f32582d22
commit b3f3f230c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,7 +73,7 @@ Get a pixels color in HSL, wrapped in a CSS
.Fn hsl .Fn hsl
function: function:
.Pp .Pp
.Dl $ hyprpicker -f hsl | sed 's/^/rgb(/; s/$/)/; y/ /,/' .Dl $ hyprpicker -f hsl | sed 's/^/hsl(/; s/$/)/; y/ /,/'
.Sh SEE ALSO .Sh SEE ALSO
.Xr hyprctl 1 , .Xr hyprctl 1 ,
.Xr hyprland 1 , .Xr hyprland 1 ,