add hyprland configs
This commit is contained in:
360
.config/hypr/hyprlock/layouts/layout14.conf
Normal file
360
.config/hypr/hyprlock/layouts/layout14.conf
Normal file
@@ -0,0 +1,360 @@
|
||||
$wall = $HOME/.config/hyprlock/wallpapers/7.jpeg
|
||||
$mpris_art = /tmp/hyde-mpris.png
|
||||
$artfile = /tmp/hyde-mpris-blurred.png
|
||||
|
||||
# BACKGROUND
|
||||
background {
|
||||
monitor =
|
||||
path = $wall
|
||||
blur_passes = 1
|
||||
contrast = 0.8916
|
||||
brightness = 0.8172
|
||||
vibrancy = 0.8916
|
||||
vibrancy_darkness = 0.0
|
||||
}
|
||||
|
||||
# GENERAL
|
||||
general {
|
||||
no_fade_in = false
|
||||
grace = 0
|
||||
disable_loading_bar = false
|
||||
}
|
||||
|
||||
# Music blur div
|
||||
shape {
|
||||
monitor =
|
||||
size = 300, 140
|
||||
color =rgb(0, 0, 0)
|
||||
rounding = 30
|
||||
rotate = 0
|
||||
position = 35, 380
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Time
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "<span>$(date +"%I")</span>"
|
||||
|
||||
color = rgb(173, 48, 49)
|
||||
font_size = 60
|
||||
font_family = TeachingPrintDotted-OVKlp
|
||||
position = -30, 400
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Time
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "<span>$(date +":%M")</span>"
|
||||
color = rgb(214, 209, 209)
|
||||
font_size = 60
|
||||
font_family = TeachingPrintDotted-OVKlp
|
||||
position = 80, 400
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Day-Month-Date
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo -e "$(date +"%A, %B %d")"
|
||||
color = rgb(200, 200, 200)
|
||||
font_size = 19
|
||||
font_family = TeachingPrintDotted-OVKlp
|
||||
position = 35, 340
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
|
||||
|
||||
# Profie-Photo
|
||||
image {
|
||||
monitor =
|
||||
path = ~/.config/hyprlock/wallpapers/me.jpeg
|
||||
border_size = 2
|
||||
border_color = rgb(173, 48, 49)
|
||||
size = 220
|
||||
rounding = 35
|
||||
rotate = 0
|
||||
reload_time = -1
|
||||
reload_cmd =
|
||||
position = 25, 90
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# # NAME
|
||||
# label {
|
||||
# monitor =
|
||||
# # text = Welcome $USER
|
||||
# text = cmd[update:60000] echo "Good $(date +"%-I" | awk '{if ($1 < 12) print "morning"; else print "evening"}') $(echo ${USER} | tr '[:lower:]' '[:lower:]' )"
|
||||
# color = rgb(216, 222, 233)
|
||||
# font_size = 25
|
||||
# font_family = TeachingPrintDotted-OVKlp
|
||||
# position = 25, -50
|
||||
# halign = center
|
||||
# valign = center
|
||||
# }
|
||||
|
||||
|
||||
# USER-BOX
|
||||
shape {
|
||||
monitor =
|
||||
size = 250, 50
|
||||
color =rgb(173, 48, 49)
|
||||
rounding = -1
|
||||
border_size = 0
|
||||
border_color = rgba(255, 255, 255, 1)
|
||||
rotate = 0
|
||||
xray = false # if true, make a "hole" in the background (rectangle of specified size, no rotation)
|
||||
position = 34, -140
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# USER
|
||||
label {
|
||||
monitor =
|
||||
text = $USER
|
||||
color = rgba(216, 222, 233, 0.80)
|
||||
outline_thickness = 0
|
||||
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
|
||||
font_size = 15
|
||||
position = 38, -140
|
||||
halign = center
|
||||
valign = center
|
||||
zindex = 1
|
||||
}
|
||||
|
||||
# INPUT FIELD
|
||||
input-field {
|
||||
monitor =
|
||||
size = 250, 50
|
||||
outline_thickness = 0
|
||||
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(255, 255, 255, 0)
|
||||
inner_color = rgb(173, 48, 49)
|
||||
font_color = rgb(200, 200, 200)
|
||||
fade_on_empty = false
|
||||
placeholder_text = <i><span foreground="##ffffff99"> Enter Pass</span></i>
|
||||
hide_input = false
|
||||
position = 34, -220
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
|
||||
# USER-BOX
|
||||
shape {
|
||||
monitor =
|
||||
size = 65, 65
|
||||
color =rgb(255, 254, 254)
|
||||
rounding = -1
|
||||
border_size = 0
|
||||
border_color = rgba(255, 255, 255, 1)
|
||||
rotate = 0
|
||||
xray = false # if true, make a "hole" in the background (rectangle of specified size, no rotation)
|
||||
position = 34, -320
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
|
||||
# USER
|
||||
label {
|
||||
monitor =
|
||||
text = ⠶>
|
||||
color = rgb(173, 48, 49)
|
||||
font_size = 25
|
||||
# font_family = SF Pro Display Bold
|
||||
position = 38, -320
|
||||
halign = center
|
||||
valign = center
|
||||
zindex = 1
|
||||
}
|
||||
|
||||
|
||||
|
||||
# Music blur div
|
||||
shape {
|
||||
monitor =
|
||||
size = 340, 140
|
||||
color = rgb(173, 48, 49)
|
||||
rounding = 30
|
||||
rotate = 0
|
||||
position = -30, -50
|
||||
halign = right
|
||||
valign = top
|
||||
zindex = 1
|
||||
}
|
||||
|
||||
# Music Album Art
|
||||
image {
|
||||
monitor =
|
||||
path = $mpris_art
|
||||
size = 110
|
||||
rounding = 20
|
||||
rotate = 0
|
||||
reload_time = 0
|
||||
reload_cmd =
|
||||
position = -40 ,-60
|
||||
halign = right
|
||||
valign = top
|
||||
zindex = 5
|
||||
}
|
||||
|
||||
# PLAYER SOURCE
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "$($music --source)"
|
||||
color = rgba(255, 255, 255, 0.6)
|
||||
font_size = 10
|
||||
font_family = JetBrains Mono Nerd Font Mono
|
||||
position = 1570, -65
|
||||
halign = left
|
||||
valign = top
|
||||
zindex = 5
|
||||
}
|
||||
|
||||
|
||||
# PLAYER TITLE
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "$($music --title)"
|
||||
color = rgba(255, 255, 255, 0.8)
|
||||
font_size = 12
|
||||
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
||||
position = 1570, -95
|
||||
halign = left
|
||||
valign = top
|
||||
zindex = 5
|
||||
}
|
||||
|
||||
|
||||
|
||||
# PLAYER ARTIST
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "$($music --artist)"
|
||||
color = rgba(255, 255, 255, 0.8)
|
||||
font_size = 10
|
||||
font_family = JetBrains Mono Nerd Font Mon440, 110o ExtraBold
|
||||
position = 1570, -115
|
||||
halign = left
|
||||
valign = top
|
||||
zindex = 5
|
||||
}
|
||||
|
||||
# NAME
|
||||
label {
|
||||
monitor =
|
||||
text = ⟲
|
||||
color = rgb(216, 222, 233)
|
||||
font_size = 25
|
||||
position = -320, -150
|
||||
halign = right
|
||||
valign = top
|
||||
zindex = 5
|
||||
}
|
||||
|
||||
# PLAYER STATUS
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "$($music --status)"
|
||||
color = rgba(255, 255, 255, 1)
|
||||
font_size = 21
|
||||
font_family = JetBrains Mono Nerd Font Mono
|
||||
position = -270, -148
|
||||
halign = right
|
||||
valign = top
|
||||
zindex = 5
|
||||
}
|
||||
|
||||
# NAME
|
||||
label {
|
||||
monitor =
|
||||
text = »
|
||||
color = rgb(216, 222, 233)
|
||||
font_size = 25
|
||||
position = -220, -140
|
||||
halign = right
|
||||
valign = top
|
||||
zindex = 5
|
||||
}
|
||||
|
||||
|
||||
# Battery div
|
||||
shape {
|
||||
monitor =
|
||||
size = 140, 80
|
||||
color =rgb(173, 48, 49)
|
||||
rounding = 20
|
||||
rotate = 0
|
||||
position = -40, -220
|
||||
halign = right
|
||||
valign = top
|
||||
zindex = 1
|
||||
}
|
||||
|
||||
# Battery
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo -e "$($battery)"
|
||||
color = rgb(255, 255, 255)
|
||||
font_size = 25
|
||||
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
||||
position = -60, -235
|
||||
halign = right
|
||||
valign = top
|
||||
zindex = 5
|
||||
}
|
||||
|
||||
# Weather div
|
||||
shape {
|
||||
monitor =
|
||||
size = 140, 80
|
||||
color = rgb(255, 255, 255)
|
||||
rounding = 20
|
||||
rotate = 0
|
||||
position = -210, -220
|
||||
halign = right
|
||||
valign = top
|
||||
xray = false
|
||||
zindex = 1
|
||||
}
|
||||
|
||||
|
||||
# WEATHER
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "$($weather)"
|
||||
color = rgb(173, 48, 49)
|
||||
font_size = 10
|
||||
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
||||
position = -220, -230
|
||||
halign = right
|
||||
valign = top
|
||||
zindex = 5
|
||||
}
|
||||
|
||||
# LOCATION
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "$($location)"
|
||||
color = rgb(173, 48, 49)
|
||||
font_size = 10
|
||||
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
||||
position = -230, -260
|
||||
halign = right
|
||||
valign = top
|
||||
zindex = 5
|
||||
}
|
||||
|
Reference in New Issue
Block a user