I would rather be playing Hell Divers 2.

This commit is contained in:
coolnsx
2025-02-03 17:15:30 +05:30
parent 014f28a2ce
commit 3b7b76130c
19 changed files with 317 additions and 150 deletions

View File

@@ -1,10 +1,15 @@
$foreground = rgb($GLOBAL_ACCENT)
#general {
# enable_fingerprint = true
# fingerprint_ready_message = Slap yo finger
# fingerprint_present_message = Scanning...
#}
background {
monitor =
color = rgb(0,0,0)
hide_cursor = true
#path = screenshot
#blur_passes = 4
@@ -35,9 +40,9 @@ input-field {
outer_color = $foreground
inner_color = rgb(0,0,0)
font_color = $foreground
fade_on_empty = true
fade_on_empty = false
fade_timeout = 1000
placeholder_text = <i><span foreground="##$GLOBAL_ACCENT">Input Password...</span></i> # Text rendered in the input box when it's empty.
placeholder_text = <i><span foreground="##$GLOBAL_ACCENT">Type Your Password...</span></i> # Text rendered in the input box when it's empty.
hide_input = false
rounding = -1
check_color = rgb(204, 136, 34)
@@ -50,7 +55,7 @@ input-field {
invert_numlock = false
swap_font_color = false
position = 0, -300
position = 0, -400
halign = center
valign = center
}