diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-05-14 18:31:37 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-14 18:31:37 +0900 |
| commit | e49d4a58db265abbd407b05f1bd1c0f3f537cc87 (patch) | |
| tree | 23110bec6f29689633926e681dc75e4edcb9db2f /config/hypr | |
| parent | e53a9c345d8e36b08d8192635822cc02263a0842 (diff) | |
| parent | 03363809f5e821c323a457aeafb3182a0ab17ba8 (diff) | |
Merge pull request #274 from JaKooLit/development
Development to main
Diffstat (limited to 'config/hypr')
| -rw-r--r-- | config/hypr/hyprlock.conf | 12 | ||||
| -rwxr-xr-x | config/hypr/scripts/KeyHints.sh | 1 |
2 files changed, 7 insertions, 6 deletions
diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index eec6d31f..7c1af41a 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -17,7 +17,7 @@ background { color = $color7 # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations - blur_size = 4 + blur_size = 6 blur_passes = 2 # 0 disables blurring noise = 0.0117 contrast = 1.3000 # Vibrant!!! @@ -33,7 +33,7 @@ input-field { 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 - outer_color = $color1 + outer_color = $color5 inner_color = $color0 font_color = $color12 fade_on_empty = true @@ -49,7 +49,7 @@ input-field { label { monitor = text = cmd[update:18000000] echo "<b> "$(date +'%A, %-d %B %Y')" </b>" - color = $color9 + color = $color12 font_size = 34 font_family = JetBrains Mono Nerd Font 10 @@ -88,7 +88,7 @@ text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>" # 24H label { monitor = text = $USER - color = $color9 + color = $color12 font_size = 18 font_family = Inter Display Medium @@ -127,8 +127,8 @@ image { path = $HOME/.config/rofi/.current_wallpaper size = 230 rounding = -1 - border_size = 4 - border_color = $color1 + border_size = 2 + border_color = $color11 rotate = 0 reload_time = -1 position = 0, 300 diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh index f7450217..d6dd4049 100755 --- a/config/hypr/scripts/KeyHints.sh +++ b/config/hypr/scripts/KeyHints.sh @@ -40,6 +40,7 @@ yad --width=$dynamic_width --height=$dynamic_height \ "ESC" "close this app" "" "=" "SUPER KEY (Windows Key)" "(SUPER KEY)" \ " enter" "Terminal" "(kitty)" \ " SHIFT enter" "DropDown Terminal" "(kitty-pyprland)" \ +" A" "Desktop Overview" "(AGS Overview)" \ " D" "App Launcher" "(rofi-wayland)" \ " T" "Open File Manager" "(Thunar)" \ " S" "Google Search" "(rofi)" \ |
