hyprland window border and waybar border are now more visually consistent
This commit is contained in:
@@ -3,12 +3,13 @@
|
|||||||
screenshot_bind =
|
screenshot_bind =
|
||||||
if desktop
|
if desktop
|
||||||
then [
|
then [
|
||||||
# My laptop does not have a printscreen button
|
|
||||||
"super, print, exec, grimblast copy area"
|
"super, print, exec, grimblast copy area"
|
||||||
]
|
]
|
||||||
else [
|
else [
|
||||||
|
# My laptop does not have a printscreen button
|
||||||
"super, insert, exec, grimblast copy area"
|
"super, insert, exec, grimblast copy area"
|
||||||
];
|
];
|
||||||
|
scheme = config.lib.stylix.colors;
|
||||||
in {
|
in {
|
||||||
options = {
|
options = {
|
||||||
hyprlandConfig.enable = lib.mkEnableOption "enables my hyprland config";
|
hyprlandConfig.enable = lib.mkEnableOption "enables my hyprland config";
|
||||||
@@ -101,9 +102,9 @@ in {
|
|||||||
layout = "dwindle";
|
layout = "dwindle";
|
||||||
gaps_in = 4;
|
gaps_in = 4;
|
||||||
gaps_out = 8;
|
gaps_out = 8;
|
||||||
border_size = 2;
|
border_size = 3;
|
||||||
#"col.inactive_border" = "0xff${scheme.base01}";
|
#"col.inactive_border" = "0xff${scheme.base01}";
|
||||||
#"col.active_border" = "0xff${scheme.base0F}";
|
"col.active_border" = lib.mkForce "0xff${scheme.base0F}";
|
||||||
border_part_of_window = false;
|
border_part_of_window = false;
|
||||||
no_border_on_floating = false;
|
no_border_on_floating = false;
|
||||||
};
|
};
|
||||||
@@ -134,16 +135,16 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 20;
|
rounding = 16;
|
||||||
# active_opacity = 0.90;
|
# active_opacity = 0.90;
|
||||||
# inactive_opacity = 0.90;
|
inactive_opacity = 0.90;
|
||||||
# fullscreen_opacity = 1.0;
|
fullscreen_opacity = 1.0;
|
||||||
|
|
||||||
blur = {
|
blur = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
# size = 1;
|
# size = 1;
|
||||||
# passes = 1;
|
# passes = 1;
|
||||||
size = 4;
|
size = 2;
|
||||||
passes = 1;
|
passes = 1;
|
||||||
brightness = 1;
|
brightness = 1;
|
||||||
contrast = 1.400;
|
contrast = 1.400;
|
||||||
|
|||||||
@@ -459,7 +459,7 @@ in {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
color: #${colors.color4};
|
color: #${colors.color1};
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -481,11 +481,11 @@ in {
|
|||||||
#backlight-slider highlight,
|
#backlight-slider highlight,
|
||||||
#pulseaudio-slider highlight {
|
#pulseaudio-slider highlight {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background-color: #${colors.color3};
|
background-color: #${colors.color4};
|
||||||
}
|
}
|
||||||
|
|
||||||
#network {
|
#network {
|
||||||
color: #${colors.color3};
|
color: #${colors.color1};
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
background: #${bg.dark};
|
background: #${bg.dark};
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
|
|||||||
Reference in New Issue
Block a user