add hyprland configs

This commit is contained in:
2025-07-06 17:59:26 +03:00
parent efc031f339
commit f85000910a
102 changed files with 5841 additions and 0 deletions

View File

@@ -0,0 +1,116 @@
# Color group 1
$primary_1 = 120E32 # primary color 1
$text_1 = FFFFFF # text color 1
$p1_accent_1 = 2D2952 # accent color 1 for primary color 1
$p1_accent_2 = 3F3A6B # accent color 2 for primary color 1
$p1_accent_3 = 514B7D # accent color 3 for primary color 1
$p1_accent_4 = 5D578F # accent color 4 for primary color 1
$p1_accent_5 = 6C65A3 # accent color 5 for primary color 1
$p1_accent_6 = 827AC2 # accent color 6 for primary color 1
$p1_accent_7 = A29AE6 # accent color 7 for primary color 1
$p1_accent_8 = B2AAF0 # accent color 8 for primary color 1
$p1_accent_9 = D2CCFF # accent color 9 for primary color 1
# in rgba format
$primary_1_rgba = rgba(18,14,50,0.9) # primary color 1
$text_1_rgba = rgba(255,255,255,0.9) # text color 1
$p1_accent_1_rgba = rgba(45,41,82,0.9) # accent color 1 for primary color 1
$p1_accent_2_rgba = rgba(63,58,107,0.9) # accent color 2 for primary color 1
$p1_accent_3_rgba = rgba(81,75,125,0.9) # accent color 3 for primary color 1
$p1_accent_4_rgba = rgba(93,87,143,0.9) # accent color 4 for primary color 1
$p1_accent_5_rgba = rgba(108,101,163,0.9) # accent color 5 for primary color 1
$p1_accent_6_rgba = rgba(130,122,194,0.9) # accent color 6 for primary color 1
$p1_accent_7_rgba = rgba(162,154,230,0.9) # accent color 7 for primary color 1
$p1_accent_8_rgba = rgba(178,170,240,0.9) # accent color 8 for primary color 1
$p1_accent_9_rgba = rgba(210,204,255,0.9) # accent color 9 for primary color 1
# Color group 2
$primary_2 = 3F3072 # primary color 2
$text_2 = FFFFFF # text color 2
$p2_accent_1 = 322952 # accent color 1 for primary color 2
$p2_accent_2 = 453A6B # accent color 2 for primary color 2
$p2_accent_3 = 564B7D # accent color 3 for primary color 2
$p2_accent_4 = 64578F # accent color 4 for primary color 2
$p2_accent_5 = 7365A3 # accent color 5 for primary color 2
$p2_accent_6 = 8A7AC2 # accent color 6 for primary color 2
$p2_accent_7 = AB9AE6 # accent color 7 for primary color 2
$p2_accent_8 = BAAAF0 # accent color 8 for primary color 2
$p2_accent_9 = D8CCFF # accent color 9 for primary color 2
# in rgba format
$primary_2_rgba = rgba(63,48,114,0.9) # primary color 2
$text_2_rgba = rgba(255,255,255,0.9) # text color 2
$p2_accent_1_rgba = rgba(50,41,82,0.9) # accent color 1 for primary color 2
$p2_accent_2_rgba = rgba(69,58,107,0.9) # accent color 2 for primary color 2
$p2_accent_3_rgba = rgba(86,75,125,0.9) # accent color 3 for primary color 2
$p2_accent_4_rgba = rgba(100,87,143,0.9) # accent color 4 for primary color 2
$p2_accent_5_rgba = rgba(115,101,163,0.9) # accent color 5 for primary color 2
$p2_accent_6_rgba = rgba(138,122,194,0.9) # accent color 6 for primary color 2
$p2_accent_7_rgba = rgba(171,154,230,0.9) # accent color 7 for primary color 2
$p2_accent_8_rgba = rgba(186,170,240,0.9) # accent color 8 for primary color 2
$p2_accent_9_rgba = rgba(216,204,255,0.9) # accent color 9 for primary color 2
# Color group 3
$primary_3 = 6874CE # primary color 3
$text_3 = BFBFB9 # text color 3
$p3_accent_1 = 292E52 # accent color 1 for primary color 3
$p3_accent_2 = 3A406B # accent color 2 for primary color 3
$p3_accent_3 = 4B517D # accent color 3 for primary color 3
$p3_accent_4 = 575E8F # accent color 4 for primary color 3
$p3_accent_5 = 656CA3 # accent color 5 for primary color 3
$p3_accent_6 = 7A83C2 # accent color 6 for primary color 3
$p3_accent_7 = 9AA3E6 # accent color 7 for primary color 3
$p3_accent_8 = AAB2F0 # accent color 8 for primary color 3
$p3_accent_9 = CCD2FF # accent color 9 for primary color 3
# in rgba format
$primary_3_rgba = rgba(104,116,206,0.9) # primary color 3
$text_3_rgba = rgba(191,191,185,0.9) # text color 3
$p3_accent_1_rgba = rgba(41,46,82,0.9) # accent color 1 for primary color 3
$p3_accent_2_rgba = rgba(58,64,107,0.9) # accent color 2 for primary color 3
$p3_accent_3_rgba = rgba(75,81,125,0.9) # accent color 3 for primary color 3
$p3_accent_4_rgba = rgba(87,94,143,0.9) # accent color 4 for primary color 3
$p3_accent_5_rgba = rgba(101,108,163,0.9) # accent color 5 for primary color 3
$p3_accent_6_rgba = rgba(122,131,194,0.9) # accent color 6 for primary color 3
$p3_accent_7_rgba = rgba(154,163,230,0.9) # accent color 7 for primary color 3
$p3_accent_8_rgba = rgba(170,178,240,0.9) # accent color 8 for primary color 3
$p3_accent_9_rgba = rgba(204,210,255,0.9) # accent color 9 for primary color 3
# Color group 4
$primary_4 = D483CB # primary color 4
$text_4 = 0D0E0D # text color 4
$p4_accent_1 = 292E52 # accent color 1 for primary color 4
$p4_accent_2 = 3A406B # accent color 2 for primary color 4
$p4_accent_3 = 4B517D # accent color 3 for primary color 4
$p4_accent_4 = 575E8F # accent color 4 for primary color 4
$p4_accent_5 = 656CA3 # accent color 5 for primary color 4
$p4_accent_6 = 7A83C2 # accent color 6 for primary color 4
$p4_accent_7 = 9AA3E6 # accent color 7 for primary color 4
$p4_accent_8 = AAB2F0 # accent color 8 for primary color 4
$p4_accent_9 = CCD2FF # accent color 9 for primary color 4
# in rgba format
$primary_4_rgba = rgba(212,131,203,0.9) # primary color 4
$text_4_rgba = rgba(13,14,13,0.9) # text color 4
$p4_accent_1_rgba = rgba(82,41,77,0.9) # accent color 1 for primary color 4
$p4_accent_2_rgba = rgba(107,58,102,0.9) # accent color 2 for primary color 4
$p4_accent_3_rgba = rgba(125,75,119,0.9) # accent color 3 for primary color 4
$p4_accent_4_rgba = rgba(143,87,137,0.9) # accent color 4 for primary color 4
$p4_accent_5_rgba = rgba(163,101,156,0.9) # accent color 5 for primary color 4
$p4_accent_6_rgba = rgba(194,122,186,0.9) # accent color 6 for primary color 4
$p4_accent_7_rgba = rgba(230,154,221,0.9) # accent color 7 for primary color 4
$p4_accent_8_rgba = rgba(240,170,232,0.9) # accent color 8 for primary color 4
$p4_accent_9_rgba = rgba(255,204,249,0.9) # accent color 9 for primary color 4
$primary_5_rgba = rgba(18,14,50,0.5) # primary color 1
$primary_6_rgba = rgba(63,48,114,0.5) # primary color 2
$primary_7_rgba = rgba(104,116,206,0.5) # primary color 3
$primary_8_rgba = rgba(212,131,203,0.5) # primary color 4

View File

@@ -0,0 +1,102 @@
# █ █ █▄█ █▀█ █▀█ █ █▀█ █▀▀ █▄▀
# █▀█ █ █▀▀ █▀▄ █▄▄ █▄█ █▄▄ █ █
$fn_greet=echo "<i> Hi $USER :) </i>"
$wall = $HOME/.config/hyprlock/wallpapers/1.jpg
# GENERAL
general {
no_fade_in = true
grace = 1
disable_loading_bar = false
hide_cursor = true
ignore_empty_input = true
text_trim = true
}
# BACKGROUND
background {
monitor =
path = $wall
# path = screenshot
blur_passes = 2
contrast = 0.8916
brightness = 0.7172
vibrancy = 0.1696
vibrancy_darkness = 0
}
# TIME HR
label {
monitor =
text = cmd[update:1000] echo -e "$(date +"%H")"
color = rgba(212,131,203,0.9)
shadow_size = 3
shadow_color = rgb(0,0,0)
shadow_boost = 1.2
font_size = 150
font_family = AlfaSlabOne
position = 0, -250
halign = center
valign = top
zindex = 5
}
# TIME
label {
monitor =
text = cmd[update:1000] echo -e "$(date +"%M")"
color = rgba(104,116,206,0.9)
font_size = 150
font_family = AlfaSlabOne
position = 0, -420
halign = center
valign = top
zindex = 5
}
# DATE
label {
monitor =
text = cmd[update:1000] echo -e "$(date +"%d %b %A")"
# color = rgba(255, 255, 255, 1)
color = rgba(122,131,194,0.9)
font_size = 14
font_family = JetBrains Mono Nerd Font Mono ExtraBold
position = 0, -130
halign = center
valign = center
zindex = 5
}
# INPUT FIELD
input-field {
monitor =
size = 250, 60
outline_thickness = 0
outer_color = rgba(0, 0, 0, 0)
dots_size = 0.1 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 1 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = true
inner_color = rgba(104,116,206,0.5)
font_color = rgba(200, 200, 200, 0.5)
fade_on_empty = true
placeholder_text =<i>Use Me ;) </i>
hide_input = false
position = 0, -370
halign = center
valign = center
zindex = 20
}
# USER
label {
monitor =
text = cmd[update:60000] $fn_greet
color = rgba(154,163,230,0.9)
font_size = 17
font_family = JetBrains Mono Nerd Font Mono
position = 0, -250
halign = center
valign = center
}

View File

@@ -0,0 +1,135 @@
# █ █ █▄█ █▀█ █▀█ █ █▀█ █▀▀ █▄▀
# █▀█ █ █▀▀ █▀▄ █▄▄ █▄█ █▄▄ █ █
$fn_greet=echo "<i> Hi $USER :) </i>"
$wall = /home/mahaveer/.config/hyprlock/wallpapers/4.jpg
# GENERAL
general {
no_fade_in = true
grace = 1
disable_loading_bar = false
hide_cursor = true
ignore_empty_input = true
text_trim = true
}
# BACKGROUND
background {
monitor =
path = $wall
# path = screenshot
blur_passes = 2
contrast = 0.8916
brightness = 0.7172
vibrancy = 0.1696
vibrancy_darkness = 0
}
# TIME HR
label {
monitor =
text = cmd[update:1000] echo -e "$(date +"%H")"
# color = rgba(255, 255, 255, 1)
color = $p1_accent_4_rgba
shadow_size = 3
shadow_color = rgb(0,0,0)
shadow_boost = 1.2
font_size = 150
font_family = AlfaSlabOne
position = 0, -250
halign = center
valign = top
zindex = 5
}
# TIME
label {
monitor =
text = cmd[update:1000] echo -e "$(date +"%M")"
# color = rgba(255, 255, 255, 1)
color = $primary_3_rgba
font_size = 150
font_family = AlfaSlabOne
position = 0, -420
halign = center
valign = top
zindex = 5
}
# DATE
label {
monitor =
text = cmd[update:1000] echo -e "$(date +"%d %b %A")"
# color = rgba(255, 255, 255, 1)
color = $p3_accent_6_rgba
font_size = 14
font_family = JetBrains Mono Nerd Font Mono ExtraBold
position = 0, -130
halign = center
valign = center
zindex = 5
}
# INPUT FIELD
input-field {
monitor =
size = 200, 50
outline_thickness = 1
outer_color = rgba(0, 0, 0, 0)
dots_size = 0.1 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 1 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = true
inner_color = $primary_7_rgba
font_color = rgba(200, 200, 200, 0.5)
fade_on_empty = false
# placeholder_text = <i>Login $USER </i>
placeholder_text =<i>Hii $USER ;) </i>
# invert_numlock = true # change color if numlock is off
# capslock_color = 1
# numlock_color = 1
# bothlock_color = 1
hide_input = false
position = 0, -220
halign = center
valign = center
zindex = 20
}
# # USER
# label {
# monitor =
# text = cmd[update:60000] $fn_greet
# color = $p3_accent_7_rgba
# font_size = 17
# font_family = JetBrains Mono Nerd Font Mono
# position = 0, -250
# halign = center
# valign = center
# }
# Battery
label {
monitor =
text = cmd[update:1000] echo -e "$($battery)"
color = rgba(200, 200, 200, 0.5)
font_size = 12
font_family = JetBrains Mono Nerd Font Mono ExtraBold
position = -30, -510
halign = right
valign = center
zindex = 5
}
# Battery div
shape {
monitor =
size = 70, 35
color = $primary_7_rgba
rounding = 10
rotate = 0
position = 905, 12
halign = center
valign = bottom
zindex = 1
}

View File

@@ -0,0 +1,130 @@
$wall = $HOME/.config/hyprlock/wallpapers/5.png
# $wall = $HOME/.config/hyprlock/wallpapers/hyprlock.png
source = $HOME/.config/hyprlock/fonts/SF Pro Display Bold
# source = $HOME/.config/hyprlock/fonts/SF Pro Display Bold
# BACKGROUND
background {
monitor =
path = $wall
blur_passes = 0
contrast = 0.8916
brightness = 0.8916
vibrancy = 0.8916
vibrancy_darkness = 0.0
}
# GENERAL
general {
no_fade_in = false
grace = 0
disable_loading_bar = false
}
# Profie-Photo
image {
monitor =
path = ~/.config/hyprlock/wallpapers/me.jpeg
border_size = 2
border_color = $primary_3_rgba
size = 120
rounding = -1
rotate = 0
reload_time = -1
reload_cmd =
position = 25, 190
halign = center
valign = center
}
# NAME
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 = 20
font_family = SF Pro Display Bold
position = 25, 80
halign = center
valign = center
}
# Time
label {
monitor =
text = cmd[update:1000] echo "<span>$(date +"%I:%M")</span>"
color = rgba(216, 222, 233, 0.80)
font_size = 60
font_family = SF Pro Display Bold
position = 30, -20
halign = center
valign = center
}
# Day-Month-Date
label {
monitor =
text = cmd[update:1000] echo -e "$(date +"%A, %B %d")"
color = rgba(216, 222, 233, .80)
font_size = 19
font_family = SF Pro Display Bold
position = 35, -90
halign = center
valign = center
}
# USER-BOX
shape {
monitor =
size = 320, 55
color = rgba(255, 255, 255, 0.1)
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, -190
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 = 16
font_family = SF Pro Display Bold
position = 38, -190
halign = center
valign = center
}
# INPUT FIELD
input-field {
monitor =
size = 320, 55
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 = rgba(255, 255, 255, 0.1)
font_color = rgb(200, 200, 200)
fade_on_empty = false
font_family = SF Pro Display Bold
placeholder_text = <i><span foreground="##ffffff99">  Enter Pass</span></i>
hide_input = false
position = 34, -268
halign = center
valign = center
}

View File

@@ -0,0 +1,122 @@
# BACKGROUND
background {
monitor =
path = ~/.config/hyprlock/wallpapers/6.png
#blur_passes = 0
#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
}
# GREETINGS
label {
monitor =
text =Welcome!
color = rgba(205, 214, 224, .75)
font_size = 55
font_family = JetBrainsMono Nerd Font
position = 165, 320
halign = left
valign = center
}
# Time
label {
monitor =
text = cmd[update:1000] echo "<span>$(date +"%I:%M")</span>"
color = rgba(205, 214, 224, .75)
font_size = 40
font_family = JetBrainsMono Nerd Font
position = 255, 240
halign = left
valign = center
}
# Day-Month-Date
label {
monitor =
text = Sunday, September 29
color = rgba(205, 214, 224, .75)
font_size = 20
text_align = left
font_family = JetBrainsMono Nerd Font
position = 180, 175
halign = left
valign = center
}
# Profie-Photo
image {
monitor =
path = ~/.config/hypr/pfp.webp
border_size = 1
border_color = rgba(137, 180, 250, .75)
size = 160
rounding = -1
rotate = 0
reload_time = -1
reload_cmd =
position = 249, 25
halign = left
valign = center
}
# USER-BOX
shape {
monitor =
size = 320, 55
color = rgba(255, 255, 255, .2)
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 = 170, -140
halign = left
valign = center
}
# USER
label {
monitor =
text = $USER
color = rgba(205, 214, 224, 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 = 16
font_family = JetBrainsMono Nerd Font
position = 281, -140
halign = left
valign = center
}
# INPUT FIELD
input-field {
monitor =
size = 320, 55
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 = rgba(255, 255, 255, 0.1)
font_color = rgb(205, 214, 244)
fade_on_empty = false
font_family = JetBrainsMono Nerd Font
placeholder_text = <i><span foreground="##ffffff99">🔒 Enter Pass</span></i>
hide_input = false
position = 170, -220
halign = left
valign = center
}

View File

@@ -0,0 +1,198 @@
# $hyprDir = $HOME/.config/hypr
$mpris_art = /tmp/hyde-mpris.png
$wall = $HOME/.config/hyprlock/wallpapers/6.png
# BACKGROUND
background {
monitor =
path = $wall
#blur_passes = 0
#contrast = 0.8916
#brightness = 0.8172
#vibrancy = 0.1696
#vibrancy_darkness = 0.0
}
# GENERAL
general {
no_fade_in = false
disable_loading_bar = false
grace = 1
}
# GREETINGS
label {
monitor =
text =Welcome!
color = rgb(205, 214, 244)
font_size = 55
font_family = JetBrainsMono Nerd Font
position = -630, 320
halign = center
valign = center
}
# Time
label {
monitor =
text = cmd[update:1000] echo "<span>$(date +"%I:%M")</span>"
color = rgb(205, 214, 244)
font_size = 40
font_family = JetBrainsMono Nerd Font
position = -630, 240
halign = center
valign = center
}
# Day-Month-Date
label {
monitor =
text = Sunday, September 29
color = rgba(205, 214, 224, .75)
font_size = 20
text_align = left
font_family = JetBrainsMono Nerd Font
position = 180, 175
halign = left
valign = center
}
# Profie-Photo
image {
monitor =
path = ~/.config/hypr/pfp.webp
border_size = 1
border_color = rgba(137, 180, 250, .75)
size = 160
rounding = -1
rotate = 0
reload_time = -1
reload_cmd =
position = -630, 25
halign = center
valign = center
}
# USER-BOX
shape {
monitor =
size = 320, 55
color = rgba(88, 91, 112, 0.4)
rounding = -1
border_size = 0
border_color = rgb(255, 255, 255)
rotate = 0
xray = false # if true, make a "hole" in the background (rectangle of specified size, no rotation)
position = -630, -140
halign = center
valign = center
}
# USER
label {
monitor =
text = $USER
color = rgb(186, 194, 222)
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 = 16
font_family = JetBrainsMono Nerd Font
position =-630, -140
halign = center
valign = center
}
# INPUT FIELD
input-field {
monitor =
size = 320, 55
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 = rgba(88, 91, 112, 0.4)
font_color = rgb(205, 214, 244)
fade_on_empty = false
font_family = JetBrainsMono Nerd Font
placeholder_text = <i><span foreground="##bac2de">🔒 Enter Pass</span></i>
hide_input = false
position = -630, -220
halign = center
valign = center
}
# Dragons be here - music widget
# Music blur div
shape {
monitor =
size = 350, 110
color = rgba(88, 91, 112, 0.4)
rounding = 20
rotate = 0
position = -630, -350
halign = center
valign = center
zindex = 1
}
# Music Album Art
image {
monitor =
path = $mpris_art
size = 86
border_size = 3
border_color = rgba(255, 255, 255, 0.8)
rounding = 5
rotate = 0
reload_time = 0
reload_cmd =
position = 167, -350
halign = left
valign = center
zindex = 5
}
# PLAYER ARTIST
label {
monitor =
text = cmd[update:1000] echo "$($music --artist)"
color = rgb(186, 194, 222)
font_size = 12
font_family = JetBrains Mono Nerd Font Mono ExtraBold
position = 270, -375
halign = left
valign = center
zindex = 5
}
# PLAYER TITLE
label {
monitor =
text = cmd[update:1000] echo "$($music --title)"
color = rgb(205, 214, 244)
font_size = 14
font_family = JetBrains Mono Nerd Font Mono ExtraBold
position = 270, -350
halign = left
valign = center
zindex = 5
}
# PLAYER SOURCE
label {
monitor =
text = cmd[update:1000] echo "$($music --source)" &
color = rgb(166, 173, 200)
font_size = 12
font_family = JetBrains Mono Nerd Font Mono
position = 270, -320
halign = left
valign = center
zindex = 5
}

View File

@@ -0,0 +1,169 @@
# $wall = $HOME/.config/hyprlock/wallpapers/1.jpg
$wall = $HOME/.config/hyprlock/wallpapers/8.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
}
# 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
position = 38, -320
halign = center
valign = center
zindex = 1
}

View 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
}

View File

@@ -0,0 +1,188 @@
# █ █ █▄█ █▀█ █▀█ █ █▀█ █▀▀ █▄▀
# █▀█ █ █▀▀ █▀▄ █▄▄ █▄█ █▄▄ █ █
$mpris_art = /tmp/hyde-mpris.png
$artfile = /tmp/hyde-mpris-blurred.png
# $wall = $HOME/.cache/hyde/wall.set
# GENERAL
general {
no_fade_in = true
grace = 1
disable_loading_bar = false
hide_cursor = true
ignore_empty_input = true
text_trim = true
}
# BACKGROUND
background {
monitor =
path = $artfile
# path = screenshot
blur_passes = 2
contrast = 0.8916
brightness = 0.7172
vibrancy = 0.1696
vibrancy_darkness = 0
}
# TIME HR
label {
monitor =
text = cmd[update:1000] echo -e "$(date +"%H")"
# color = rgba(255, 255, 255, 1)
color = $p1_accent_4_rgba
shadow_size = 3
shadow_color = rgb(0,0,0)
shadow_boost = 1.2
font_size = 150
font_family = AlfaSlabOne
position = 0, -250
halign = center
valign = top
zindex = 5
}
# TIME
label {
monitor =
text = cmd[update:1000] echo -e "$(date +"%M")"
# color = rgba(255, 255, 255, 1)
color = $primary_3_rgba
font_size = 150
font_family = AlfaSlabOne
position = 0, -420
halign = center
valign = top
zindex = 5
}
# DATE
label {
monitor =
text = cmd[update:1000] echo -e "$(date +"%d %b %A")"
# color = rgba(255, 255, 255, 1)
color = $p3_accent_6_rgba
font_size = 14
font_family = JetBrains Mono Nerd Font Mono ExtraBold
position = 0, -130
halign = center
valign = center
zindex = 5
}
# Music blur div
shape {
monitor =
size = 440, 110
color = $primary_7_rgba
rounding = 20
rotate = 0
position = 30, -310
halign = center
valign = center
zindex = 1
}
# Music Album Art
image {
monitor =
path = $mpris_art
size = 80
rounding = 5
rotate = 0
reload_time = 0
reload_cmd =
position = -130, -310
halign = center
valign = center
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 = 880, -310
halign = left
valign = center
zindex = 5
}
# PLAYER LENGTH
label {
monitor =
text = cmd[update:1000] $music --length
color = rgba(255, 255, 255, 1)
font_size = 11
font_family = JetBrains Mono Nerd Font Mono
position = -730, -332
halign = right
valign = center
zindex = 5
}
# PLAYER STATUS
label {
monitor =
text = cmd[update:1000] echo "$($music --status)"
color = rgba(255, 255, 255, 1)
font_size = 14
font_family = JetBrains Mono Nerd Font Mono
position = -730, -310
halign = right
valign = center
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 = 880, -280
halign = left
valign = center
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 Mono ExtraBold
position = 880, -330
halign = left
valign = center
zindex = 5
}
# INPUT FIELD
input-field {
monitor =
size = 250, 60
outline_thickness = 0
outer_color = $primary_8_rgba
dots_size = 0.1 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 1 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = true
inner_color = $primary_7_rgba
font_color = rgba(200, 200, 200, 0.5)
fade_on_empty = true
placeholder_text = <i>Use Me ;) </i>
hide_input = false
position = 0, -470
halign = center
valign = center
zindex = 20
}

View File

@@ -0,0 +1,230 @@
# █ █ █▄█ █▀█ █▀█ █ █▀█ █▀▀ █▄▀
# █▀█ █ █▀▀ █▀▄ █▄▄ █▄█ █▄▄ █ █
$mpris_art = /tmp/hyde-mpris.png
$artfile = /tmp/hyde-mpris-blurred.png
$wall = $wall = $HOME/.cache/hyde/wall.set
$Scripts = $HOME/.config/Hyprlocks/scripts
# GENERAL
general {
no_fade_in = true
grace = 1
disable_loading_bar = false
hide_cursor = true
ignore_empty_input = true
text_trim = true
}
# BACKGROUND
background {
monitor =
path = $wall
# path = screenshot
blur_passes = 2
contrast = 0.8916
brightness = 0.7172
vibrancy = 0.1696
vibrancy_darkness = 0
}
# Background image
image {
monitor =
path = $artfile
size = 1100 # lesser side if not 1:1 ratio
rounding = 1 # negative values mean circle
border_size = 0
rotate = 0 # degrees, counter-clockwise
reload_time = 0 # seconds between reloading, 0 to reload with SIGUSR2
reload_cmd =
position = 18, -10
halign = center
valign = center
zindex = 0
}
# TIME HR
label {
monitor =
text = cmd[update:1000] echo -e "$(date +"%H")"
# color = rgba(255, 255, 255, 1)
color = $p1_accent_4_rgba
shadow_size = 3
shadow_color = rgb(0,0,0)
shadow_boost = 1.2
font_size = 150
font_family = AlfaSlabOne
position = 0, -250
halign = center
valign = top
zindex = 5
}
# TIME
label {
monitor =
text = cmd[update:1000] echo -e "$(date +"%M")"
# color = rgba(255, 255, 255, 1)
color = $primary_3_rgba
font_size = 150
font_family = AlfaSlabOne
position = 0, -420
halign = center
valign = top
zindex = 5
}
# DATE
label {
monitor =
text = cmd[update:1000] echo -e "$(date +"%d %b %A")"
# color = rgba(255, 255, 255, 1)
color = $p3_accent_6_rgba
font_size = 14
font_family = JetBrains Mono Nerd Font Mono ExtraBold
position = 0, -130
halign = center
valign = center
zindex = 5
}
# Music blur div
shape {
monitor =
size = 440, 110
color = $primary_7_rgba
rounding = 20
rotate = 0
position = 30, -310
halign = center
valign = center
zindex = 1
}
# Music Album Art
image {
monitor =
path = $mpris_art
size = 80
rounding = 5
rotate = 0
reload_time = 0
reload_cmd =
position = -130, -310
halign = center
valign = center
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 = 880, -310
halign = left
valign = center
zindex = 5
}
# PLAYER LENGTH
label {
monitor =
text = cmd[update:1000] $music --length
color = rgba(255, 255, 255, 1)
font_size = 11
font_family = JetBrains Mono Nerd Font Mono
position = -730, -332
halign = right
valign = center
zindex = 5
}
# PLAYER STATUS
label {
monitor =
text = cmd[update:1000] echo "$($music --status)"
color = rgba(255, 255, 255, 1)
font_size = 14
font_family = JetBrains Mono Nerd Font Mono
position = -730, -310
halign = right
valign = center
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 = 880, -280
halign = left
valign = center
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 Mono ExtraBold
position = 880, -330
halign = left
valign = center
zindex = 5
}
# INPUT FIELD
input-field {
monitor =
size = 250, 60
outline_thickness = 0
outer_color = $primary_8_rgba
dots_size = 0.1 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 1 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = true
inner_color = $primary_7_rgba
font_color = rgba(200, 200, 200, 0.5)
fade_on_empty = true
placeholder_text = <i>Use Me ;) </i>
hide_input = false
position = 0, -470
halign = center
valign = center
zindex = 20
}
# Battery
label {
monitor =
text = cmd[update:1000] echo -e "$($battery)"
color = rgba(200, 200, 200, 0.5)
font_size = 12
font_family = JetBrains Mono Nerd Font Mono ExtraBold
position = -30, -510
halign = right
valign = center
zindex = 5
}
# Battery div
shape {
monitor =
size = 70, 35
color = $primary_7_rgba
rounding = 10
rotate = 0
position = 905, 12
halign = center
valign = bottom
zindex = 1
}

View File

@@ -0,0 +1,116 @@
#VARIABLES
$mpris_art = /tmp/hyde-mpris.png
$artfile = /tmp/hyde-mpris-blurred.png
$fn_splash=echo "$($album || hyprctl splash )"
$wall = $HOME/.cache/hyde/wall.set
# background {
# monitor =
# # path = $HOME/.config/hyprlock/hyprlock.png # If WP is not .png it won't work
# # path = screenshot
# path = $mpris_art
# reload_time = 0
# blur_passes = 3
# blur_size = 3
# noise = 0.0117
# contrast = 0.8916
# brightness = 0.8172
# vibrancy = 0.1696
# vibrancy_darkness = 0.0
# }
# USER
label {
monitor =
text = Hi Alpha :)
# color = rgba(ECE8BBff)
# color = $primary_4_rgba
font_size = 35
font_family = Google Sans
position = 0, 260
halign = center
valign = center
}
# INPUT FIELD
input-field {
monitor =
size = 200, 50 #!
outline_thickness = 3
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 0.30 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = true
dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
outer_color = $primary_4_rgba
inner_color = $primary_3_rgba
font_color = $text_1_rgba
fade_on_empty = true
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
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)
check_color = rgba($accent1_2)
fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> # can be set to empty
fail_transition = 300 # transition time in ms between normal outer_color and fail_color
capslock_color = 1
numlock_color = 1
bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above)
invert_numlock = false # change color if numlock is off
swap_font_color = true # see below
position = 0, -350
halign = center
valign = center
}
# SPLASH
label {
monitor =
text = cmd[update:1000] $fn_splash
# color = $primary_4_rgba
font_family = JetBrainsMono, Font Awesome 25 Free Solid
position = 0, 330
halign = center
valign = bottom
}
# image {
# monitor =
# path = $artfile
# contain = true
# size = 1100 # lesser side if not 1:1 ratio
# rounding = 1 # negative values mean circle
# border_size = 0
# # border_color = $primary_1_rgba
# rotate = 0 # degrees, counter-clockwise
# reload_time = 0 # seconds between reloading, 0 to reload with SIGUSR2
# reload_cmd = # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F
# position = 18, -10
# halign = center
# valign = center
# }
image {
monitor =
path = $mpris_art
size = 300 # lesser side if not 1:1 ratio
rounding = -1 # negative values mean circle
border_size = 0
# border_color = $primary_3_rgba
rotate = 0 # degrees, counter-clockwise
reload_time = 0 # seconds between reloading, 0 to reload with SIGUSR2
reload_cmd = # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F
position = 0, 420
halign = center
valign = bottom
shadow_passes = 2
shadow_size = 3
shadow_boost = 1.5
}

View File

@@ -0,0 +1,103 @@
#VARIABLES
$fn_greet=echo "Hi $USER :)"
$fn_splash=echo "$(hyprctl splash)"
$mpris_art = /tmp/hyde-mpris.png
$wall = $hyprlockDir/wallpapers/3.jpg
# BACKGROUND
background {
monitor =
path = $wall
# path = screenshot
blur_passes = 3
contrast = 0.8916
brightness = 0.8172
vibrancy = 0.1696
vibrancy_darkness = 0.0
}
# TIME
label {
monitor =
text = cmd[update:30000] echo "$(date +"%R")"
color = $primary_4_rgba
font_size = 90
font_family = $font
position = -30, 0
halign = right
valign = top
}
# DATE
label {
monitor =
text = cmd[update:43200000] echo "$(date +"%A, %d %B %Y")"
color = $p3_accent_6_rgba
font_size = 25
font_family = $font
position = -30, -150
halign = right
valign = top
}
# USER
label {
monitor =
#text = cmd[update:60000] echo "Good $(date +"%-I" | awk '{if ($1 < 12) print "morning"; else print "evening"}') $(echo ${USER} | tr '[:lower:]' '[:upper:]' )"
text = cmd[update:60000] $fn_greet #? 24
color = $p3_accent_7_rgba
font_size = 30
# font_family = JetBrains Mono Nerd Font Mono
position = 0, 100
halign = center
valign = center
}
# INPUT FIELD
input-field {
monitor =
size = 200, 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
dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
outer_color = $primary_4_rgba
inner_color = $primary_2_rgba
font_color = $text_2_rgba
fade_on_empty = false
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
placeholder_text = <i> Logged in as </i>$USER # Text rendered in the input box when it's empty.
hide_input = false
rounding = -1 # -1 means complete rounding (circle/oval)
check_color = rgba($accent1_2ff)
fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> # can be set to empty
fail_transition = 300 # transition time in ms between normal outer_color and fail_color
capslock_color = -1
numlock_color = -1
bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above)
invert_numlock = false # change color if numlock is off
swap_font_color = true # see below
position = 0, 0
halign = center
valign = center
}
# SPLASH
label {
monitor =
text = cmd[update:1000] $fn_splash
text_align = right
color = $p4_accent_7_rgba
font_family = JetBrainsMono, Font Awesome 20
position = 0, 15
halign = center
valign = bottom
}

View File

@@ -0,0 +1,120 @@
#variables
$fn_splash=echo "$(hyprctl splash)"
$wall = $hyprlockDir/wallpapers/2.png
# BACKGROUND
background {
monitor =
path = $wall
# path = screenshot
blur_passes = 3 # 0 disables blurring
blur_size = 2
noise = 0.0117
contrast = 0.8916
brightness = 0.8172
vibrancy = 0.1696
vibrancy_darkness = 0.0
}
# TIME
label {
monitor =
# text = cmd[update:1000] echo "$(date +"%-I:%M%p")"
#text = cmd[update:1000] echo "$(date +"%H:%M")"
text = $TIME
color = $primary_4_rgba
font_size = 200
font_family = JetBrains Mono Nerd Font Mono ExtraBold
position = 0, 300
halign = center
valign = center
}
# DATE
label {
monitor =
text = cmd[update:1000] echo "$(date +"%B %d %Y")"
color = $p3_accent_6_rgba
font_size = 40
font_family = JetBrains Mono Nerd Font Mono ExtraBold
position = 0, 50
halign = center
valign = center
}
# DAY
label {
monitor =
text = cmd[update:1000] echo "$(date +"%A")"
color = $p2_accent_4_rgba
font_size = 40
font_family = JetBrains Mono Nerd Font Mono ExtraBold
position = 550, 180
halign = center
valign = center
}
# GENERAL
general {
no_fade_in = false
grace = 0
disable_loading_bar = true
}
$fn_greet=echo "Good $(date +%H | awk '{if ($1 < 10) print "morning"; else if ($1 < 13) print "noon"; else if ($1 < 18) print "afternoon"; else if ($1 < 22) print "evening"; else print "night"}'), $(echo ${USER} | tr '[:lower:]' '[:upper:]')"
# USER
label {
monitor =
#text = cmd[update:60000] echo "Good $(date +"%-I" | awk '{if ($1 < 12) print "morning"; else print "evening"}') $(echo ${USER} | tr '[:lower:]' '[:upper:]' )"
text = cmd[update:60000] $fn_greet
color = $p3_accent_7_rgba
font_size = 30
font_family = JetBrains Mono Nerd Font Mono
position = 0, -400
halign = center
valign = center
}
# INPUT FIELD
input-field {
monitor =
size = 200, 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
dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
outer_color = $primary_4_rgba
inner_color = $primary_3_rgba
font_color = $text_1_rgba
fade_on_empty = true
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
placeholder_text = <i> Logged in as </i>$USER
hide_input = false
rounding = -1 # -1 means complete rounding (circle/oval)
fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> # can be set to empty
fail_transition = 300 # transition time in ms between normal outer_color and fail_color
capslock_color = 1
numlock_color = 1
bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above)
invert_numlock = false # change color if numlock is off
swap_font_color = true # see below
position = 0, -130
halign = center
valign = center
}
# SPLASH
label {
monitor =
text = cmd[update:1000] $fn_splash
color = $p4_accent_7_rgba
font_family = JetBrainsMono, Font Awesome 6 Free Solid
position = 0, 0
halign = center
valign = bottom
}

View File

@@ -0,0 +1,117 @@
#VARIABLES
$fn_greet=echo "Hi $USER :)"
$fn_splash=echo "$($album || hyprctl splash)"
$mpris_art = /tmp/hyde-mpris.png
$wall = $hyprlockDir/wallpapers/3.jpg
# BACKGROUND
background {
monitor =
path = $wall
# path = screenshot
blur_passes = 3
contrast = 0.8916
brightness = 0.8172
vibrancy = 0.1696
vibrancy_darkness = 0.0
}
# TIME
label {
monitor =
text = cmd[update:30000] echo "$(date +"%R")"
color = $primary_4_rgba
font_size = 90
font_family = $font
position = -30, 0
halign = right
valign = top
}
# DATE
label {
monitor =
text = cmd[update:43200000] echo "$(date +"%A, %d %B %Y")"
color = $p3_accent_6_rgba
font_size = 25
font_family = $font
position = -30, -150
halign = right
valign = top
}
# USER
label {
monitor =
#text = cmd[update:60000] echo "Good $(date +"%-I" | awk '{if ($1 < 12) print "morning"; else print "evening"}') $(echo ${USER} | tr '[:lower:]' '[:upper:]' )"
text = cmd[update:60000] $fn_greet #? 24
color = $p3_accent_7_rgba
font_size = 30
# font_family = JetBrains Mono Nerd Font Mono
position = 0, 100
halign = center
valign = center
}
# INPUT FIELD
input-field {
monitor =
size = 200, 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
dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
outer_color = $primary_4_rgba
inner_color = $primary_2_rgba
font_color = $text_2_rgba
fade_on_empty = false
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
placeholder_text = <i> Logged in as </i>$USER # Text rendered in the input box when it's empty.
hide_input = false
rounding = -1 # -1 means complete rounding (circle/oval)
check_color = rgba($accent1_2ff)
fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> # can be set to empty
fail_transition = 300 # transition time in ms between normal outer_color and fail_color
capslock_color = -1
numlock_color = -1
bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above)
invert_numlock = false # change color if numlock is off
swap_font_color = true # see below
position = 0, 0
halign = center
valign = center
}
# SPLASH
label {
monitor =
text = cmd[update:1000] $fn_splash
text_align = right
color = $p4_accent_7_rgba
font_family = JetBrainsMono, Font Awesome 20
position = -680, 15
halign = center
valign = bottom
}
image {
monitor =
path = $mpris_art
size = 300 # lesser side if not 1:1 ratio
rounding = 20 # negative values mean circle
border_size = 0
# border_color = rgb(221, 221, 221) # $primary_3_rgba
rotate = 0 # degrees, counter-clockwise
reload_time = 0 # seconds between reloading, 0 to reload with SIGUSR2
reload_cmd = # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F
position = -700, 80
halign = center
valign = bottom
}

View File

@@ -0,0 +1,87 @@
$wall = $HOME/.config/hyprlock/wallpapers/4.jpg
background {
monitor =
path = $wall
blur_passes = 1
blur_size = 1
noise = 0.0117
contrast = 0.8916
brightness = 0.8172
vibrancy = 0.1696
vibrancy_darkness = 0.0
}
input-field {
monitor =
size = 200, 50
outline_thickness = 2
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
dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
outer_color = rgb(151515)
inner_color = rgb(FFFFFF)
font_color = rgb(10, 10, 10)
fade_on_empty = true
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
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)
check_color = rgb(204, 136, 34)
fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> # can be set to empty
fail_transition = 300 # transition time in ms between normal outer_color and fail_color
capslock_color = -1
numlock_color = -1
bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above)
invert_numlock = false # change color if numlock is off
swap_font_color = false # see below
position = 0, -20
halign = center
valign = center
}
label {
monitor =
#clock
#text = cmd[update:1000] echo "$TIME", $LAYOUT[en,ara]
text = cmd[update:1000] echo "<span foreground='##ff2222'>$(date "+%a %b %d %I:%M %p")</span>"
color = rgba(200, 200, 200, 1.0)
font_size = 20
font_family = Fira Semibold
position = -50, 65
halign = right
valign = bottom
shadow_passes = 5
shadow_size = 10
}
label {
monitor =
text = Hi there, $USER
color = rgba(200, 200, 200, 1.0)
font_size = 16
font_family = Fira Semibold
position = -100, 160
halign = right
valign = bottom
shadow_passes = 5
shadow_size = 10
}
image {
monitor =
path = ~/.config/hyprlock/wallpapers/me.jpeg
size = 200 # lesser side if not 1:1 ratio
rounding = -1 # negative values mean circle
border_size = 3
border_color = rgb(221, 221, 221)
rotate = 0 # degrees, counter-clockwise
# reload_time = -1 # seconds between reloading, 0 to reload with SIGUSR2
# reload_cmd = # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F
position = 0, 180
halign = center
valign = center
}

View File

@@ -0,0 +1,144 @@
$wall = $HOME/.config/hyprlock/wallpapers/9.png
# $wall = $HOME/.config/hyprlock/wallpapers/hyprlock.png
source = $HOME/.config/hyprlock/fonts/SF Pro Display Bold
# source = $HOME/.config/hyprlock/fonts/SF Pro Display Bold
# BACKGROUND
background {
monitor =
path = $wall
blur_passes = 0
contrast = 0.8916
brightness = 0.8916
vibrancy = 0.8916
vibrancy_darkness = 0.0
}
# GENERAL
general {
no_fade_in = false
grace = 0
disable_loading_bar = false
}
# Profie-Photo
image {
monitor =
path = ~/.config/hyprlock/wallpapers/me.jpeg
border_size = 2
border_color = $primary_3_rgba
size = 100
rounding = -1
rotate = 0
reload_time = -1
reload_cmd =
position = 25, 170
halign = center
valign = center
}
# NAME
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 = 20
font_family = SF Pro Display Bold
position = 25, 80
halign = center
valign = center
}
# Time
label {
monitor =
text = cmd[update:1000] echo "<span>$(date +"%I:%M")</span>"
color = rgba(216, 222, 233, 0.80)
font_size = 60
font_family = SF Pro Display Bold
position = 30, -20
halign = center
valign = center
}
# Day-Month-Date
label {
monitor =
text = cmd[update:1000] echo -e "$(date +"%A, %B %d")"
color = rgba(216, 222, 233, .80)
font_size = 19
font_family = SF Pro Display Bold
position = 35, -90
halign = center
valign = center
}
# USER-BOX
shape {
monitor =
size = 500, 500
color = $primary_9_rgba
rounding = 30
border_size = 0
border_color = $primary_8_rgba
rotate = 0
xray = false
position = 34, -70
halign = center
valign = center
}
# USER-BOX
shape {
monitor =
size = 320, 55
color = rgba(255, 255, 255, 0.1)
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, -190
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 = 16
font_family = SF Pro Display Bold
position = 38, -190
halign = center
valign = center
}
# INPUT FIELD
input-field {
monitor =
size = 320, 55
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 = rgba(255, 255, 255, 0.1)
font_color = rgb(200, 200, 200)
fade_on_empty = false
font_family = SF Pro Display Bold
placeholder_text = <i><span foreground="##ffffff99">  Enter Pass</span></i>
hide_input = false
position = 34, -268
halign = center
valign = center
}