changed to rofi-emoji

This commit is contained in:
Bryan Ramos 2024-05-18 10:34:42 -04:00
parent e381c654c0
commit f1dc4d7c4b
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
3 changed files with 4 additions and 3 deletions

View file

@ -7,6 +7,9 @@ in
package = pkgs.rofi-wayland; package = pkgs.rofi-wayland;
location = "center"; location = "center";
terminal = "\${pkgs.alacritty}/bin/alacritty"; terminal = "\${pkgs.alacritty}/bin/alacritty";
plugins = with pkgs; [
rofi-emoji
];
theme = { theme = {
"*" = { "*" = {

View file

@ -81,7 +81,7 @@ in
"Shift+Print" = "exec grim -g \"$(slurp)\" ~/Pictures/screenshot-$(date +'%Y%m%d-%H%M%S').png"; "Shift+Print" = "exec grim -g \"$(slurp)\" ~/Pictures/screenshot-$(date +'%Y%m%d-%H%M%S').png";
"${modifier}+Print" = ''exec sh -c 'grim -g "$(swaymsg -t get_tree | jq -j '"'"'.. | select(.type?) | select(.focused).rect | "\(.x),\(.y) \(.width)x\(.height)"'"'"')" ~/Pictures/screenshot-$(date +'%Y%m%d-%H%M%S').png' ''; "${modifier}+Print" = ''exec sh -c 'grim -g "$(swaymsg -t get_tree | jq -j '"'"'.. | select(.type?) | select(.focused).rect | "\(.x),\(.y) \(.width)x\(.height)"'"'"')" ~/Pictures/screenshot-$(date +'%Y%m%d-%H%M%S').png' '';
"${modifier}+Shift+f" = "exec alacritty -e sh -c 'EDITOR=nvim ranger'"; "${modifier}+Shift+f" = "exec alacritty -e sh -c 'EDITOR=nvim ranger'";
"${modifier}+Shift+d" = "exec emote"; "${modifier}+Shift+d" = "exec rofi -modi emoji -show emoji";
}; };
}; };

View file

@ -46,8 +46,6 @@ in
noto-fonts noto-fonts
noto-fonts-cjk noto-fonts-cjk
noto-fonts-emoji noto-fonts-emoji
emote
]; ];
programs = { programs = {