213 lines
4.8 KiB
Plaintext
213 lines
4.8 KiB
Plaintext
general {
|
|
ignore_empty_input = true
|
|
fail_timeout = 1000
|
|
# hide_cursor = true
|
|
}
|
|
|
|
|
|
background {
|
|
monitor =
|
|
path = $HOME/.current_wallpaper # only png supported for now
|
|
color = rgba(25, 20, 20, 1.0)
|
|
|
|
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
|
|
blur_passes = 0 # 0 disables blurring
|
|
blur_size = 2
|
|
noise = 0
|
|
contrast = 0
|
|
brightness = 0
|
|
vibrancy = 0
|
|
vibrancy_darkness = 0.0
|
|
}
|
|
|
|
input-field {
|
|
monitor =
|
|
size = 300, 30
|
|
outline_thickness = 0
|
|
dots_size = 0.25 # Scale of input-field height, 0.2 - 0.8
|
|
dots_spacing = 0.55 # Scale of dots' absolute size, 0.0 - 1.0
|
|
dots_center = true
|
|
dots_rounding = -1
|
|
outer_color = rgba(242, 243, 244, 0)
|
|
inner_color = rgba(242, 243, 244, 0)
|
|
font_color = rgba(242, 243, 244, 0.75)
|
|
fade_on_empty = false
|
|
placeholder_text = # Text rendered in the input box when it's empty.
|
|
hide_input = false
|
|
check_color = rgba(204, 136, 34, 0)
|
|
fail_color = rgba(204, 34, 34, 0) # if authentication failed, changes outer_color and fail message color
|
|
fail_text = $FAIL <b>($ATTEMPTS)</b> # can be set to empty
|
|
fail_transition = 300 # transition time in ms between normal outer_color and fail_color
|
|
capslock_color = -1
|
|
numlock_color = -1
|
|
bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above)
|
|
invert_numlock = false # change color if numlock is off
|
|
swap_font_color = false # see below
|
|
position = 0, -468
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo "$(date +"%A, %B %d")"
|
|
color = rgba(242, 243, 244, 0.75)
|
|
font_size = 20
|
|
font_family = SF Pro Display Bold
|
|
position = 0, 405
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
label {
|
|
monitor =
|
|
text = $TIME12
|
|
color = rgba(242, 243, 244, 0.75)
|
|
font_size = 93
|
|
font_family = SF Pro Display Bold
|
|
position = 0, 310
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
|
|
label {
|
|
monitor =
|
|
text = $USER
|
|
color = rgba(242, 243, 244, 0.75)
|
|
font_size = 12
|
|
font_family = SF Pro Display Bold
|
|
position = 0, -407
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
label {
|
|
monitor =
|
|
text = Touch ID or Enter Password
|
|
color = rgba(242, 243, 244, 0.75)
|
|
font_size = 10
|
|
font_family = SF Pro Display
|
|
position = 0, -438
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
image {
|
|
monitor =
|
|
path = ~/.config/wallpapers/icons/spidy_black_1.jpg
|
|
border_color = 0xffdddddd
|
|
border_size = 0
|
|
size = 73
|
|
rounding = -1
|
|
rotate = 0
|
|
reload_time = -1
|
|
reload_cmd =
|
|
position = 0, -353
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
|
|
|
|
# Music blur div
|
|
shape {
|
|
monitor =
|
|
size = 340, 140
|
|
color =rgba(00, 00, 00, 0.1)
|
|
rounding = 30
|
|
rotate = 0
|
|
position = 0, -150
|
|
halign = center
|
|
valign = center
|
|
zindex = 1
|
|
}
|
|
|
|
|
|
|
|
# Music album art
|
|
image {
|
|
monitor =
|
|
size = 110
|
|
rounding = 20
|
|
rotate = 0
|
|
reload_time = 1
|
|
reload_cmd = ~/.config/hypr/scripts/playerctlock.sh --arturl
|
|
position = 800, -150
|
|
halign = left
|
|
valign = center
|
|
zindex = 5
|
|
}
|
|
|
|
|
|
# PLAYER LENGTH
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo "$(~/.config/hypr/scripts/playerctlock.sh --length | cut -c 1-15)"
|
|
color = rgba(255, 255, 255, 0.8)
|
|
font_size = 10
|
|
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
|
position = 950, -190
|
|
halign = left
|
|
valign = center
|
|
zindex = 5
|
|
}
|
|
|
|
|
|
# PLAYER STATUS
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo "$(~/.config/hypr/scripts/playerctlock.sh --status | cut -c 1-15)"
|
|
color = rgba(255, 255, 255, 0.8)
|
|
font_size = 10
|
|
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
|
position = 950, -170
|
|
halign = left
|
|
valign = center
|
|
zindex = 5
|
|
}
|
|
|
|
|
|
|
|
# PLAYER SOURCE
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo "$(~/.config/hypr/scripts/playerctlock.sh --source | cut -c 1-15)"
|
|
color = rgba(255, 255, 255, 0.6)
|
|
font_size = 10
|
|
font_family = JetBrains Mono Nerd Font Mono
|
|
position = 950, -140
|
|
halign = left
|
|
valign = center
|
|
zindex = 5
|
|
}
|
|
|
|
|
|
# PLAYER TITLE
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo "$(~/.config/hypr/scripts/playerctlock.sh --title | cut -c 1-15)"
|
|
color = rgba(255, 255, 255, 0.8)
|
|
font_size = 12
|
|
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
|
position = 950, -120
|
|
halign = left
|
|
valign = center
|
|
zindex = 5
|
|
}
|
|
|
|
|
|
|
|
# PLAYER ARTIST
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo "$(~/.config/hypr/scripts/playerctlock.sh --artist | cut -c 1-15)"
|
|
color = rgba(255, 255, 255, 0.8)
|
|
font_size = 10
|
|
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
|
position = 950, -100
|
|
halign = left
|
|
valign = center
|
|
zindex = 5
|
|
}
|