Add IBM Plex Sans to hyprlock config
This commit is contained in:
@@ -12,6 +12,7 @@ input-field {
|
|||||||
monitor =
|
monitor =
|
||||||
fade_on_empty = true
|
fade_on_empty = true
|
||||||
rounding = 8
|
rounding = 8
|
||||||
|
font_family = IBM Plex Sans
|
||||||
outer_color = rgba(50,48,47,0.8)
|
outer_color = rgba(50,48,47,0.8)
|
||||||
inner_color = rgba(50,48,47,0.8)
|
inner_color = rgba(50,48,47,0.8)
|
||||||
font_color = rgb(235,219,178)
|
font_color = rgb(235,219,178)
|
||||||
@@ -32,6 +33,7 @@ shape {
|
|||||||
# A label showing the current time
|
# A label showing the current time
|
||||||
label {
|
label {
|
||||||
text = cmd[update:30] echo ""$(date +"%I:%M %p")""
|
text = cmd[update:30] echo ""$(date +"%I:%M %p")""
|
||||||
|
font_family = IBM Plex Sans
|
||||||
font_size = 48
|
font_size = 48
|
||||||
color = rgb(235,219,178)
|
color = rgb(235,219,178)
|
||||||
position = 0, 250
|
position = 0, 250
|
||||||
@@ -41,6 +43,7 @@ label {
|
|||||||
# A label showing the current date
|
# A label showing the current date
|
||||||
label {
|
label {
|
||||||
text = cmd[update:30] echo ""$(date +'%A, %-d %B %Y')""
|
text = cmd[update:30] echo ""$(date +'%A, %-d %B %Y')""
|
||||||
|
font_family = IBM Plex Sans
|
||||||
color = rgb(235,219,178)
|
color = rgb(235,219,178)
|
||||||
position = 0, 150
|
position = 0, 150
|
||||||
halign = center
|
halign = center
|
||||||
@@ -61,6 +64,7 @@ image {
|
|||||||
label {
|
label {
|
||||||
text = $USER
|
text = $USER
|
||||||
color = rgba(235,219,178,0.5)
|
color = rgba(235,219,178,0.5)
|
||||||
|
font_family = IBM Plex Sans
|
||||||
font_size = 14
|
font_size = 14
|
||||||
position = 0, -100
|
position = 0, -100
|
||||||
halign = center
|
halign = center
|
||||||
|
|||||||
Reference in New Issue
Block a user