Rofi tweaks
This commit is contained in:
parent
738f602d78
commit
cf59ebf97e
|
@ -11,15 +11,19 @@ in {
|
|||
enable = true;
|
||||
location = "center";
|
||||
pass.enable = true;
|
||||
terminal = "${pkgs.wezterm}/bin/wezterm";
|
||||
terminal = "wezterm-gui";
|
||||
plugins = with pkgs; [
|
||||
rofi-file-browser
|
||||
rofi-top
|
||||
];
|
||||
extraConfig = {
|
||||
modi = "run,drun,ssh,top,file-browser-extended,power-menu:${pkgs.rofi-power-menu}/bin/rofi-power-menu";
|
||||
sort = true;
|
||||
sorting-method = "fzf";
|
||||
matching = "fuzzy";
|
||||
icon-theme = icon-theme;
|
||||
show-icons = true;
|
||||
application-fallback-icon = "";
|
||||
drun-display-format = "{icon} {name}";
|
||||
disable-history = false;
|
||||
hide-scrollbar = true;
|
||||
|
|
Loading…
Reference in a new issue