Revert "Swap alacritty for foot (terminal)"

This reverts commit 48793f9718.
This commit is contained in:
Evie Litherland-Smith 2024-07-09 11:59:23 +01:00
parent 6595543ac0
commit 1f71cdfcd1
5 changed files with 11 additions and 11 deletions

View file

@ -7,7 +7,7 @@
}: { }: {
imports = [ imports = [
./sway/default.nix ./sway/default.nix
./foot/default.nix ./alacritty/default.nix
./avizo/default.nix ./avizo/default.nix
./fuzzel/default.nix ./fuzzel/default.nix
./swaylock/default.nix ./swaylock/default.nix

View file

@ -17,10 +17,10 @@
fuzzy = true; fuzzy = true;
filter-desktop = true; filter-desktop = true;
terminal = with config.programs; "${ terminal = with config.programs; "${
if foot.enable if alacritty.enable
then foot.package then alacritty.package
else pkgs.foot else pkgs.alacritty
}/bin/foot -e"; }/bin/alacritty -e";
lines = 24; lines = 24;
width = 80; width = 80;
tabs = 4; tabs = 4;

View file

@ -9,10 +9,10 @@
enable = true; enable = true;
package = pkgs.rofi-wayland; package = pkgs.rofi-wayland;
terminal = with config.programs; "${ terminal = with config.programs; "${
if foot.enable if alacritty.enable
then foot.package then alacritty.package
else pkgs.foot else pkgs.alacritty
}/bin/foot"; }/bin/alacritty";
font = fonts.monospace.name; font = fonts.monospace.name;
location = "center"; location = "center";
plugins = with pkgs; [rofi-emoji]; plugins = with pkgs; [rofi-emoji];

View file

@ -39,7 +39,7 @@ in {
}; };
}; };
modifier = "Mod4"; modifier = "Mod4";
terminal = "${config.programs.foot.package}/bin/foot"; terminal = "${config.programs.alacritty.package}/bin/alacritty";
menu = "${config.programs.fuzzel.package}/bin/fuzzel"; menu = "${config.programs.fuzzel.package}/bin/fuzzel";
workspaceAutoBackAndForth = true; workspaceAutoBackAndForth = true;
bars = []; bars = [];

View file

@ -63,7 +63,7 @@
"max-length" = 50; "max-length" = 50;
"rewrite" = { "rewrite" = {
"(.*) - GNU Emacs at (.*)" = " $1 [$2]"; "(.*) - GNU Emacs at (.*)" = " $1 [$2]";
"(foot.*)" = " $1"; "(alacritty.*)" = " $1";
"(.*) - mpv" = "󰦟 $1"; "(.*) - mpv" = "󰦟 $1";
"swayimg: (.*)" = "󰋩 $1"; "swayimg: (.*)" = "󰋩 $1";
"(btm)" = " Resource Usage [$1]"; "(btm)" = " Resource Usage [$1]";