[Build] Rebuild

This commit is contained in:
Janis Hutz 2025-04-25 17:22:15 +02:00
parent 54e216b5ec
commit 99a7a59cf7
5 changed files with 27 additions and 27 deletions

View File

@ -4,10 +4,10 @@
# ╰────────────────────────────────────────────────╯ # ╰────────────────────────────────────────────────╯
# ──────────────────────────────────────────────────────────────────── # ────────────────────────────────────────────────────────────────────
exec = swaybg -m fill -i /home/janis/NextCloud/Wallpapers/arch-matterhorn.jpg exec = swaybg -m fill -i /home/janis/NextCloud/Wallpapers/dark/colour-explosion.jpg
general { general {
col.active_border = rgba(154881cc) rgba(abadcdcc) rgba(627dabcc) 45deg col.active_border = rgba(b27bd1cc) rgba(5f50a6cc) rgba(050406cc) 45deg
col.inactive_border = rgb(000000) col.inactive_border = rgb(000000)
} }

View File

@ -11,7 +11,7 @@ exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CUR
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
# exec-once = waybar # exec-once = waybar
exec-once = sleep 5 && /bin/bash -c "ags run ~/projects/active/dotfiles/config/astal --gtk4" exec-once = /bin/bash -c "ags run ~/projects/active/dotfiles/config/astal --gtk4"
exec-once = hypridle exec-once = hypridle
exec-once = nm-applet exec-once = nm-applet

View File

@ -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(21, 72, 129) outer_color = rgb(178, 123, 209)
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

@ -25,7 +25,7 @@ button:hover {
} }
button:focus { button:focus {
background-color: rgb(21, 72, 129); background-color: rgb(178, 123, 209);
color: rgb(230, 230, 230); color: rgb(230, 230, 230);
} }

View File

@ -40,40 +40,40 @@
/* /*
* Accent colour * Accent colour
*/ */
@define-color accent #154881; @define-color accent #B27BD1;
@define-color accent_rgba_05 rgba(21, 72, 129, 0.5); @define-color accent_rgba_05 rgba(178, 123, 209, 0.5);
@define-color accent_rgba_03 rgba(21, 72, 129, 0.3); @define-color accent_rgba_03 rgba(178, 123, 209, 0.3);
@define-color accent_rgba_02 rgba(21, 72, 129, 0.2); @define-color accent_rgba_02 rgba(178, 123, 209, 0.2);
@define-color accent_rgba_015 rgba(21, 72, 129, 0.15); @define-color accent_rgba_015 rgba(178, 123, 209, 0.15);
@define-color accent_rgba_011 rgba(21, 72, 129, 0.11); @define-color accent_rgba_011 rgba(178, 123, 209, 0.11);
@define-color accent_rgba_007 rgba(21, 72, 129, 0.07); @define-color accent_rgba_007 rgba(178, 123, 209, 0.07);
/* /*
* Accent Gradient * Accent Gradient
*/ */
@define-color accent_gradient_1 #0D2E53; @define-color accent_gradient_1 #724F86;
@define-color accent_gradient_2 #0B2542; @define-color accent_gradient_2 #5B3F6B;
@define-color accent_gradient_3 #091D35; @define-color accent_gradient_3 #493256;
@define-color accent_gradient_4 #07182A; @define-color accent_gradient_4 #3A2844;
@define-color accent_gradient_5 #061322; @define-color accent_gradient_5 #2F2037;
@define-color accent_gradient_inverse_1 #2171CA; @define-color accent_gradient_inverse_1 #FFC0FF;
@define-color accent_gradient_inverse_2 #2171CA; @define-color accent_gradient_inverse_2 #FFC0FF;
@define-color accent_gradient_inverse_3 #2171CA; @define-color accent_gradient_inverse_3 #FFC0FF;
/* /*
* Secondary accent colour * Secondary accent colour
*/ */
@define-color accent2 #ABADCD; @define-color accent2 #5F50A6;
@define-color accent2_rgba_05 rgba(171, 173, 205, 0.5); @define-color accent2_rgba_05 rgba(95, 80, 166, 0.5);
@define-color accent2_rgba_03 rgba(171, 173, 205, 0.3); @define-color accent2_rgba_03 rgba(95, 80, 166, 0.3);
@define-color accent2_rgba_02 rgba(171, 173, 205, 0.2); @define-color accent2_rgba_02 rgba(95, 80, 166, 0.2);
@define-color accent2_rgba_015 rgba(171, 173, 205, 0.15); @define-color accent2_rgba_015 rgba(95, 80, 166, 0.15);
@define-color accent2_rgba_01 rgba(171, 173, 205, 0.1); @define-color accent2_rgba_01 rgba(95, 80, 166, 0.1);
/* /*
* Tertiary accent colour * Tertiary accent colour
*/ */
@define-color accent3 #627DAB; @define-color accent3 #050406;
/* /*
* Inactive Colour * Inactive Colour