Remove rofi-calc
This commit is contained in:
parent
034636605f
commit
c8ba8f8fd7
|
@ -46,12 +46,11 @@
|
|||
USERNAME_field='login'
|
||||
'';
|
||||
};
|
||||
plugins = with pkgs; [ rofi-calc ];
|
||||
extraConfig = let
|
||||
power-menu = "power-menu:${pkgs.rofi-power-menu}/bin/rofi-power-menu";
|
||||
in {
|
||||
modi = "window,run,drun,ssh,calc,${power-menu},combi";
|
||||
combi-modi = "window,drun,ssh,calc";
|
||||
modi = "window,run,drun,ssh,${power-menu},combi";
|
||||
combi-modi = "window,drun,ssh";
|
||||
sidebar-mode = true;
|
||||
sort = true;
|
||||
sorting-method = "fzf";
|
||||
|
@ -66,7 +65,6 @@
|
|||
display-run = " Run ";
|
||||
display-drun = " Launch ";
|
||||
display-ssh = " SSH ";
|
||||
display-calc = " Calculator ";
|
||||
display-combi = " Combi ";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue