[AGS] Setup script improvements

This commit is contained in:
Admin 2025-04-26 16:05:07 +02:00
parent 8c4af4f817
commit 1a4610a2d6
7 changed files with 41 additions and 33 deletions

View File

@ -1,5 +1,5 @@
$fg-color: #E6E6E6; $fg-color: #E6E6E6;
$bg-color: #141414; $bg-color: #141414;
$accent-color: #530519; $accent-color: #591641;
$accent-color-2: #32050F; $accent-color-2: #97103A;
$shadow-color: rgba(40, 40, 40, 0.3); $shadow-color: rgba(40, 40, 40, 0.3);

View File

@ -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 { 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) col.inactive_border = rgb(000000)
} }

View File

@ -18,7 +18,7 @@ general {
# └ ┘ # └ ┘
background { background {
monitor = 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 blur_passes = 1
} }
@ -33,7 +33,7 @@ input-field {
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8 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_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = false dots_center = false
outer_color = rgb(83, 5, 25) outer_color = rgb(89, 22, 65)
inner_color = rgb(200, 200, 200) inner_color = rgb(200, 200, 200)
font_color = rgb(10, 10, 10) font_color = rgb(10, 10, 10)
fade_on_empty = true fade_on_empty = true

View File

@ -2,9 +2,9 @@
background: #141414; background: #141414;
background-selected: #1E1E1E; background-selected: #1E1E1E;
foreground: #E6E6E6; foreground: #E6E6E6;
accent: #530519; accent: #591641;
accent-two: #32050F; accent-two: #97103A;
// border-color: #70444C; // border-color: #2D2057;
inactive: #C8C8C8; inactive: #C8C8C8;
spacing: 2; spacing: 2;
width: 30em; width: 30em;

View File

@ -22,11 +22,11 @@ button {
} }
button:hover { button:hover {
background-color: rgba(50, 5, 15, 0.5); background-color: rgba(151, 16, 58, 0.5);
} }
button:focus { button:focus {
background-color: rgb(83, 5, 25); background-color: rgb(89, 22, 65);
color: rgb(230, 230, 230); color: rgb(230, 230, 230);
} }

View File

@ -40,40 +40,40 @@
/* /*
* Accent colour * Accent colour
*/ */
@define-color accent #530519; @define-color accent #591641;
@define-color accent_rgba_05 rgba(83, 5, 25, 0.5); @define-color accent_rgba_05 rgba(89, 22, 65, 0.5);
@define-color accent_rgba_03 rgba(83, 5, 25, 0.3); @define-color accent_rgba_03 rgba(89, 22, 65, 0.3);
@define-color accent_rgba_02 rgba(83, 5, 25, 0.2); @define-color accent_rgba_02 rgba(89, 22, 65, 0.2);
@define-color accent_rgba_015 rgba(83, 5, 25, 0.15); @define-color accent_rgba_015 rgba(89, 22, 65, 0.15);
@define-color accent_rgba_011 rgba(83, 5, 25, 0.11); @define-color accent_rgba_011 rgba(89, 22, 65, 0.11);
@define-color accent_rgba_007 rgba(83, 5, 25, 0.07); @define-color accent_rgba_007 rgba(89, 22, 65, 0.07);
/* /*
* Accent Gradient * Accent Gradient
*/ */
@define-color accent_gradient_1 #350310; @define-color accent_gradient_1 #390E2A;
@define-color accent_gradient_2 #2A030D; @define-color accent_gradient_2 #2E0B21;
@define-color accent_gradient_3 #22020A; @define-color accent_gradient_3 #24091B;
@define-color accent_gradient_4 #1B0208; @define-color accent_gradient_4 #1D0715;
@define-color accent_gradient_5 #160107; @define-color accent_gradient_5 #170611;
@define-color accent_gradient_inverse_1 #820827; @define-color accent_gradient_inverse_1 #8B2266;
@define-color accent_gradient_inverse_2 #820827; @define-color accent_gradient_inverse_2 #8B2266;
@define-color accent_gradient_inverse_3 #820827; @define-color accent_gradient_inverse_3 #8B2266;
/* /*
* Secondary accent colour * Secondary accent colour
*/ */
@define-color accent2 #32050F; @define-color accent2 #97103A;
@define-color accent2_rgba_05 rgba(50, 5, 15, 0.5); @define-color accent2_rgba_05 rgba(151, 16, 58, 0.5);
@define-color accent2_rgba_03 rgba(50, 5, 15, 0.3); @define-color accent2_rgba_03 rgba(151, 16, 58, 0.3);
@define-color accent2_rgba_02 rgba(50, 5, 15, 0.2); @define-color accent2_rgba_02 rgba(151, 16, 58, 0.2);
@define-color accent2_rgba_015 rgba(50, 5, 15, 0.15); @define-color accent2_rgba_015 rgba(151, 16, 58, 0.15);
@define-color accent2_rgba_01 rgba(50, 5, 15, 0.1); @define-color accent2_rgba_01 rgba(151, 16, 58, 0.1);
/* /*
* Tertiary accent colour * Tertiary accent colour
*/ */
@define-color accent3 #70444C; @define-color accent3 #2D2057;
/* /*
* Inactive Colour * Inactive Colour

8
setup
View File

@ -100,6 +100,14 @@ sudo cp ./system/environment /etc/environment
sudo cp -r ./system/greetd/* /etc/greetd/ sudo cp -r ./system/greetd/* /etc/greetd/
hyprctl reload 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 " echo "
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄