forked from Shinonome/dots-hyprland
Returned fade_on_empty for input field and moved layout indicator to bottom right
This commit is contained in:
@@ -18,7 +18,7 @@ input-field {
|
|||||||
outer_color = $entry_border_color
|
outer_color = $entry_border_color
|
||||||
inner_color = $entry_background_color
|
inner_color = $entry_background_color
|
||||||
font_color = $entry_color
|
font_color = $entry_color
|
||||||
fade_on_empty = false
|
fade_on_empty = true
|
||||||
|
|
||||||
position = 0, 20
|
position = 0, 20
|
||||||
halign = center
|
halign = center
|
||||||
@@ -29,11 +29,11 @@ label {
|
|||||||
monitor =
|
monitor =
|
||||||
text = $LAYOUT
|
text = $LAYOUT
|
||||||
color = $text_color
|
color = $text_color
|
||||||
font_size = 12
|
font_size = 14
|
||||||
font_family = $font_family
|
font_family = $font_family
|
||||||
position = 0, -40
|
position = -30, 30
|
||||||
halign = center
|
halign = right
|
||||||
valign = center
|
valign = bottom
|
||||||
}
|
}
|
||||||
|
|
||||||
label { # Caps Lock Warning
|
label { # Caps Lock Warning
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ input-field {
|
|||||||
outer_color = $entry_border_color
|
outer_color = $entry_border_color
|
||||||
inner_color = $entry_background_color
|
inner_color = $entry_background_color
|
||||||
font_color = $entry_color
|
font_color = $entry_color
|
||||||
fade_on_empty = false
|
fade_on_empty = true
|
||||||
|
|
||||||
position = 0, 20
|
position = 0, 20
|
||||||
halign = center
|
halign = center
|
||||||
@@ -34,11 +34,11 @@ label {
|
|||||||
monitor =
|
monitor =
|
||||||
text = $LAYOUT
|
text = $LAYOUT
|
||||||
color = $text_color
|
color = $text_color
|
||||||
font_size = 12
|
font_size = 14
|
||||||
font_family = $font_family
|
font_family = $font_family
|
||||||
position = 0, -40
|
position = -30, 30
|
||||||
halign = center
|
halign = right
|
||||||
valign = center
|
valign = bottom
|
||||||
}
|
}
|
||||||
|
|
||||||
label { # Caps Lock Warning
|
label { # Caps Lock Warning
|
||||||
|
|||||||
Reference in New Issue
Block a user