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 = {
|
programs.fuzzel = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
@ -17,6 +21,7 @@
|
||||||
vertical-pad = 20;
|
vertical-pad = 20;
|
||||||
inner-pad = 25;
|
inner-pad = 25;
|
||||||
image-size-ratio = 1;
|
image-size-ratio = 1;
|
||||||
|
prompt = "Open ";
|
||||||
};
|
};
|
||||||
colors = {
|
colors = {
|
||||||
background = "0f0b15f5";
|
background = "0f0b15f5";
|
||||||
|
|
|
||||||
3
modules/wm/fuzzel/scripts/fuzzel-cliphist.sh
Normal file
3
modules/wm/fuzzel/scripts/fuzzel-cliphist.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo "test"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue