Basic rice set up. Still need to add a way to reiably update the package lists and i need a launcher.

This commit is contained in:
Jurn Wubben 2025-10-28 17:49:16 +01:00
commit 3e89f350a6
107 changed files with 7553 additions and 0 deletions

View file

@ -0,0 +1,57 @@
image {
halign=center
path=/home/jsw/Pictures/profile.png
position=0, 50
valign=center
}
input-field {
size=200,50
check_color=rgb(e5c890)
fail_color=rgb(e78284)
dots_center=true
dots_size=0.200000
dots_spacing=0.350000
fade_on_empty=false
font_color=rgb(c6d0f5)
halign=center
hide_input=false
inner_color=rgb(303446)
outer_color=rgb(292c3c)
outline_thickness=2
placeholder_text=<i>Input Password...</i>
position=0, -100
rounding=-1
valign=center
fail_text=<i>$FAIL <b>($ATTEMPTS)</b></i>
}
label {
font_family=JetBrains Mono
font_size=95
halign=center
position=0, 300
text=$TIME
valign=center
color_idle=rgba(c6d0f5, 0.75)
color_verify=rgba(51576d, 0.75)
color_fail=rgba(e78284, 0.75)
color_capslock=rgba(a6d189, 0.75)
}
label {
color=rgba(f2d5cf, 0.75)
font_family=JetBrains Mono
font_size=22
halign=center
position=0, 200
text=cmd[update:1000] echo $(date +"%A, %B %d")
valign=center
}
auth {
fingerprint {
enabled = true
retry_delay = 50
}
}

View file

@ -0,0 +1,7 @@
source = ~/.config/hypr/lock/common.conf
background {
blur_passes=2
blur_size=10
path=screenshot
}

View file

@ -0,0 +1,7 @@
source = ~/.config/hypr/lock/common.conf
background {
blur_passes=2
blur_size=10
path=~/Pictures/wallpaper.png
}