mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-25 10:17:31 -05:00
More changes for last commit
This commit is contained in:
@@ -15,6 +15,7 @@ in {
|
||||
# "SUPER SHIFT CTRL, SPACE, exec, ~/.local/share/omarchy/bin/omarchy-theme-next"
|
||||
|
||||
"SUPER, W, killactive,"
|
||||
"SUPER, Backspace, killactive,"
|
||||
|
||||
# End active session
|
||||
"SUPER, ESCAPE, exec, hyprlock"
|
||||
|
||||
@@ -30,18 +30,17 @@ in {
|
||||
rounding = 4;
|
||||
|
||||
shadow = {
|
||||
enabled = true;
|
||||
range = 14;
|
||||
enabled = false;
|
||||
range = 30;
|
||||
render_power = 3;
|
||||
ignore_window = true;
|
||||
color = "rgba(00000045)";
|
||||
# color = hexToRgba config.colorScheme.palette.base00 "ee";
|
||||
};
|
||||
|
||||
blur = {
|
||||
enabled = true;
|
||||
size = 3;
|
||||
passes = 1;
|
||||
size = 5;
|
||||
passes = 2;
|
||||
|
||||
vibrancy = 0.1696;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user