hyprland: hyprpaper: remove unused config
This commit is contained in:
parent
3de3a40124
commit
3dded19be3
|
@ -1,59 +0,0 @@
|
||||||
source = colors.conf
|
|
||||||
|
|
||||||
# BACKGROUND
|
|
||||||
background {
|
|
||||||
monitor =
|
|
||||||
path = /mnt/data/Wallpapers/unsorted/cat-lsc-0.jpg
|
|
||||||
blur_passes = 5
|
|
||||||
contrast = 0.5
|
|
||||||
brightness = 0.5
|
|
||||||
vibrancy = 0.2
|
|
||||||
vibrancy_darkness = 0.2
|
|
||||||
}
|
|
||||||
|
|
||||||
# GENERAL
|
|
||||||
general {
|
|
||||||
no_fade_in = false
|
|
||||||
grace = 0
|
|
||||||
disable_loading_bar = true
|
|
||||||
}
|
|
||||||
|
|
||||||
# animations {
|
|
||||||
# enabled = true
|
|
||||||
# bezier = linear, 1, 1, 0, 0
|
|
||||||
# animation = fade, 1, 1.8, linear, slide
|
|
||||||
# }
|
|
||||||
|
|
||||||
# INPUT FIELD
|
|
||||||
input-field {
|
|
||||||
monitor = DP-1
|
|
||||||
size = 150, 40
|
|
||||||
outline_thickness = 3
|
|
||||||
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
|
||||||
dots_spacing = 0.4 # Scale of dots' absolute size, 0.0 - 1.0
|
|
||||||
dots_center = true
|
|
||||||
outer_color = rgba(00000000)
|
|
||||||
inner_color = rgba(00000033)
|
|
||||||
check_color = rgba($yellowAlpha8f)
|
|
||||||
fail_color = rgba($redAlpha8f)
|
|
||||||
fail_timeout = 1000
|
|
||||||
font_color = rgba($textAlphaee)
|
|
||||||
fade_on_empty = false
|
|
||||||
placeholder_text =
|
|
||||||
hide_input = false
|
|
||||||
position = 0, 40
|
|
||||||
halign = center
|
|
||||||
valign = bottom
|
|
||||||
}
|
|
||||||
|
|
||||||
# TIME
|
|
||||||
label {
|
|
||||||
monitor = DP-1
|
|
||||||
text = cmd[update:1000] echo "$(date +"%H:%M")"
|
|
||||||
color = $fg
|
|
||||||
font_size = 120
|
|
||||||
font_family = Cantarell Thin
|
|
||||||
position = 0, 50
|
|
||||||
halign = center
|
|
||||||
valign = center
|
|
||||||
}
|
|
Loading…
Reference in a new issue