mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
migrated to walker as anyrun seems deprecated
This commit is contained in:
parent
a184f9f731
commit
d79a02a266
4 changed files with 70 additions and 57 deletions
|
@ -71,6 +71,7 @@ urgent=yes
|
|||
[cursor]
|
||||
# style=block
|
||||
# color=<inverse foreground/background>
|
||||
color=232634 f2d5cf
|
||||
blink=yes
|
||||
# blink-rate=500
|
||||
# beam-thickness=1.5
|
||||
|
@ -85,7 +86,7 @@ blink=yes
|
|||
|
||||
[colors]
|
||||
# alpha=1.0
|
||||
background=20111b
|
||||
# background=20111b
|
||||
# foreground=ffffff
|
||||
# flash=7f7f00
|
||||
# flash-alpha=0.5
|
||||
|
@ -129,6 +130,39 @@ background=20111b
|
|||
# search-box-match=<regular0> <regular3> # black-on-yellow
|
||||
# urls=<regular3>
|
||||
|
||||
[colors]
|
||||
foreground=c6d0f5
|
||||
background=303446
|
||||
|
||||
regular0=51576d
|
||||
regular1=e78284
|
||||
regular2=a6d189
|
||||
regular3=e5c890
|
||||
regular4=8caaee
|
||||
regular5=f4b8e4
|
||||
regular6=81c8be
|
||||
regular7=b5bfe2
|
||||
|
||||
bright0=626880
|
||||
bright1=e78284
|
||||
bright2=a6d189
|
||||
bright3=e5c890
|
||||
bright4=8caaee
|
||||
bright5=f4b8e4
|
||||
bright6=81c8be
|
||||
bright7=a5adce
|
||||
|
||||
16=ef9f76
|
||||
17=f2d5cf
|
||||
|
||||
selection-foreground=c6d0f5
|
||||
selection-background=4f5369
|
||||
|
||||
search-box-no-match=232634 e78284
|
||||
search-box-match=c6d0f5 414559
|
||||
|
||||
jump-labels=232634 ef9f76
|
||||
urls=8caaee
|
||||
[csd]
|
||||
# preferred=server
|
||||
# size=26
|
||||
|
|
|
@ -21,7 +21,7 @@ set $term footclient
|
|||
# Your preferred application launcher
|
||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||
# on the original workspace that the command was run on.
|
||||
set $menu anyrun | xargs swaymsg exec --
|
||||
set $menu walker | xargs swaymsg exec --
|
||||
|
||||
# screenshot folder
|
||||
set $screenshot_folder ~/Images/Captures\ d\'écrans/
|
||||
|
|
|
@ -82,6 +82,7 @@
|
|||
pkgs.udiskie
|
||||
|
||||
pkgs.libsixel
|
||||
pkgs.walker
|
||||
# # You can also create simple shell scripts directly inside your
|
||||
# # configuration. For example, this adds a command 'my-hello' to your
|
||||
# # environment:
|
||||
|
@ -121,28 +122,6 @@
|
|||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
programs.anyrun = {
|
||||
enable = true;
|
||||
config = {
|
||||
hideIcons = false;
|
||||
showResultsImmediately = true;
|
||||
maxEntries = 10;
|
||||
closeOnClick = true;
|
||||
x = { fraction = 0.5; };
|
||||
y = { fraction = 0.3; };
|
||||
width = { fraction = 0.3; };
|
||||
layer = "overlay";
|
||||
plugins = [
|
||||
inputs.anyrun.packages.${pkgs.system}.applications
|
||||
inputs.anyrun.packages.${pkgs.system}.rink
|
||||
inputs.anyrun.packages.${pkgs.system}.translate
|
||||
inputs.anyrun.packages.${pkgs.system}.dictionary
|
||||
inputs.anyrun.packages.${pkgs.system}.websearch
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
programs.zoxide.enable = true;
|
||||
programs.zoxide.enableBashIntegration= true;
|
||||
programs.zoxide.options = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue