mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-01-23 15:44:33 +00:00
Compare commits
3 commits
5a0132296b
...
df82f47ccb
Author | SHA1 | Date | |
---|---|---|---|
ItsDrike | df82f47ccb | ||
ItsDrike | e11b3c9dd7 | ||
ItsDrike | a3a0000c4a |
|
@ -4,8 +4,8 @@ exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CUR
|
||||||
# Hyprland socket sometimes isn't yet loaded, sleep for sec
|
# Hyprland socket sometimes isn't yet loaded, sleep for sec
|
||||||
exec-once = sleep 1 && systemctl --user start wayland-session.target
|
exec-once = sleep 1 && systemctl --user start wayland-session.target
|
||||||
|
|
||||||
exec-once = vesktop
|
exec-once = sleep 3 && vesktop
|
||||||
# exec-once = discord
|
# exec-once = sleep 3 && discord
|
||||||
# exec-once = webcord --start-minimized
|
# exec-once = sleep 3 && webcord --start-minimized
|
||||||
|
|
||||||
# vi: ft=hyprlang
|
# vi: ft=hyprlang
|
||||||
|
|
|
@ -32,11 +32,16 @@ input-field {
|
||||||
inner_color = rgb(29, 31, 33)
|
inner_color = rgb(29, 31, 33)
|
||||||
font_color = rgb(100, 100, 100)
|
font_color = rgb(100, 100, 100)
|
||||||
|
|
||||||
check_color = rgb(204, 136, 34) # override outer_color while checking the pw (could take a while sometimes - pam lockouts)
|
check_color = rgba(cc8822ff) # override outer_color while checking the pw (could take a while sometimes - pam lockouts)
|
||||||
fail_color = rgb(204, 34, 34) # override outer_color and fail message color if auth failed
|
fail_color = rgba(cc2222ff) # override outer_color and fail message color if auth failed
|
||||||
fail_transition = 500 # transition time in ms between normal outer_color and fail_color
|
fail_transition = 500 # transition time in ms between normal outer_color and fail_color
|
||||||
fail_text = # Leave this empty (amt of attempts and fail reason shown with labels)
|
fail_text = # Leave this empty (amt of attempts and fail reason shown with labels)
|
||||||
|
|
||||||
|
invert_numlock = true # use numlock_color instead of outer color when numlock is off, not on
|
||||||
|
capslock_color = rgba(fad03cff)
|
||||||
|
numlock_color = rgba(bdba03ff)
|
||||||
|
bothlock_color = rgba(dcc520ff)
|
||||||
|
|
||||||
hide_input = true
|
hide_input = true
|
||||||
fade_on_empty = false
|
fade_on_empty = false
|
||||||
placeholder_text = # Leave this empty
|
placeholder_text = # Leave this empty
|
||||||
|
|
Loading…
Reference in a new issue