Upstream updates for keybinds

This commit is contained in:
Henry Sipp
2025-07-08 20:19:06 -05:00
parent c59e104441
commit d29aed71f8
5 changed files with 51 additions and 3 deletions
+6
View File
@@ -26,6 +26,12 @@ in {
(import ./zsh.nix)
];
home.file = {
".local/share/omarchy/bin" = {
source = ../../bin;
recursive = true;
};
};
home.packages = packages.homePackages;
colorScheme = inputs.nix-colors.colorSchemes.${selectedTheme.base16-theme};
@@ -21,6 +21,8 @@ in {
"SUPER SHIFT, ESCAPE, exit,"
"SUPER CTRL, ESCAPE, exec, reboot"
"SUPER SHIFT CTRL, ESCAPE, exec, systemctl poweroff"
"SUPER, K, exec, ~/.local/share/omarchy/bin/omarchy-show-keybindings"
# Control tiling
"SUPER, J, togglesplit, # dwindle"
@@ -21,7 +21,7 @@ in {
"$browser" = lib.mkDefault "chromium --new-window --ozone-platform=wayland";
"$music" = lib.mkDefault "spotify";
"$passwordManager" = lib.mkDefault "1password";
"$messenger" = lib.mkDefault "signal-desktop";
"$messenger" = lib.mkDefault "tdesktop";
"$webapp" = lib.mkDefault "$browser --app";
monitor = cfg.monitors;
+2 -2
View File
@@ -21,7 +21,6 @@ in {
};
auth = {
fingerprint.enabled = true;
fingerprint.placeholder_text = "Enter Password 󰈷";
};
background = {
monitor = "";
@@ -46,7 +45,8 @@ in {
font_color = foregroundRgb;
placeholder_color = foregroundMutedRgb;
placeholder_text = "Enter Password";
# placeholder_text = "Enter Password";
placeholder_text = "Enter Password 󰈷";
check_color = "rgba(131, 192, 146, 1.0)";
fail_text = "Wrong";