[Build] Done

This commit is contained in:
2025-04-25 15:36:22 +02:00
parent db16e830d1
commit 0b349fb038
12 changed files with 379 additions and 60 deletions

View File

@@ -1,4 +1,4 @@
$fg-color: #0ADCFF;
$bg-color: #0A0032;
$accent-color: #CFDCEA;
$accent-color-2: #686659;
$fg-color: #C8DCFF;
$bg-color: #0A0A0F;
$accent-color: #0B0B0B;
$accent-color-2: #F0F4F5;

View File

@@ -5,7 +5,7 @@
# ────────────────────────────────────────────────────────────────────
general {
col.active_border = rgb( 207, 220, 234 ) rgb( 104, 102, 89 ) rgb( 108, 176, 234 ) 45deg
col.active_border = rgb( 11, 11, 11 ) rgb( 240, 244, 245 ) rgb( 82, 89, 93 ) 45deg
col.inactive_border = rgb( 200, 200, 200 )
}

View File

@@ -119,5 +119,3 @@ windowrule = idleinhibit focus, class:vlc
windowrule = idleinhibit focus, class:supertuxkart
windowrule = idleinhibit fullscreen, title:^(.*)(Discord)(.*)$
windowrule = idleinhibit fullscreen, title:^(.*)(~)(.*)$
windowrule = idleinhibit focus, title:^(.*)(~)(.*)$
windowrule = idleinhibit focus, title:^(.*)(LibreWolf)(.*)$

View File

@@ -18,7 +18,7 @@ general {
# └ ┘
background {
monitor =
path = /home/janis/NextCloud/Wallpapers/H125-AirZermatt.jpg # Or screenshot
path = /home/janis/NextCloud/Wallpapers/arch/arch-simple.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( 207, 220, 234 )
outer_color = rgb( 11, 11, 11 )
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, 0, 50, 0.5 );
background-color: rgba( 10, 10, 15, 0.5 );
}
button {
@@ -25,7 +25,7 @@ button:hover {
}
button:focus {
background-color: rgb( 207, 220, 234 );
background-color: rgb( 11, 11, 11 );
color: ;
}