Add .config/hypr/hypr.png
Update .config/hypr/hyprland.conf Update .config/hypr/hyprlock.conf
This commit is contained in:
parent
c2f4366fd0
commit
024f45246d
3 changed files with 86 additions and 50 deletions
|
@ -1,71 +1,101 @@
|
|||
# BACKGROUND
|
||||
background {
|
||||
monitor =
|
||||
#path = screenshot
|
||||
path = /home/jinks/Pictures/Wallpapers/1149364-awesome-black-and-red-wallpapers-1920x1080-cell-phone.jpg
|
||||
color = rgba(17, 17, 17, 1.0)
|
||||
path = ~/.config/hypr/hypr.png
|
||||
blur_passes = 2
|
||||
contrast = 0.8916
|
||||
brightness = 0.8172
|
||||
vibrancy = 0.1696
|
||||
vibrancy_darkness = 0.0
|
||||
}
|
||||
|
||||
# GENERAL
|
||||
general {
|
||||
no_fade_in = false
|
||||
grace = 0
|
||||
disable_loading_bar = false
|
||||
}
|
||||
|
||||
# INPUT FIELD
|
||||
input-field {
|
||||
monitor =
|
||||
size = 20%, 35%
|
||||
outline_thickness = 3
|
||||
inner_color = rgba(0, 0, 0, 0.0) # no fill
|
||||
|
||||
outer_color = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
check_color=rgba(00ff99ee) rgba(ff6633ee) 120deg
|
||||
fail_color=rgba(ff6633ee) rgba(ff0066ee) 40deg
|
||||
|
||||
font_color = rgb(143, 143, 143)
|
||||
size = 250, 60
|
||||
outline_thickness = 2
|
||||
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
||||
dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
|
||||
dots_center = true
|
||||
outer_color = rgba(0, 0, 0, 0)
|
||||
inner_color = rgba(100, 114, 125, 0.4)
|
||||
font_color = rgb(200, 200, 200)
|
||||
fade_on_empty = false
|
||||
rounding = 15
|
||||
|
||||
position = 0, -20
|
||||
font_family = SF Pro Display Bold
|
||||
placeholder_text = <i><span foreground="##ffffff99">Enter Pass</span></i>
|
||||
hide_input = false
|
||||
position = 0, -225
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Time
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "$(date)"
|
||||
color = rgba(204, 204, 204, 1.0)
|
||||
font_size = 16
|
||||
font_family = Bahnschrift
|
||||
|
||||
text = cmd[update:10000] echo "<span>$(date +"%H:%M")</span>"
|
||||
color = rgba(216, 222, 233, 0.70)
|
||||
font_size = 130
|
||||
font_family = SF Pro Display Bold
|
||||
position = 0, 180
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Day-Month-Date
|
||||
label {
|
||||
monitor =
|
||||
text = welcome back $USER
|
||||
color = rgba(197, 197, 197, 1.0)
|
||||
text = cmd[update:10000] echo -e "$(date +"%A, %d %B")"
|
||||
color = rgba(216, 222, 233, 0.70)
|
||||
font_size = 30
|
||||
font_family = SF Pro Display Bold
|
||||
position = 0, 80
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Profie-Photo
|
||||
image {
|
||||
monitor =
|
||||
path = ~/.face.icon
|
||||
border_color = 0xffdddddd
|
||||
border_size = 0
|
||||
size = 120
|
||||
rounding = -1
|
||||
rotate = 0
|
||||
reload_time = -1
|
||||
reload_cmd =
|
||||
position = 0, -20
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# USER
|
||||
label {
|
||||
monitor =
|
||||
text = Hi, $USER
|
||||
color = rgba(216, 222, 233, 0.70)
|
||||
font_size = 25
|
||||
font_family = Ubuntu
|
||||
|
||||
position = 0, 80
|
||||
font_family = SF Pro Display Bold
|
||||
position = 0, -130
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
shape {
|
||||
monitor =
|
||||
size = 360, 60
|
||||
color = rgba(0, 0, 0, 0.0) # no fill
|
||||
rounding = -1 # circle
|
||||
border_size = 4
|
||||
#border_color = rgba(46, 40, 76, 1)
|
||||
border_color = rgba(0, 125, 111, 1)
|
||||
|
||||
position = 0, 80
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
# CURRENT SONG
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:0] echo "$(fortune -s)"
|
||||
color = rgba(197, 197, 197, 1.0)
|
||||
font_size = 12
|
||||
font_family = Ubuntu
|
||||
|
||||
position = 0, 30
|
||||
text = cmd[update:1000] echo "$(/home/vivek/.config/hypr/scripts/songdetail.sh)"
|
||||
color = rgba(255, 255, 255, 0.7)
|
||||
font_size = 18
|
||||
font_family = JetBrains Mono Nerd, SF Pro Display Bold
|
||||
position = 0, 60
|
||||
halign = center
|
||||
valign = bottom
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue