feat: hypr* config based on catpuccin & Kosmx's config

This commit is contained in:
2024-11-02 12:21:17 +01:00
parent 86ad43efc6
commit 4b3672f155
8 changed files with 530 additions and 0 deletions

79
hypr/hyprlock.conf Normal file
View File

@@ -0,0 +1,79 @@
source = ./macchiato.conf
$accent = $blue
$accentAlpha = $blueAlpha
$font = FiraCode Nerd Font
# GENERAL
general {
disable_loading_bar = true
hide_cursor = false
}
# BACKGROUND
background {
monitor =
path = $XDG_DATA_HOME/backgrounds/eKxlw8.png
blur_passes = 0
color = $base
}
# TIME
label {
monitor =
text = cmd[update:30000] echo "$(date +"%R")"
color = $text
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 = $text
font_size = 25
font_family = $font
position = -30, -150
halign = right
valign = top
}
# USER AVATAR
# image {
# monitor =
# path = ~/.face
# size = 100
# border_color = $accent
#
# position = 0, 75
# halign = center
# valign = center
# }
# INPUT FIELD
input-field {
monitor =
size = 300, 60
outline_thickness = 4
dots_size = 0.2
dots_spacing = 0.2
dots_center = true
outer_color = $accent
inner_color = $surface0
font_color = $text
fade_on_empty = false
placeholder_text = <span foreground="##$textAlpha"><i>󰌾 Logged in as </i><span foreground="##$accentAlpha">$USER</span></span>
hide_input = false
check_color = $accent
fail_color = $red
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
capslock_color = $yellow
position = 0, -35
halign = center
valign = center
}