Did a bunch of shit last night I dont really remember but dont wanna lose.

This commit is contained in:
Dante 2024-03-01 12:51:45 -05:00 committed by GitHub
parent e8196312fe
commit 7bcecff8d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 113 additions and 86 deletions

View file

@ -1,83 +1,73 @@
# Hyprlock
general {
hide_cursor = true
disable_loading_bar = false
grace = 1
no_fade_in = false
}
background {
monitor =
path = /home/crux/.config/wallpapers/wallhaven-o5jv65.png
color = rgba(20, 20, 20, 0.9)
path = $HOME/.config/rofi/.current_wallpaper # only png supported for now
color = $color7
# Blur
blur_passes = 1 # 0 disables blurring
blur_size = 3
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
blur_size = 4
blur_passes = 3 # 0 disables blurring
noise = 0.0117
contrast = 0.8916
brightness = 0.8172
vibrancy = 0.1696
contrast = 1.3000 # Vibrant!!!
brightness = 0.8000
vibrancy = 0.2100
vibrancy_darkness = 0.0
}
input-field {
monitor = DP-1
size = 200, 50
outline_thickness = 0
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
monitor =
size = 250, 50
outline_thickness = 3
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 0.64 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = true
outer_color = rgba(20, 20, 20, 0.3)
inner_color = rgb(200, 200, 200)
font_color = rgb(20, 20, 20)
fade_on_empty = false
placeholder_text = <span color="black">Password</span> # Text rendered in the input box when it's empty.
outer_color = $color1
inner_color = $color0
font_color = $color7
fade_on_empty = true
placeholder_text = <i>Password...</i> # Text rendered in the input box when it's empty.
hide_input = false
position = 0, -20
position = 0, 50
halign = center
valign = center
valign = bottom
}
# Labels
# Current time
label {
monitor = DP-1
text = Welcome back, <span foreground="SkyBlue1" style="italic">$USER</span>! The void eagerly awaits your command.
color = rgba(200, 200, 200, 1)
font_size = 25
font_family = Inter
position = 0, 80
text = cmd[update:1000] echo "<b><big>$TIME</big></b>"
color = $color0
font_size = 64
font_family = JetBrains Mono Nerd Font 10
position = 0, 16
halign = center
valign = center
}
# User label
label {
monitor =
text = $TIME
color = rgb(200, 200, 200)
font_family = Inter bold
font_size = 40
position = 0, -150
text = Hey <span text_transform="capitalize" size="larger">$USER</span>
color = $color0
font_size = 20
font_family = JetBrains Mono Nerd Font 10
position = 0, -10
halign = center
valign = top
valign = center
}
# Type to unlock
label {
monitor =
text =  <br/>
color = rgb(19, 200, 206)
font_size = 40
font_family = Inter bold
position = -100, -150
text = Type to unlock!
color = $color0
font_size = 16
font_family = JetBrains Mono Nerd Font 10
position = 0, 30
halign = center
valign = top
}
valign = bottom
}