forked from Shinonome/omarchy-nix
Upstream updates for keybinds
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user