feature/waybar #15
@ -11,7 +11,8 @@
|
|||||||
settings = {
|
settings = {
|
||||||
general = {
|
general = {
|
||||||
immediate_render = true;
|
immediate_render = true;
|
||||||
no_fade_in = true;
|
# disabling as config doesn't exist
|
||||||
|
#no_fade_in = true;
|
||||||
};
|
};
|
||||||
background = {
|
background = {
|
||||||
monitor = "";
|
monitor = "";
|
||||||
@ -54,7 +55,8 @@
|
|||||||
dots_spacing = 0.15; # Scale of dots' absolute size, -1.0 - 1.0
|
dots_spacing = 0.15; # Scale of dots' absolute size, -1.0 - 1.0
|
||||||
dots_center = false;
|
dots_center = false;
|
||||||
dots_rounding = -1; # -1 default circle, -2 follow input-field rounding
|
dots_rounding = -1; # -1 default circle, -2 follow input-field rounding
|
||||||
dots_fade_time = 200; # Milliseconds until a dot fully fades in
|
# disabling as config doesn't exist
|
||||||
|
# dots_fade_time = 200; # Milliseconds until a dot fully fades in
|
||||||
dots_text_format = ""; # Text character used for the input indicator. Leave empty for a rectangle that will be rounded via dots_rounding (default).
|
dots_text_format = ""; # Text character used for the input indicator. Leave empty for a rectangle that will be rounded via dots_rounding (default).
|
||||||
# disabling due to stylix
|
# disabling due to stylix
|
||||||
# outer_color = "rgb(151515)";
|
# outer_color = "rgb(151515)";
|
||||||
@ -70,7 +72,8 @@
|
|||||||
#fail_color = "rgb(204, 34, 34)"; # if authentication failed, changes outer_color and fail message color
|
#fail_color = "rgb(204, 34, 34)"; # if authentication failed, changes outer_color and fail message color
|
||||||
fail_text = "<i>$FAIL <b>($ATTEMPTS)</b></i>"; # can be set to empty
|
fail_text = "<i>$FAIL <b>($ATTEMPTS)</b></i>"; # can be set to empty
|
||||||
fail_timeout = 2000; # milliseconds before fail_text and fail_color disappears
|
fail_timeout = 2000; # milliseconds before fail_text and fail_color disappears
|
||||||
fail_transition = 300; # transition time in ms between normal outer_color and fail_color
|
# disabling as config doesn't exist
|
||||||
|
#fail_transition = 300; # transition time in ms between normal outer_color and fail_color
|
||||||
capslock_color = -1;
|
capslock_color = -1;
|
||||||
numlock_color = -1;
|
numlock_color = -1;
|
||||||
bothlock_color = -1; # when both locks are active. -1 means don't change outer color (same for above)
|
bothlock_color = -1; # when both locks are active. -1 means don't change outer color (same for above)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user