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