From d162ad75bc9c915b421867a1efd061e8b29af766 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 14 May 2024 11:56:36 +0900 Subject: bump to v2.2.12 for future developments --- config/hypr/v2.2.11 | 5 ----- config/hypr/v2.2.12 | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 config/hypr/v2.2.11 create mode 100644 config/hypr/v2.2.12 (limited to 'config/hypr') diff --git a/config/hypr/v2.2.11 b/config/hypr/v2.2.11 deleted file mode 100644 index 31b3414d..00000000 --- a/config/hypr/v2.2.11 +++ /dev/null @@ -1,5 +0,0 @@ -### https://github.com/JaKooLit ### -## https://github.com/JaKooLit/Hyprland-Dots -## This is to have a reference of which version would be - -## note that this will always be higher than the released versions \ No newline at end of file diff --git a/config/hypr/v2.2.12 b/config/hypr/v2.2.12 new file mode 100644 index 00000000..31b3414d --- /dev/null +++ b/config/hypr/v2.2.12 @@ -0,0 +1,5 @@ +### https://github.com/JaKooLit ### +## https://github.com/JaKooLit/Hyprland-Dots +## This is to have a reference of which version would be + +## note that this will always be higher than the released versions \ No newline at end of file -- cgit v1.2.3 From 121766295e105b4bec791568f51c245f5cb8b273 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 14 May 2024 16:14:52 +0900 Subject: swaync and hyprlock tweaked --- config/hypr/hyprlock.conf | 12 ++++++------ config/swaync/style.css | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'config/hypr') 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 " "$(date +'%A, %-d %B %Y')" " - color = $color9 + color = $color12 font_size = 34 font_family = JetBrains Mono Nerd Font 10 @@ -88,7 +88,7 @@ text = cmd[update:1000] echo " $(date +"%H:%M:%S") " # 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/swaync/style.css b/config/swaync/style.css index 73ad882a..6a4f565d 100755 --- a/config/swaync/style.css +++ b/config/swaync/style.css @@ -3,10 +3,10 @@ @import '../../.config/waybar/wallust/colors-waybar.css'; -@define-color noti-border-color @color9; +@define-color noti-border-color @color12; @define-color noti-bg rgba(0, 0, 0, 0.8); @define-color noti-bg-alt #111111; -@define-color noti-bg-hover @color2; +@define-color noti-bg-hover @color9; @define-color text-color @foreground; @define-color text-color-alt @foreground; @define-color text-color-disabled rgba(150, 150, 150, 0.8); -- cgit v1.2.3 From fcd4fb3bd86eff2d3e35b904583f6253f5e899b6 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 14 May 2024 18:28:37 +0900 Subject: added in Keyhints --- config/hypr/scripts/KeyHints.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'config/hypr') 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)" \ -- cgit v1.2.3 From 03363809f5e821c323a457aeafb3182a0ab17ba8 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 14 May 2024 18:31:18 +0900 Subject: back down to v2.2.11 as I need to issue a hotfix --- config/hypr/v2.2.11 | 5 +++++ config/hypr/v2.2.12 | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 config/hypr/v2.2.11 delete mode 100644 config/hypr/v2.2.12 (limited to 'config/hypr') diff --git a/config/hypr/v2.2.11 b/config/hypr/v2.2.11 new file mode 100644 index 00000000..31b3414d --- /dev/null +++ b/config/hypr/v2.2.11 @@ -0,0 +1,5 @@ +### https://github.com/JaKooLit ### +## https://github.com/JaKooLit/Hyprland-Dots +## This is to have a reference of which version would be + +## note that this will always be higher than the released versions \ No newline at end of file diff --git a/config/hypr/v2.2.12 b/config/hypr/v2.2.12 deleted file mode 100644 index 31b3414d..00000000 --- a/config/hypr/v2.2.12 +++ /dev/null @@ -1,5 +0,0 @@ -### https://github.com/JaKooLit ### -## https://github.com/JaKooLit/Hyprland-Dots -## This is to have a reference of which version would be - -## note that this will always be higher than the released versions \ No newline at end of file -- cgit v1.2.3