mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Fixes color for hyprlock time
This commit is contained in:
parent
3d5fe7cd54
commit
b60bc98e3a
|
@ -473,7 +473,7 @@
|
|||
label {
|
||||
monitor =
|
||||
text = $TIME
|
||||
color = rgba(200, 200, 200, 1.0)
|
||||
color = rgb(''+config.lib.stylix.colors.base07-rgb-r+'',''+config.lib.stylix.colors.base07-rgb-g+'', ''+config.lib.stylix.colors.base07-rgb-b+'')
|
||||
font_size = 20
|
||||
font_family = Intel One Mono
|
||||
rotate = 0 # degrees, counter-clockwise
|
||||
|
|
Loading…
Reference in a new issue