mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
feat: integrate spicetify-nix for Spotify customization, add steam and add hyprlock configuration
This commit is contained in:
82
home/hyprlock.conf
Normal file
82
home/hyprlock.conf
Normal file
@@ -0,0 +1,82 @@
|
||||
# Hyprlock configuration
|
||||
# Documentation: https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/
|
||||
|
||||
# General settings
|
||||
general {
|
||||
grace = 3 # Seconds before lock screen is shown
|
||||
hide_cursor = true
|
||||
ignore_empty_input = true
|
||||
}
|
||||
|
||||
# Background
|
||||
background {
|
||||
monitor =
|
||||
path = screenshot # Use a blurred screenshot of current screen
|
||||
blur_passes = 3
|
||||
blur_size = 8
|
||||
noise = 0.0117
|
||||
contrast = 0.8916
|
||||
brightness = 0.8172
|
||||
vibrancy = 0.1696
|
||||
vibrancy_darkness = 0.0
|
||||
}
|
||||
|
||||
# Input field
|
||||
input-field {
|
||||
monitor =
|
||||
size = 250, 50
|
||||
outline_thickness = 3
|
||||
dots_size = 0.33
|
||||
dots_spacing = 0.15
|
||||
dots_center = true
|
||||
|
||||
outer_color = rgba(4a7aa1ee) # Match your theme accent color
|
||||
inner_color = rgba(050a0eff) # Match your theme background
|
||||
font_color = rgb(cdd6f4)
|
||||
fade_on_empty = true
|
||||
|
||||
placeholder_text = <span foreground="##cdd6f4">Password...</span>
|
||||
|
||||
position = 0, -20
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Time
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "$(date +"%H:%M")"
|
||||
color = rgba(cdd6f4ff)
|
||||
font_size = 120
|
||||
font_family = FiraCode Nerd Font
|
||||
|
||||
position = 0, 80
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Date
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "$(date +"%A, %B %d")"
|
||||
color = rgba(cdd6f4ff)
|
||||
font_size = 24
|
||||
font_family = FiraCode Nerd Font
|
||||
|
||||
position = 0, -10
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# User label
|
||||
label {
|
||||
monitor =
|
||||
text = Hi there, $USER
|
||||
color = rgba(cdd6f4ff)
|
||||
font_size = 18
|
||||
font_family = FiraCode Nerd Font
|
||||
|
||||
position = 0, -80
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
Reference in New Issue
Block a user