diff --git a/modules/home/desktop/niri/programs/walker/default.nix b/modules/home/desktop/niri/programs/walker/default.nix index 3e53fac..5c04aff 100644 --- a/modules/home/desktop/niri/programs/walker/default.nix +++ b/modules/home/desktop/niri/programs/walker/default.nix @@ -8,9 +8,13 @@ runAsService = true; config = { activation_mode.labels = "neiotsra"; - # theme = "stylix"; as_window = false; - disabled = ["clipboard"]; + disabled = [ + "clipboard" + "translation" + "custom_commands" + "bookmarks" + ]; builtins = { applications = { actions.enabled = true; @@ -19,10 +23,10 @@ placeholder = "Applications"; prioritize_new = true; refresh = true; - show_generic = false; + show_generic = true; show_icon_when_single = true; show_sub_when_single = true; - weight = 5; + weight = 10; }; calc = { icon = "accessories-calculator"; @@ -44,7 +48,7 @@ name = "commands"; placeholder = "Commands"; switcher_only = true; - weight = 5; + weight = 8; }; custom_commands = { icon = "utilities-terminal"; @@ -112,7 +116,7 @@ icon = "view-restore"; name = "windows"; placeholder = "Windows"; - weight = 5; + weight = 10; }; }; disable_click_to_close = false; @@ -161,7 +165,7 @@ list = { margins = { bottom = 8; - top = 8; + top = 4; start = 8; end = 8; }; @@ -234,11 +238,11 @@ border-radius: 20px; border-width: 4px; border-color: @base0D; - background: @base01; + background: @base00; } #search { - background: @base02; + background: @base01; border-radius: 12px 12px 6px 6px; padding: 8px; } @@ -268,7 +272,7 @@ #list { padding: 8px; border-radius: 6px 6px 12px 12px; - background: @base02; + background: @base01; } child { @@ -279,7 +283,7 @@ child:hover { box-shadow: none; border-radius: 8px; - background: @base03; + background: @base02; } #item {