diff --git a/files/hyprland.conf b/files/hyprland.conf index 7900592..daf7b4a 100644 --- a/files/hyprland.conf +++ b/files/hyprland.conf @@ -81,9 +81,9 @@ animations { animation = fadeIn, 1, 1.73, almostLinear animation = fadeOut, 1, 1.46, almostLinear animation = fade, 1, 3.03, quick - animation = layers, 1, 3.81, easeOutQuint - animation = layersIn, 1, 4, easeOutQuint, fade - animation = layersOut, 1, 1.5, linear, fade + animation = layers, 1, 3.81, easeOutQuint, fade + animation = layersIn, 1, 2, easeOutQuint, slide + animation = layersOut, 1, 2, easeOutQuint, slide animation = fadeLayersIn, 1, 1.79, almostLinear animation = fadeLayersOut, 1, 1.39, almostLinear animation = workspaces, 1, 1.94, easeInOutCubic, slide @@ -107,7 +107,7 @@ master { misc { force_default_wallpaper = 0 disable_hyprland_logo = true - disable_splash_rendering = false + disable_splash_rendering = true } diff --git a/files/hyprlock.conf b/files/hyprlock.conf index b8c3e1e..80928af 100644 --- a/files/hyprlock.conf +++ b/files/hyprlock.conf @@ -1,8 +1,8 @@ # BACKGROUND background { monitor = eDP-1 - path = screenshot - blur_passes = 2 + path = /home/denode/Pictures/forest01.jpg + blur_passes = 0.5 contrast = 1 brightness = 0.5 vibrancy = 0.2 @@ -14,42 +14,33 @@ general { no_fade_in = false no_fade_out = false hide_cursor = true - grace = 3 + grace = 2 disable_loading_bar = true ignore_empty_input = true } -#Auth -'auth { - pam:enabled = true - pam:module = hyprlock - fingerprint:enabled = true - fingerprint:ready_message = Scan fingerprint to unlock - fingerprint:present_message = Scanning fingerprint - fingerprint:retry_delay = 250 -} -' # INPUT FIELD input-field { monitor = eDP-1 - size = 250, 60 + size = 300, 50 outline_thickness = 2 - inner_color = rgba(171, 189, 245, 0.1) - dots_color = rgba(171, 189, 245, 0.65) - dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8 - dots_spacing = 0.35 # Scale of dots' absolute size, 0.0 - 1.0 + inner_color = rgba(88,129,87,0.1) + dots_color = rgba(88, 129, 87, 0.85) + dots_size = 0.2 + dots_spacing = 0.35 dots_center = true - input-fg-color = rgba(171, 189, 245, 0.1) - dots_color = rgba(171, 189, 245, 0.65) - outer_color = rgba(171, 189, 245, 0.65) - font_color = rgba(171, 189, 245, 0.65) + input-fg-color = rgba(88,129,87,0.1) + dots_color = rgba(88,129,87,0.85) + outer_color = rgba(88,129,87,0.85) + font_color = rgba(88,129,87, 0.85) fade_on_empty = true rounding = -1 - check_color = rgb(204, 136, 34) - placeholder_text = input password... + check_color = rgb(86,65,48) + placeholder_text = input password... hide_input = false + fail_color = rgb(218,215,205) fail_text = bist du blöd? ($ATTEMPTS) - position = 0, -200 + position = 0, -468 halign = center valign = center } @@ -59,23 +50,23 @@ image { path = /home/denode/Pictures/flink02.png border_color = 0xffdddddd border_size = 0 - size = 150 + size = 100 rounding = -1 rotate = 0 reload_time = -1 reload_cmd = - position = 0, -20 + position = 0, -320 halign = center valign = center } # USER label { monitor = - text = welcome back $USER! - color = rgba(171, 189, 245, 0.65) + text = $USER + color = rgba(88,129,87,0.85) font_size = 23 - font_family = JetBrains Mono - position = 0, -130 + font_family = SF Pro Text + position = 0, -405 halign = center valign = center } @@ -83,11 +74,11 @@ label { label { monitor = text = cmd[update:1000] echo "$(LC_TIME=en_US.UTF-8 date +"%A, %B %d")" - color = rgba(171, 189, 245, 0.65) + color = rgba(52,78,65,1) font_size = 22 - font_family = JetBrains Mono - position = 0, 300 - halign = center + font_family = SF Pro Text Bold + position = 0, 405 + halign = center valign = center } @@ -95,10 +86,10 @@ label { label { monitor = text = cmd[update:1000] echo "$(date +"%-H:%M:%S")" - color = rgba(171, 189, 245, 0.65) + color = rgba(52,78,65, 1) font_size = 95 - font_family = JetBrains Mono Extrabold - position = 0, 200 + font_family = SF Pro Text Bold + position = 0, 310 halign = center valign = center } @@ -109,20 +100,20 @@ label { monitor = text = cmd[update:1000] echo "$(~/.config/waybar/scripts/song.sh)" color = $foreground - color = rgba(171, 189, 245, 0.65) + color = rgba(88,129,87,0.65) font_size = 18 - font_family = JetBrains Mono + font_family = SF Pro Text position = 0, 50 halign = center valign = bottom } label { monitor = eDP-1 - text = cmd[update:30] bash -c 'ac_online=$(cat /sys/class/power_supply/AC/online); bat0=$(cat /sys/class/power_supply/BAT0/capacity); bat1=$(cat /sys/class/power_supply/BAT1/capacity); avg=$(( (bat0 + bat1) / 2 )); if [ "$ac_online" = "1" ]; then echo "⚡ Charging ($avg%)"; else echo "battery: $avg%"; fi' - color = rgba(171, 189, 245, 0.65) - font_family = JetBrains Mono + text = cmd[update:30] bash -c 'ac_online=$(cat /sys/class/power_supply/AC/online); bat0=$(cat /sys/class/power_supply/BAT0/capacity); bat1=$(cat /sys/class/power_supply/BAT1/capacity); avg=$(( (bat0 + bat1) / 2 )); if [ "$ac_online" = "1" ]; then echo " $avg %"; else echo "$avg %"; fi' + color = rgba(88,129,87,0.65) + font_family = SF Pro Text Bold font_size = 18 - position = -50, 50 + position = -10, 1030 halign = right valign = bottom } diff --git a/files/hyprpaper.conf b/files/hyprpaper.conf index 7edef41..cc4157a 100644 --- a/files/hyprpaper.conf +++ b/files/hyprpaper.conf @@ -1,5 +1,7 @@ wallpaper { - monitor = eDP1 - path = /home/denode/Pictures/japan06.jpg + monitor = eDP-1 + path = /home/denode/Pictures/japan_dark01.jpg fit_mode = cover } + +splash = false