[Build] Rebuild

This commit is contained in:
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 {
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)
}

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 = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
# 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 = nm-applet

View File

@@ -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(21, 72, 129)
outer_color = rgb(178, 123, 209)
inner_color = rgb(200, 200, 200)
font_color = rgb(10, 10, 10)
fade_on_empty = true

View File

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