feat(hyprlock): pywal theming
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
source = $HOME/.cache/wal/colors-hyprland.conf
|
||||
|
||||
general {
|
||||
enable_fingerprint = true
|
||||
@ -8,47 +9,45 @@ general {
|
||||
background {
|
||||
monitor =
|
||||
path = screenshot
|
||||
blur_passes = 2
|
||||
contrast = 0.8916
|
||||
brightness = 0.7172
|
||||
vibrancy = 0.1696
|
||||
vibrancy_darkness = 0
|
||||
blur_passes = 1
|
||||
contrast = 0.8
|
||||
brightness = 0.4
|
||||
vibrancy = 0.1
|
||||
vibrancy_darkness = 0.4
|
||||
}
|
||||
|
||||
input-field {
|
||||
label {
|
||||
monitor =
|
||||
size = 250, 50
|
||||
outline_thickness = 2
|
||||
dots_size = 0.1
|
||||
dots_spacing = 0.3
|
||||
font_color = rgb(000000)
|
||||
fade_on_empty = true
|
||||
text = cmd[update:1000] echo $(date +"%H")
|
||||
color = $color5
|
||||
font_size = 180
|
||||
font_family = SF Mono Black
|
||||
|
||||
position = 0, 20
|
||||
position = 0, 280
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
label {
|
||||
monitor =
|
||||
text = $TIME
|
||||
color = rgb(FFFFFF)
|
||||
font_size = 85
|
||||
font_family = SF Pro Display Black
|
||||
text = cmd[update:1000] echo $(date +"%M")
|
||||
color = $color6
|
||||
font_size = 100
|
||||
font_family = SF Mono Black
|
||||
|
||||
position = 0, 300
|
||||
position = 0, 120
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
label {
|
||||
monitor =
|
||||
text = hello, $USER
|
||||
color = rgb(FFFFFF)
|
||||
font_size = 20
|
||||
font_family = SF Pro Display Bold
|
||||
text = cmd[update:1000] echo $(date +"%S")
|
||||
color = $color6
|
||||
font_size = 60
|
||||
font_family = SF Mono Black
|
||||
|
||||
position = 0, 230
|
||||
position = 0, 20
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
@ -56,10 +55,35 @@ label {
|
||||
label {
|
||||
monitor =
|
||||
text = $FPRINTMESSAGE
|
||||
color = rgb(FFFFFF)
|
||||
color = $color6
|
||||
font_size = 15
|
||||
|
||||
position = 0, 180
|
||||
position = 0, 100
|
||||
halign = center
|
||||
valign = center
|
||||
valign = bottom
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
size = 250, 50
|
||||
dots_size = 0.1
|
||||
dots_spacing = 0.3
|
||||
font_color = $color6
|
||||
#fade_on_empty = true
|
||||
|
||||
position = 0, 80
|
||||
halign = center
|
||||
valign = bottom
|
||||
}
|
||||
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:9000000] echo "$(curl -s 'wttr.in?format=%t' | tr -d '+')"
|
||||
color = $color0
|
||||
font_size = 24
|
||||
font_family = SFMono Nerd Font
|
||||
|
||||
position = 0, 40
|
||||
halign = center
|
||||
valign = bottom
|
||||
}
|
||||
|
Reference in New Issue
Block a user