2024-11-13 18:44 : id 127

This commit is contained in:
deadvey 2024-11-13 18:51:55 +00:00
parent c7205b3d8b
commit 13149efb40

View File

@ -15,8 +15,8 @@ let
TERMINAL = "kitty"; TERMINAL = "kitty";
# Numbers # Numbers
GAPS_IN = "10"; GAPS_IN = "20";
GAPS_OUT = "20"; GAPS_OUT = "40";
BORDER_WIDTH = "2"; BORDER_WIDTH = "2";
CORNER_RADIUS = "10"; CORNER_RADIUS = "10";
WAYBAR_CORNER_RADIUS = "15"; WAYBAR_CORNER_RADIUS = "15";
@ -241,6 +241,12 @@ in
offset = "${GAPS_OUT}x${GAPS_OUT}"; offset = "${GAPS_OUT}x${GAPS_OUT}";
origin = "${DUNST_ORIGIN}"; origin = "${DUNST_ORIGIN}";
font = "${FONT}"; font = "${FONT}";
corner_radius = "${CORNER_RADIUS}";
};
urgency_normal = {
background = "${BLUE}";
foreground = "${FG}";
frame_color = "${DARK_BLUE}";
}; };
}; };
}; };
@ -257,7 +263,7 @@ in
exec-once="hypridle"; exec-once="hypridle";
exec-once="dunst"; exec-once="dunst";
''; '';
settings = { settings = #DB542F{
"$mod" = "SUPER"; "$mod" = "SUPER";
general = { general = {
gaps_in = "${GAPS_IN}"; gaps_in = "${GAPS_IN}";
@ -284,7 +290,7 @@ in
"$mod, P, exec, grimshot copy area" "$mod, P, exec, grimshot copy area"
"$mod, L, exec, hyprlock" "$mod, L, exec, hyprlock"
"$mod, C, killactive" "$mod, C, killactive"
"$mod, O, exec, hyprpicker" "$mod, O, exec, hyprpicker -a"
"$mod, M, fullscreen, 1" "$mod, M, fullscreen, 1"
"$mod SHIFT, E, exit" "$mod SHIFT, E, exit"
"$mod, J, togglesplit," "$mod, J, togglesplit,"