config/hypr-ahrc--laptop : mise à jour
This commit is contained in:
parent
b8d021c6f3
commit
07ac41c20d
4 changed files with 49 additions and 1 deletions
|
@ -3,7 +3,6 @@ misc {
|
|||
# Logos and mascotts
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
force_hypr_chan = false
|
||||
|
||||
# Focus
|
||||
layers_hog_keyboard_focus = true
|
||||
|
|
|
@ -6,3 +6,7 @@ exec-once = hyprxdg
|
|||
|
||||
# SwayOSD
|
||||
exec-once = swayosd-server
|
||||
|
||||
# Eww
|
||||
exec-once = eww daemon
|
||||
exec-once = eww open bar
|
||||
|
|
42
config/hypr-ahrc--laptop/hyprlock.conf
Normal file
42
config/hypr-ahrc--laptop/hyprlock.conf
Normal file
|
@ -0,0 +1,42 @@
|
|||
general {
|
||||
hide_cursor = true
|
||||
no_fade_in = true
|
||||
}
|
||||
|
||||
background {
|
||||
monitor =
|
||||
path = screenshot
|
||||
blur_passes = 2
|
||||
blur_size = 5
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
size = 640, 50
|
||||
outline_thickness = 3
|
||||
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
|
||||
dots_center = false
|
||||
outer_color = rgb(151515)
|
||||
inner_color = rgb(200, 200, 200)
|
||||
font_color = rgb(10, 10, 10)
|
||||
fade_on_empty = true
|
||||
placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
|
||||
hide_input = false
|
||||
rounding = -1 # -1 means complete rounding (circle/oval)
|
||||
|
||||
position = 0, -20
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:500] date '+%Y-%m-%d%n %H-%M-%S'
|
||||
font_size = 25
|
||||
font_family = Hack Nerd Font
|
||||
|
||||
position = 0, 80
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
|
@ -4,3 +4,6 @@ wallpaper = , ~/.local/share/backgrounds/chime_interdimensional.jpg
|
|||
|
||||
# Save battery
|
||||
ipc = off
|
||||
|
||||
# Disable splashe texts
|
||||
splash = false
|
||||
|
|
Loading…
Reference in a new issue