aesthetic tweaks
This commit is contained in:
parent
2de8b374f9
commit
1a87a74cf5
|
@ -1313,7 +1313,7 @@ in {
|
||||||
progress_bar_frame_width = 1;
|
progress_bar_frame_width = 1;
|
||||||
progress_bar_min_width = 150;
|
progress_bar_min_width = 150;
|
||||||
progress_bar_max_width = 300;
|
progress_bar_max_width = 300;
|
||||||
transparency = 10;
|
transparency = 30;
|
||||||
separator_height = 2;
|
separator_height = 2;
|
||||||
padding = 10;
|
padding = 10;
|
||||||
horizontal_padding = 8;
|
horizontal_padding = 8;
|
||||||
|
@ -1334,19 +1334,19 @@ in {
|
||||||
dmenu = "${pkgs.rofi}/bin/rofi -dmenu -p dunst:";
|
dmenu = "${pkgs.rofi}/bin/rofi -dmenu -p dunst:";
|
||||||
};
|
};
|
||||||
urgency_low = {
|
urgency_low = {
|
||||||
background = "#282a36";
|
background = "#282a36aa";
|
||||||
foreground = "#57c7ff";
|
foreground = "#57c7ff";
|
||||||
timeout = 10;
|
timeout = 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_normal = {
|
urgency_normal = {
|
||||||
background = "#282a36";
|
background = "#282a36aa";
|
||||||
foreground = "#5af78e";
|
foreground = "#5af78e";
|
||||||
timeout = 10;
|
timeout = 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_critical = {
|
urgency_critical = {
|
||||||
background = "#282a36";
|
background = "#282a36aa";
|
||||||
foreground = "#ff5c57";
|
foreground = "#ff5c57";
|
||||||
frame_color = "#ff0000";
|
frame_color = "#ff0000";
|
||||||
timeout = 0;
|
timeout = 0;
|
||||||
|
|
|
@ -6,12 +6,15 @@ in
|
||||||
{
|
{
|
||||||
home.file.".config/hypr/hyprlock.conf" = {
|
home.file.".config/hypr/hyprlock.conf" = {
|
||||||
text = ''
|
text = ''
|
||||||
|
auth {
|
||||||
|
fingerprint:enable = false
|
||||||
|
}
|
||||||
background {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
path = /home/chris/pics/wallpapers/nixorange.png # only png supported for now
|
path = /home/chris/pics/wallpapers/tech.jpg # only png supported for now
|
||||||
blur_passes = 3 # 0 disables blurring
|
blur_passes = 3 # 0 disables blurring
|
||||||
blur_size = 7
|
blur_size = 12
|
||||||
noise = 0.0117
|
noise = 0.1
|
||||||
contrast = 0.8916
|
contrast = 0.8916
|
||||||
brightness = 0.8172
|
brightness = 0.8172
|
||||||
vibrancy = 0.1696
|
vibrancy = 0.1696
|
||||||
|
@ -19,22 +22,22 @@ in
|
||||||
}
|
}
|
||||||
input-field {
|
input-field {
|
||||||
monitor =
|
monitor =
|
||||||
size = 200, 50
|
size = 400, 50
|
||||||
outline_thickness = 3
|
outline_thickness = 2
|
||||||
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
|
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_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
|
||||||
dots_center = false
|
dots_center = true
|
||||||
dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
|
dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
|
||||||
outer_color = rgb(151515)
|
outer_color = rgb(90, 247, 142)
|
||||||
inner_color = rgb(200, 200, 200)
|
inner_color = rgb(40, 42, 54)
|
||||||
font_color = rgb(10, 10, 10)
|
font_color = rgb(90, 247, 142)
|
||||||
fade_on_empty = true
|
fade_on_empty = true
|
||||||
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
|
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
|
||||||
placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
|
placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
|
||||||
hide_input = false
|
hide_input = false
|
||||||
rounding = -1 # -1 means complete rounding (circle/oval)
|
rounding = -1 # -1 means complete rounding (circle/oval)
|
||||||
check_color = rgb(204, 136, 34)
|
check_color = rgb(255, 159, 67)
|
||||||
fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
|
fail_color = rgb(255, 92, 87) # if authentication failed, changes outer_color and fail message color
|
||||||
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> # can be set to empty
|
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> # can be set to empty
|
||||||
fail_transition = 300 # transition time in ms between normal outer_color and fail_color
|
fail_transition = 300 # transition time in ms between normal outer_color and fail_color
|
||||||
capslock_color = -1
|
capslock_color = -1
|
||||||
|
@ -149,7 +152,7 @@ in
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 18;
|
rounding = 18;
|
||||||
# multisample_edges=true
|
# multisample_edges=true
|
||||||
active_opacity = 0.97;
|
active_opacity = 0.90;
|
||||||
inactive_opacity = 0.70;
|
inactive_opacity = 0.70;
|
||||||
fullscreen_opacity = 1.0;
|
fullscreen_opacity = 1.0;
|
||||||
|
|
||||||
|
@ -176,6 +179,18 @@ in
|
||||||
dim_special = 0;
|
dim_special = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
group = {
|
||||||
|
"col.border_active" = "rgba(282a3600) rgba(57c7ff00) rgba(5af78e00) 45deg";
|
||||||
|
"col.border_inactive" = "rgba(282a3655) rgba(57c7ff55) rgba(5af78e55) 45deg";
|
||||||
|
groupbar = {
|
||||||
|
rounding = 16;
|
||||||
|
gradients = true;
|
||||||
|
gradient_rounding = 12;
|
||||||
|
"col.active" = "rgba(282a36ff)";
|
||||||
|
"col.inactive" = "rgba(282a3655)";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
bezier = "snapslide,0.07,0.66,0.04,1.02";
|
bezier = "snapslide,0.07,0.66,0.04,1.02";
|
||||||
|
|
||||||
animations = {
|
animations = {
|
||||||
|
@ -295,7 +310,7 @@ in
|
||||||
"SUPERSHIFT,Left,moveintogroup,left"
|
"SUPERSHIFT,Left,moveintogroup,left"
|
||||||
"SUPERSHIFT,Up,moveintogroup,up"
|
"SUPERSHIFT,Up,moveintogroup,up"
|
||||||
"SUPERSHIFT,Down,moveintogroup,down"
|
"SUPERSHIFT,Down,moveintogroup,down"
|
||||||
"SUPERALT,g,togglegroup"
|
"SUPERSHIFT,g,togglegroup"
|
||||||
|
|
||||||
"SUPER,1,workspace,1"
|
"SUPER,1,workspace,1"
|
||||||
"SUPER,2,workspace,2"
|
"SUPER,2,workspace,2"
|
||||||
|
@ -330,7 +345,7 @@ in
|
||||||
"SUPERALT,a,movetoworkspace,special:agenda"
|
"SUPERALT,a,movetoworkspace,special:agenda"
|
||||||
"SUPER,g,togglespecialworkspace,agenda"
|
"SUPER,g,togglespecialworkspace,agenda"
|
||||||
|
|
||||||
"SUPERSHIFT,g,exec,waybar.sh"
|
# "SUPERSHIFT,g,exec,waybar.sh"
|
||||||
"SUPERALT,n,exec,eww update rightside=true"
|
"SUPERALT,n,exec,eww update rightside=true"
|
||||||
"SUPERCTRL,f,exec,forms-fill.sh"
|
"SUPERCTRL,f,exec,forms-fill.sh"
|
||||||
];
|
];
|
||||||
|
@ -359,9 +374,13 @@ in
|
||||||
# Blur waybar
|
# Blur waybar
|
||||||
# blurls = "gtk-layer-shell";
|
# blurls = "gtk-layer-shell";
|
||||||
layerrule = [
|
layerrule = [
|
||||||
# "blur, gtk-layer-shell"
|
"blur, notifications"
|
||||||
|
# "blur, panel"
|
||||||
|
"ignorezero, notifications"
|
||||||
|
"ignorezero, panel"
|
||||||
"ignorezero, gtk-layer-shell"
|
"ignorezero, gtk-layer-shell"
|
||||||
"animation snapslide, gtk-layer-shell"
|
"animation snapslide, gtk-layer-shell"
|
||||||
|
"animation snapslide, panel"
|
||||||
];
|
];
|
||||||
# blurls=notifications
|
# blurls=notifications
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue