modules/home/desktop/niri/default.nix: make fuzzel more round
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -266,14 +266,14 @@ in {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
terminal = "${terminal} -e";
|
||||
terminal = terminal + " -e";
|
||||
fields = "filename,name,generic,keywords,categories,exec";
|
||||
dpi-aware = false;
|
||||
horizontal-pad = 4;
|
||||
vertical-pad = 4;
|
||||
dpi-aware = true;
|
||||
horizontal-pad = 12;
|
||||
vertical-pad = 12;
|
||||
show-actions = true;
|
||||
match-mode = "fuzzy";
|
||||
icon-theme = "${config.dconf.settings."org/gnome/desktop/interface".icon-theme}";
|
||||
icon-theme = config.dconf.settings."org/gnome/desktop/interface".icon-theme;
|
||||
};
|
||||
border = mkDefault {
|
||||
width = 3;
|
||||
|
Reference in New Issue
Block a user