mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-17 07:56:11 +01:00
hyprland welcome
This commit is contained in:
146
.config/hypr/hyprlock.conf
Normal file
146
.config/hypr/hyprlock.conf
Normal file
@@ -0,0 +1,146 @@
|
||||
general {
|
||||
grace = 1
|
||||
}
|
||||
|
||||
background {
|
||||
monitor =
|
||||
color = rgba(40, 40, 40, 1)
|
||||
}
|
||||
|
||||
background {
|
||||
monitor = HDMI-A-1
|
||||
path = /tmp/screenshot-0.png
|
||||
color = rgba(40, 40, 40, 1)
|
||||
|
||||
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
|
||||
blur_passes = 3 # 0 disables blurring
|
||||
blur_size = 4
|
||||
noise = 0.0117
|
||||
contrast = 0.8916
|
||||
brightness = 0.8172
|
||||
vibrancy = 0.1696
|
||||
vibrancy_darkness = 0.0
|
||||
}
|
||||
|
||||
background {
|
||||
monitor = DP-1
|
||||
path = /tmp/screenshot-1.png
|
||||
color = rgba(40, 40, 40, 1)
|
||||
|
||||
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
|
||||
blur_passes = 3 # 0 disables blurring
|
||||
blur_size = 4
|
||||
noise = 0.0117
|
||||
contrast = 0.8916
|
||||
brightness = 0.8172
|
||||
vibrancy = 0.1696
|
||||
vibrancy_darkness = 0.0
|
||||
}
|
||||
|
||||
background {
|
||||
monitor = DP-2
|
||||
path = /tmp/screenshot-2.png
|
||||
color = rgba(40, 40, 40, 1)
|
||||
|
||||
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
|
||||
blur_passes = 3 # 0 disables blurring
|
||||
blur_size = 4
|
||||
noise = 0.0117
|
||||
contrast = 0.8916
|
||||
brightness = 0.8172
|
||||
vibrancy = 0.1696
|
||||
vibrancy_darkness = 0.0
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
size = 250, 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 = true
|
||||
outer_color = rgba(60, 56, 54, 1)
|
||||
inner_color = rgba(40, 40, 40, 1)
|
||||
font_color = rgba(251, 241, 199, 1)
|
||||
fade_on_empty = true
|
||||
placeholder_text = <i>Password...</i> # Text rendered in the input box when it's empty.
|
||||
hide_input = false
|
||||
|
||||
position = 0, 200
|
||||
halign = center
|
||||
valign = bottom
|
||||
}
|
||||
|
||||
# Date
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:18000000] echo "<b> "$(date +'%A, %-d %B %Y')" </b>"
|
||||
color = rgba(251, 241, 199, 1)
|
||||
font_size = 34
|
||||
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
||||
position = 0, -100
|
||||
halign = center
|
||||
valign = top
|
||||
}
|
||||
|
||||
# Hour-Time
|
||||
label {
|
||||
monitor =
|
||||
# text = cmd[update:1000] echo -e "$(date +"%H")"
|
||||
text = cmd[update:1000] echo -e "$(date +"%I")" #AM/PM
|
||||
color = rgba(215, 153, 33, 1)
|
||||
font_size = 200
|
||||
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
||||
position = 0, -200
|
||||
halign = center
|
||||
valign = top
|
||||
}
|
||||
|
||||
# Minute-Time
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo -e "$(date +"%M")"
|
||||
color = rgba(251, 241, 199, 1)
|
||||
font_size = 200
|
||||
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
||||
position = 0, -500
|
||||
halign = center
|
||||
valign = top
|
||||
}
|
||||
|
||||
# Seconds-Time
|
||||
# label {
|
||||
# monitor =
|
||||
# text = cmd[update:1000] echo -e "$(date +"%S")"
|
||||
# text = cmd[update:1000] echo -e "$(date +"%S %p")" #AM/PM
|
||||
# color = $color12
|
||||
# font_size = 40
|
||||
# font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
||||
# position = 0, -500
|
||||
# halign = center
|
||||
# valign = top
|
||||
# }
|
||||
|
||||
# User
|
||||
label {
|
||||
monitor =
|
||||
text = $USER
|
||||
color = rgba(251, 241, 199, 1)
|
||||
font_size = 18
|
||||
font_family = Inter Display Medium
|
||||
position = 0, 100
|
||||
halign = center
|
||||
valign = bottom
|
||||
}
|
||||
|
||||
# uptime
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:60000] echo "<b> "$(uptime -p)" </b>"
|
||||
color = rgba(251, 241, 199, 1)
|
||||
font_size = 24
|
||||
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
||||
position = 0, 0
|
||||
halign = right
|
||||
valign = bottom
|
||||
}
|
||||
Reference in New Issue
Block a user