Niri stuff
This commit is contained in:
20
users/configs/desktop/fuzzel/default.nix
Normal file
20
users/configs/desktop/fuzzel/default.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{pkgs, ...}:
|
||||
{
|
||||
programs.fuzzel = {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
include = "${./green.ini}";
|
||||
|
||||
font = "Iosevka Nerd Font Propo:size=16";
|
||||
|
||||
width = 60;
|
||||
lines = 15;
|
||||
};
|
||||
border = {
|
||||
width = 3;
|
||||
radius = 15;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
12
users/configs/desktop/fuzzel/green.ini
Normal file
12
users/configs/desktop/fuzzel/green.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=24273add
|
||||
text=cad3f5ff
|
||||
prompt=b8c0e0ff
|
||||
placeholder=8087a2ff
|
||||
input=cad3f5ff
|
||||
match=a6da95ff
|
||||
selection=5b6078ff
|
||||
selection-text=cad3f5ff
|
||||
selection-match=a6da95ff
|
||||
counter=8087a2ff
|
||||
border=a6da95ff
|
||||
Reference in New Issue
Block a user