Remove rofi-calc

This commit is contained in:
Evie Litherland-Smith 2024-01-12 11:18:32 +00:00
parent 034636605f
commit c8ba8f8fd7

View file

@ -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 ";
};
};