Swap alacritty for foot (terminal)

This commit is contained in:
Evie Litherland-Smith 2024-07-09 07:28:05 +01:00
parent f80f3a8bdd
commit 48793f9718
6 changed files with 12 additions and 17 deletions

View file

@ -1,6 +1 @@
{...}: {
imports = [
./nyxt.nix
./firefox.nix
];
}
{...}: {imports = [./firefox.nix];}

View file

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

View file

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

View file

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

View file

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

View file

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