[Build] Do full build

This commit is contained in:
2025-04-25 16:16:14 +02:00
parent 0b349fb038
commit 7f21fb3ee3
17 changed files with 141 additions and 111 deletions

View File

@@ -1,4 +1,4 @@
$fg-color: #C8DCFF;
$bg-color: #0A0A0F;
$accent-color: #0B0B0B;
$accent-color-2: #F0F4F5;
$fg-color: #E6E6E6;
$bg-color: #141414;
$accent-color: #154881;
$accent-color-2: #ABADCD;

View File

@@ -4,13 +4,15 @@
# ╰────────────────────────────────────────────────╯
# ────────────────────────────────────────────────────────────────────
exec = swaybg -m fill -i /home/janis/NextCloud/Wallpapers/arch-matterhorn.jpg
general {
col.active_border = rgb( 11, 11, 11 ) rgb( 240, 244, 245 ) rgb( 82, 89, 93 ) 45deg
col.inactive_border = rgb( 200, 200, 200 )
col.active_border = rgba(154881cc) rgba(abadcdcc) rgba(627dabcc) 45deg
col.inactive_border = rgb(000000)
}
decoration {
shadow {
color =
color = rgb(282828)
}
}

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 = 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
@@ -64,10 +64,10 @@ general {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
gaps_in = 3
gaps_out = 10
gaps_out = 4
border_size = 1
col.active_border = rgba(cc5c00ff) rgba(cc5c00ff) rgba(ff0000ff) 45deg
col.inactive_border = rgba(595959aa)
# col.active_border = rgba(cc5c00ff) rgba(cc5c00ff) rgba(ff0000ff) 45deg
# col.inactive_border = rgba(595959aa)
layout = master
no_border_on_floating = false
@@ -81,7 +81,7 @@ decoration {
shadow {
enabled = true
range = 4
color = rgba(1a1a1aee)
# color = rgba(1a1a1aee)
}
blur {

View File

@@ -5,12 +5,12 @@
# ────────────────────────────────────────────────────────────────────
# Display full sized (without gaps), if only window on screen
workspace = w[tv1], gapsout:0, gapsin:0
workspace = f[1], gapsout:0, gapsin:0
windowrule = bordersize 0, floating:0, onworkspace:w[tv1]
windowrule = rounding 0, floating:0, onworkspace:w[tv1]
windowrule = bordersize 0, floating:0, onworkspace:f[1]
windowrule = rounding 0, floating:0, onworkspace:f[1]
# workspace = w[tv1], gapsout:0, gapsin:0
# workspace = f[1], gapsout:0, gapsin:0
# windowrule = bordersize 0, floating:0, onworkspace:w[tv1]
# windowrule = rounding 0, floating:0, onworkspace:w[tv1]
# windowrule = bordersize 0, floating:0, onworkspace:f[1]
# windowrule = rounding 0, floating:0, onworkspace:f[1]
$mainMod = SUPER

View File

@@ -24,7 +24,7 @@ monitor=DP-2, 1920x1080@75, 1920x0, 1
# exec = swaybg -m fill -i /mnt/storage/SORTED/Pictures/Wallpapers/wallpaper/arch-bg-matterhorn.jpg
exec = swaybg -m fill -i /mnt/storage/SORTED/Pictures/Wallpapers/McLaren/main_livery_upscaled.jpg
# exec = swaybg -m fill -i /mnt/storage/SORTED/Pictures/Wallpapers/McLaren/main_livery_upscaled.jpg
source=./hyprland/binds.conf

View File

@@ -22,7 +22,7 @@ monitor=eDP-1, 2880x1800@60, 0x0, 1.5
# monitor=,highres highrr, auto, 1
exec = swaybg -m fill -i /home/janis/Pictures/arch-bg.png
# exec = swaybg -m fill -i /home/janis/Pictures/arch-bg.png
source=./hyprland/binds.conf

View File

@@ -18,7 +18,7 @@ general {
# └ ┘
background {
monitor =
path = /home/janis/NextCloud/Wallpapers/arch/arch-simple.jpg # Or screenshot
path = /home/janis/NextCloud/Wallpapers/arch-matterhorn.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( 11, 11, 11 )
outer_color = rgb(21, 72, 129)
inner_color = rgb(200, 200, 200)
font_color = rgb(10, 10, 10)
fade_on_empty = true

View File

@@ -7,7 +7,7 @@ window {
font-family: monospace;
font-size: 14pt;
color: #ffffff; /* text */
background-color: rgba( 10, 10, 15, 0.5 );
background-color: rgba(20, 20, 20, 0.5);
}
button {
@@ -25,8 +25,8 @@ button:hover {
}
button:focus {
background-color: rgb( 11, 11, 11 );
color: ;
background-color: rgb(21, 72, 129);
color: rgb(230, 230, 230);
}
#lock {

View File

@@ -1,2 +1,2 @@
[flavor]
use = tokyo-night
use = "vscode-dark-modern"