From 97ec35823c87109dc7f1d250eae8eb4e67fc7200 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 23 Feb 2025 11:56:42 +0900 Subject: I hope this is a final change before merging to main --- README.md | 3 ++ config/hypr/hyprlock-1080p.conf | 68 +++++++++++++++++++++-------------------- config/hypr/hyprlock.conf | 68 +++++++++++++++++++++-------------------- copy.sh | 4 +-- 4 files changed, 75 insertions(+), 68 deletions(-) mode change 100755 => 100644 config/hypr/hyprlock-1080p.conf diff --git a/README.md b/README.md index 49ca0eb0..b6858135 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,9 @@ https://github.com/user-attachments/assets/49bc12b2-abaf-45de-a21c-67aacd9bb872 ### 📦 Whats new? - To easily track changes, I will be updating the [CHANGELOGS](https://github.com/JaKooLit/Hyprland-Dots/wiki/Changelogs) Screenshots will be included if worth mentioning the changes! +> [!NOTE] +> Kindly note that by defeault, Kools Dots are adjusted / configured for 2k (1440p) display without scaling. + ### 💥 Copying / Installation / Update instructions 💥 - [`MORE INFO HERE`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update) > [!Note] diff --git a/config/hypr/hyprlock-1080p.conf b/config/hypr/hyprlock-1080p.conf old mode 100755 new mode 100644 index 7d2566a7..acd3258c --- a/config/hypr/hyprlock-1080p.conf +++ b/config/hypr/hyprlock-1080p.conf @@ -8,6 +8,7 @@ $Scripts = $HOME/.config/hypr/scripts general { grace = 1 + fractional_scaling = 2 } background { @@ -20,8 +21,8 @@ background { #color = $color7 # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations - blur_size = 2 - blur_passes = 1 # 0 disables blurring + blur_size = 3 + blur_passes = 2 # 0 disables blurring noise = 0.0117 contrast = 1.3000 # Vibrant!!! brightness = 0.8000 @@ -34,12 +35,12 @@ background { label { monitor = text = cmd[update:18000000] echo " "$(date +'%A, %-d %B')" " - color = $color12 - font_size = 24 - font_family = JetBrainsMono Nerd Font ExtraBold - position = 0, -50 + color = $color13 + font_size = 16 + font_family = Victor Mono Bold Italic + position = 0, -120 halign = center - valign = top + valign = center } # Hour-Time @@ -49,9 +50,9 @@ label { # text = cmd[update:1000] echo "$(date +"%I")" #AM/PM #color = rgba(255, 185, 0, .8) color = $color13 - font_size = 160 + font_size = 200 font_family = JetBrainsMono Nerd Font ExtraBold - position = 0, -100 + position = 0, -60 halign = center valign = top } @@ -62,7 +63,7 @@ label { text = cmd[update:1000] echo "$(date +"%M")" #color = rgba(15, 10, 222, .8) color = $color12 - font_size = 160 + font_size = 200 font_family = JetBrainsMono Nerd Font ExtraBold position = 0, -320 halign = center @@ -77,24 +78,24 @@ label { color = $color11 font_size = 35 font_family = JetBrainsMono Nerd Font ExtraBold - position = 0, -325 + position = 0, -350 halign = center valign = top } # Put a picture of choice here. Default is the current wallpaper -image { - monitor = - path = $HOME/.config/hypr/wallpaper_effects/.wallpaper_current - size = 160 - rounding = -1 - border_size = 0 - border_color = $color11 - rotate = 0 - reload_time = -1 - position = 0, 280 - halign = center - valign = bottom +#image { +# monitor = +# path = $HOME/.config/hypr/wallpaper_effects/.wallpaper_current +# size = 160 +# rounding = -1 +# border_size = 0 +# border_color = $color11 +# rotate = 0 +# reload_time = -1 +# position = 0, 280 +# halign = center +# valign = bottom } # USER @@ -107,8 +108,8 @@ label { dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0 dots_center = true font_size = 24 - font_family = JetBrainsMono Nerd Font ExtraBold - position = 0, 80 + font_family = Victor Mono Bold Oblique + position = 0, 150 halign = center valign = bottom } @@ -122,14 +123,15 @@ input-field { 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(0, 0, 0, 0) + outer_color = $color11 inner_color = rgba(255, 255, 255, 0.1) - font_color = $color11 + capslock_color = rgba(255, 0, 0) + font_color = $color13 fade_on_empty = false - font_family = JetBrainsMono Nerd Font ExtraBold + font_family = Victor Mono Bold Oblique placeholder_text = 🔒 Type Password hide_input = false - position = 0, 180 + position = 0, 50 halign = center valign = bottom } @@ -139,8 +141,8 @@ label { monitor = text = cmd[update:60000] echo " "$(uptime -p || $Scripts/UptimeNixOS.sh)" " color = $color13 - font_size = 18 - font_family = JetBrainsMono Nerd Font ExtraBold + font_size = 16 + font_family = Victor Mono Bold Oblique position = 0, 0 halign = right valign = bottom @@ -153,8 +155,8 @@ label { monitor = text = cmd[update:3600000] [ -f ~/.cache/.weather_cache ] && cat ~/.cache/.weather_cache color = $color13 - font_size = 18 - font_family = JetBrainsMono Nerd Font ExtraBold + font_size = 16 + font_family = Victor Mono Bold Oblique position = 50, 0 halign = left valign = bottom diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index 975b5d62..9edb3088 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -8,6 +8,7 @@ $Scripts = $HOME/.config/hypr/scripts general { grace = 1 + fractional_scaling = 2 } background { @@ -20,8 +21,8 @@ background { #color = $color7 # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations - blur_size = 2 - blur_passes = 1 # 0 disables blurring + blur_size = 3 + blur_passes = 2 # 0 disables blurring noise = 0.0117 contrast = 1.3000 # Vibrant!!! brightness = 0.8000 @@ -34,12 +35,12 @@ background { label { monitor = text = cmd[update:18000000] echo " "$(date +'%A, %-d %B')" " - color = $color12 - font_size = 24 - font_family = JetBrainsMono Nerd Font ExtraBold - position = 0, -100 + color = $color13 + font_size = 18 + font_family = Victor Mono Bold Italic + position = 0, -120 halign = center - valign = top + valign = center } # Hour-Time @@ -49,9 +50,9 @@ label { # text = cmd[update:1000] echo "$(date +"%I")" #AM/PM #color = rgba(255, 185, 0, .8) color = $color13 - font_size = 200 + font_size = 240 font_family = JetBrainsMono Nerd Font ExtraBold - position = 0, -150 + position = 0, -100 halign = center valign = top } @@ -62,9 +63,9 @@ label { text = cmd[update:1000] echo "$(date +"%M")" #color = rgba(15, 10, 222, .8) color = $color12 - font_size = 200 + font_size = 240 font_family = JetBrainsMono Nerd Font ExtraBold - position = 0, -475 + position = 0, -450 halign = center valign = top } @@ -75,26 +76,26 @@ label { text = cmd[update:1000] echo "$(date +"%S")" # text = cmd[update:1000] echo "$(date +"%S %p")" #AM/PM color = $color11 - font_size = 40 + font_size = 50 font_family = JetBrainsMono Nerd Font ExtraBold - position = 0, -460 + position = 0, -450 halign = center valign = top } # Put a picture of choice here. Default is the current wallpaper -image { - monitor = - path = $HOME/.config/hypr/wallpaper_effects/.wallpaper_current - size = 160 - rounding = -1 - border_size = 0 - border_color = $color11 - rotate = 0 - reload_time = -1 - position = 0, 400 - halign = center - valign = bottom +#image { +# monitor = +# #path = $HOME/.config/hypr/wallpaper_effects/.wallpaper_current +# size = 160 +# rounding = -1 +# border_size = 0 +# border_color = $color11 +# rotate = 0 +# reload_time = -1 +# position = 0, 400 +# halign = center +# valign = bottom } # USER @@ -107,8 +108,8 @@ label { dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0 dots_center = true font_size = 24 - font_family = JetBrainsMono Nerd Font ExtraBold - position = 0, 150 + font_family = Victor Mono Bold Oblique + position = 0, 200 halign = center valign = bottom } @@ -122,14 +123,15 @@ input-field { 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(0, 0, 0, 0) + outer_color = $color11 inner_color = rgba(255, 255, 255, 0.1) - font_color = $color11 + font_color = $color13 + capslock_color = rgba(255, 0, 0) fade_on_empty = false - font_family = JetBrainsMono Nerd Font ExtraBold + font_family = Victor Mono Bold Oblique placeholder_text = 🔒 Type Password hide_input = false - position = 0, 250 + position = 0, 100 halign = center valign = bottom } @@ -140,7 +142,7 @@ label { text = cmd[update:60000] echo " "$(uptime -p || $Scripts/UptimeNixOS.sh)" " color = $color13 font_size = 18 - font_family = JetBrainsMono Nerd Font ExtraBold + font_family = Victor Mono Bold Oblique position = 0, 0 halign = right valign = bottom @@ -154,7 +156,7 @@ label { text = cmd[update:3600000] [ -f ~/.cache/.weather_cache ] && cat ~/.cache/.weather_cache color = $color13 font_size = 18 - font_family = JetBrainsMono Nerd Font ExtraBold + font_family = Victor Mono Bold Oblique position = 50, 0 halign = left valign = bottom diff --git a/copy.sh b/copy.sh index f3a6b9dd..fa8915f8 100755 --- a/copy.sh +++ b/copy.sh @@ -63,8 +63,8 @@ echo -e "\e[35m printf "\n%.0s" {1..1} ####### Announcement -echo "${YELLOW}A T T E N T I O N !${RESET}" -echo "${SKY_BLUE}This version requires nwg-displays!${RESET}" +echo "${WARNING}A T T E N T I O N !${RESET}" +echo "${SKY_BLUE}This version (v2.3.12) requires nwg-displays!${RESET}" echo "${YELLOW}previous version: Some Keybinds changes${RESET}" echo "${MAGENTA}Kindly visit KooL Hyprland Own Wiki for the changelog${RESET}" printf "\n%.0s" {1..1} -- cgit v1.2.3