configures fuzzel scripts
This commit is contained in:
parent
f574663541
commit
5c28fcff69
2 changed files with 9 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
xdg.configFile."fuzzel/bin" = {
|
||||
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/dev/nix-config/modules/wm/fuzzel/scripts";
|
||||
};
|
||||
|
||||
programs.fuzzel = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
@ -17,6 +21,7 @@
|
|||
vertical-pad = 20;
|
||||
inner-pad = 25;
|
||||
image-size-ratio = 1;
|
||||
prompt = "Open ";
|
||||
};
|
||||
colors = {
|
||||
background = "0f0b15f5";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue