From 07ac41c20d5e60963c8e8dbe7405c109059eed77 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Mon, 4 Mar 2024 10:52:08 +0100 Subject: [PATCH] =?UTF-8?q?config/hypr-ahrc--laptop=20:=20mise=20=C3=A0=20?= =?UTF-8?q?jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/hypr-ahrc--laptop/hyprland.d/misc.conf | 1 - .../hypr-ahrc--laptop/hyprland.d/startup.conf | 4 ++ config/hypr-ahrc--laptop/hyprlock.conf | 42 +++++++++++++++++++ config/hypr-ahrc--laptop/hyprpaper.conf | 3 ++ 4 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 config/hypr-ahrc--laptop/hyprlock.conf diff --git a/config/hypr-ahrc--laptop/hyprland.d/misc.conf b/config/hypr-ahrc--laptop/hyprland.d/misc.conf index 132756f..ad11be8 100644 --- a/config/hypr-ahrc--laptop/hyprland.d/misc.conf +++ b/config/hypr-ahrc--laptop/hyprland.d/misc.conf @@ -3,7 +3,6 @@ misc { # Logos and mascotts disable_hyprland_logo = true disable_splash_rendering = true - force_hypr_chan = false # Focus layers_hog_keyboard_focus = true diff --git a/config/hypr-ahrc--laptop/hyprland.d/startup.conf b/config/hypr-ahrc--laptop/hyprland.d/startup.conf index 0d1d7ff..9cbde0f 100644 --- a/config/hypr-ahrc--laptop/hyprland.d/startup.conf +++ b/config/hypr-ahrc--laptop/hyprland.d/startup.conf @@ -6,3 +6,7 @@ exec-once = hyprxdg # SwayOSD exec-once = swayosd-server + +# Eww +exec-once = eww daemon +exec-once = eww open bar diff --git a/config/hypr-ahrc--laptop/hyprlock.conf b/config/hypr-ahrc--laptop/hyprlock.conf new file mode 100644 index 0000000..2e1e9f6 --- /dev/null +++ b/config/hypr-ahrc--laptop/hyprlock.conf @@ -0,0 +1,42 @@ +general { + hide_cursor = true + no_fade_in = true +} + +background { + monitor = + path = screenshot + blur_passes = 2 + blur_size = 5 +} + +input-field { + monitor = + size = 640, 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 = false + outer_color = rgb(151515) + inner_color = rgb(200, 200, 200) + font_color = rgb(10, 10, 10) + fade_on_empty = true + placeholder_text = Input Password... # Text rendered in the input box when it's empty. + hide_input = false + rounding = -1 # -1 means complete rounding (circle/oval) + + position = 0, -20 + halign = center + valign = center +} + +label { + monitor = + text = cmd[update:500] date '+%Y-%m-%d%n %H-%M-%S' + font_size = 25 + font_family = Hack Nerd Font + + position = 0, 80 + halign = center + valign = center +} diff --git a/config/hypr-ahrc--laptop/hyprpaper.conf b/config/hypr-ahrc--laptop/hyprpaper.conf index 76e7721..f85b588 100644 --- a/config/hypr-ahrc--laptop/hyprpaper.conf +++ b/config/hypr-ahrc--laptop/hyprpaper.conf @@ -4,3 +4,6 @@ wallpaper = , ~/.local/share/backgrounds/chime_interdimensional.jpg # Save battery ipc = off + +# Disable splashe texts +splash = false