diff --git a/config/astal/util/colours.scss b/config/astal/util/colours.scss index 985a374..b8e21c1 100644 --- a/config/astal/util/colours.scss +++ b/config/astal/util/colours.scss @@ -1,5 +1,5 @@ $fg-color: #E6E6E6; $bg-color: #141414; -$accent-color: #530519; -$accent-color-2: #32050F; +$accent-color: #591641; +$accent-color-2: #97103A; $shadow-color: rgba(40, 40, 40, 0.3); diff --git a/config/hypr/hyprland/colors.conf b/config/hypr/hyprland/colors.conf index 986ae86..2e5d227 100644 --- a/config/hypr/hyprland/colors.conf +++ b/config/hypr/hyprland/colors.conf @@ -4,10 +4,10 @@ # ╰────────────────────────────────────────────────╯ # ──────────────────────────────────────────────────────────────────── -exec = swaybg -m fill -i /home/janis/NextCloud/Wallpapers/dark/mountains.jpg +exec = swaybg -m fill -i /home/janis/NextCloud/Wallpapers/dark/colour-explosion.jpg general { - col.active_border = rgba(530519cc) rgba(32050fcc) rgba(70444ccc) 45deg + col.active_border = rgba(591641cc) rgba(97103acc) rgba(2d2057cc) 45deg col.inactive_border = rgb(000000) } diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index c7cd84d..8150a2d 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -18,7 +18,7 @@ general { # └ ┘ background { monitor = - path = /home/janis/NextCloud/Wallpapers/dark/colour-explosion.jpg # Or screenshot + path = /home/janis/NextCloud/Wallpapers/dark/colour-splash.jpg # Or screenshot blur_passes = 1 } @@ -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 = false - outer_color = rgb(83, 5, 25) + outer_color = rgb(89, 22, 65) inner_color = rgb(200, 200, 200) font_color = rgb(10, 10, 10) fade_on_empty = true diff --git a/config/rofi/style.rasi b/config/rofi/style.rasi index 1f50ad1..554ec37 100644 --- a/config/rofi/style.rasi +++ b/config/rofi/style.rasi @@ -2,9 +2,9 @@ background: #141414; background-selected: #1E1E1E; foreground: #E6E6E6; - accent: #530519; - accent-two: #32050F; - // border-color: #70444C; + accent: #591641; + accent-two: #97103A; + // border-color: #2D2057; inactive: #C8C8C8; spacing: 2; width: 30em; diff --git a/config/wlogout/style.css b/config/wlogout/style.css index e2e564b..d18ac5b 100644 --- a/config/wlogout/style.css +++ b/config/wlogout/style.css @@ -22,11 +22,11 @@ button { } button:hover { - background-color: rgba(50, 5, 15, 0.5); + background-color: rgba(151, 16, 58, 0.5); } button:focus { - background-color: rgb(83, 5, 25); + background-color: rgb(89, 22, 65); color: rgb(230, 230, 230); } diff --git a/gtk-theme/dist/colours.css b/gtk-theme/dist/colours.css index 1de427d..29d1bd0 100644 --- a/gtk-theme/dist/colours.css +++ b/gtk-theme/dist/colours.css @@ -40,40 +40,40 @@ /* * ── Accent colour ──────────────────────────────────────────────────── */ -@define-color accent #530519; -@define-color accent_rgba_05 rgba(83, 5, 25, 0.5); -@define-color accent_rgba_03 rgba(83, 5, 25, 0.3); -@define-color accent_rgba_02 rgba(83, 5, 25, 0.2); -@define-color accent_rgba_015 rgba(83, 5, 25, 0.15); -@define-color accent_rgba_011 rgba(83, 5, 25, 0.11); -@define-color accent_rgba_007 rgba(83, 5, 25, 0.07); +@define-color accent #591641; +@define-color accent_rgba_05 rgba(89, 22, 65, 0.5); +@define-color accent_rgba_03 rgba(89, 22, 65, 0.3); +@define-color accent_rgba_02 rgba(89, 22, 65, 0.2); +@define-color accent_rgba_015 rgba(89, 22, 65, 0.15); +@define-color accent_rgba_011 rgba(89, 22, 65, 0.11); +@define-color accent_rgba_007 rgba(89, 22, 65, 0.07); /* * ── Accent Gradient ────────────────────────────────────────────────── */ -@define-color accent_gradient_1 #350310; -@define-color accent_gradient_2 #2A030D; -@define-color accent_gradient_3 #22020A; -@define-color accent_gradient_4 #1B0208; -@define-color accent_gradient_5 #160107; -@define-color accent_gradient_inverse_1 #820827; -@define-color accent_gradient_inverse_2 #820827; -@define-color accent_gradient_inverse_3 #820827; +@define-color accent_gradient_1 #390E2A; +@define-color accent_gradient_2 #2E0B21; +@define-color accent_gradient_3 #24091B; +@define-color accent_gradient_4 #1D0715; +@define-color accent_gradient_5 #170611; +@define-color accent_gradient_inverse_1 #8B2266; +@define-color accent_gradient_inverse_2 #8B2266; +@define-color accent_gradient_inverse_3 #8B2266; /* * ── Secondary accent colour ────────────────────────────────────────── */ -@define-color accent2 #32050F; -@define-color accent2_rgba_05 rgba(50, 5, 15, 0.5); -@define-color accent2_rgba_03 rgba(50, 5, 15, 0.3); -@define-color accent2_rgba_02 rgba(50, 5, 15, 0.2); -@define-color accent2_rgba_015 rgba(50, 5, 15, 0.15); -@define-color accent2_rgba_01 rgba(50, 5, 15, 0.1); +@define-color accent2 #97103A; +@define-color accent2_rgba_05 rgba(151, 16, 58, 0.5); +@define-color accent2_rgba_03 rgba(151, 16, 58, 0.3); +@define-color accent2_rgba_02 rgba(151, 16, 58, 0.2); +@define-color accent2_rgba_015 rgba(151, 16, 58, 0.15); +@define-color accent2_rgba_01 rgba(151, 16, 58, 0.1); /* * ── Tertiary accent colour ─────────────────────────────────────────── */ -@define-color accent3 #70444C; +@define-color accent3 #2D2057; /* * ── Inactive Colour ────────────────────────────────────────────────── diff --git a/setup b/setup index 5d26ac8..c737d2e 100755 --- a/setup +++ b/setup @@ -100,6 +100,14 @@ sudo cp ./system/environment /etc/environment sudo cp -r ./system/greetd/* /etc/greetd/ hyprctl reload +# echo " +# => Restarting bars, etc +# " +# killall gjs +# sleep 1 +# ags run -d ./config/astal --gtk4 & disown 2>&1 > /dev/null +# ags run -d ./config/ags/notifications/ & disown 2>&1 > /dev/null + echo " ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄