Rofi tweaks

This commit is contained in:
Evie Litherland-Smith 2023-07-18 10:11:38 +01:00
parent 738f602d78
commit cf59ebf97e

View file

@ -11,15 +11,19 @@ in {
enable = true; enable = true;
location = "center"; location = "center";
pass.enable = true; pass.enable = true;
terminal = "${pkgs.wezterm}/bin/wezterm"; terminal = "wezterm-gui";
plugins = with pkgs; [ plugins = with pkgs; [
rofi-file-browser rofi-file-browser
rofi-top rofi-top
]; ];
extraConfig = { extraConfig = {
modi = "run,drun,ssh,top,file-browser-extended,power-menu:${pkgs.rofi-power-menu}/bin/rofi-power-menu"; 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; icon-theme = icon-theme;
show-icons = true; show-icons = true;
application-fallback-icon = "󰣆";
drun-display-format = "{icon} {name}"; drun-display-format = "{icon} {name}";
disable-history = false; disable-history = false;
hide-scrollbar = true; hide-scrollbar = true;