mega north

This commit is contained in:
2024-04-09 22:56:52 +02:00
parent cb121e283c
commit c751220c33
11 changed files with 287 additions and 186 deletions

View File

@@ -2,9 +2,9 @@
let
animation-speed = "2";
transparency = rice.transparency;
gap-size = 20;
gap-size = 10;
rounding = 10;
border-width = 2;
border-width = 3;
monitors = {
xps = {
main = {
@@ -28,15 +28,15 @@ let
scale = "1.0";
};
left = {
name = "HDME-A-3";
name = "HDMI-A-3";
resolution = "1920x1080";
position = "0x180";
position = "0x360";
scale = "1.0";
};
right = {
name = "HDMI-A-3";
name = "HDMI-A-2";
resolution = "1920x1080";
position = "4480x80";
position = "4480x360";
scale = "1.0";
};
};
@@ -110,8 +110,8 @@ in
workspace =
let
d1 = if host == "NxXPS" then monitors.xps.main.name else monitors.north.main.name;
d3 = if host == "NxXPS" then monitors.xps.second.name else monitors.north.left.name;
d2 = if host == "NxXPS" then monitors.xps.main.name else monitors.north.right.name;
d2 = if host == "NxXPS" then monitors.xps.second.name else monitors.north.left.name;
d3 = if host == "NxXPS" then monitors.xps.main.name else monitors.north.right.name;
compact = ",gapsin:0,gapsout:0,rounding:0,bordersize:0";
in
[
@@ -175,8 +175,10 @@ in
gaps_in = builtins.div gap-size 2;
gaps_out = gap-size;
border_size = border-width;
"col.active_border" = "rgba(888888ff)";
"col.inactive_border" = "rgba(000000ff)";
"col.active_border" = "rgba(${rice.color.red}ff)";
"col.inactive_border" = "rgba(${rice.color.black}ff)";
cursor_inactive_timeout = 10;
layout = "dwindle";
# layout = "master";
@@ -189,8 +191,8 @@ in
shadow_range = "20";
shadow_offset = "0 0";
shadow_render_power = "4";
"col.shadow" = "rgba(000000ff)";
"col.shadow_inactive" = "rgba(00000000)";
"col.shadow" = "rgba(${rice.color.red}ff)";
"col.shadow_inactive" = "rgba(${rice.color.black}ff)";
active_opacity = "1.0";
inactive_opacity = "1.0";
@@ -204,6 +206,7 @@ in
size = "3";
passes = "2";
xray = false;
vibrancy = 0.5;
ignore_opacity = true;
};
};
@@ -269,19 +272,19 @@ in
windowrulev2 = [
"opacity ${transparency},class:^(com.chatterino.*)$"
"opacity ${transparency},class:^(chatterino)$"
"bordercolor rgba(ff00ffff) rgba(ff00ff66), pinned:1"
"bordercolor rgba(${rice.color.bright-magenta}ff) rgba(${rice.color.magenta}), pinned:1"
];
windowrule = [
"opacity ${transparency}, firefox"
# "opacity ${transparency}, firefox"
"opacity ${transparency}, code-oss"
"opacity ${transparency}, VSCodium"
"opacity ${transparency}, Code"
"opacity ${transparency}, neovide"
"opacity ${transparency}, obsidian"
"opacity ${transparency}, zathura"
"bordercolor rgba(ffffffff) rgba(000000b2), Alacritty"
"bordercolor rgba(ffffffff) rgba(000000b2), Kitty"
"bordercolor rgba(${rice.color.foreground}ff) rgba(${rice.color.background}b2), Alacritty"
"bordercolor rgba(${rice.color.foreground}ff) rgba(${rice.color.background}b2), Kitty"
"opacity ${transparency}, discord"
"opacity ${transparency}, vesktop"
"opacity ${transparency}, Element"