Better rofi
This commit is contained in:
parent
eba6ccf7e0
commit
9f1c7b60e7
6 changed files with 17 additions and 15 deletions
|
|
@ -2,7 +2,7 @@
|
|||
let palette = pkgs.lib.rice.palette.toRGBHex pkgs.rice.colorPalette;
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [ dunst rice.font.normal.package rofi ];
|
||||
home.packages = with pkgs; [ dunst rice.font.normal.package ];
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
iconTheme = {
|
||||
|
|
|
|||
|
|
@ -1,11 +1,21 @@
|
|||
{ pkgs, ... }: {
|
||||
|
||||
home.packages = with pkgs.unstable; [
|
||||
rofimoji
|
||||
rofi-bluetooth
|
||||
rofi-power-menu
|
||||
rofi-vpn
|
||||
];
|
||||
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
location = "center";
|
||||
font = "${pkgs.rice.font.monospace.name} ${
|
||||
toString pkgs.rice.font.monospace.size
|
||||
}";
|
||||
extraConfig = { modi = "drun,run,ssh,window"; };
|
||||
font = "${pkgs.rice.font.monospace.name} ${toString pkgs.rice.font.monospace.size}";
|
||||
package = pkgs.unstable.rofi;
|
||||
plugins = with pkgs.unstable;[
|
||||
rofi-calc
|
||||
];
|
||||
extraConfig = { modi = "drun,run,ssh,window,calc"; };
|
||||
terminal = "kitty";
|
||||
theme = "onedark";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = [ pkgs.rofimoji ];
|
||||
|
||||
xdg.configFile."rofimoji.rc".text = ''
|
||||
action=copy
|
||||
skin-tone=light
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue