foot

Changed files
+30 -7
home
modules
+22
home/foot.ini
···
+
font=monospace:size=11
+
+
[colors]
+
background=282828
+
foreground=d4be98
+
alpha=0.8
+
regular0=3c3836
+
regular1=ea6962
+
regular2=a9b665
+
regular3=d8a657
+
regular4=7daea3
+
regular5=d3869b
+
regular6=89b482
+
regular7=d4be98
+
bright0=3c3836
+
bright1=ea6962
+
bright2=a9b665
+
bright3=d8a657
+
bright4=7daea3
+
bright5=d3869b
+
bright6=89b482
+
bright7=d4be98
+5 -4
home/gui.nix
···
WALLPAPER = let wallpaper = ./wallpaper.jpg;
in pkgs.runCommand (builtins.baseNameOf wallpaper) { }
"cp ${wallpaper} $out";
-
TERMINAL = "alacritty";
+
TERMINAL = "foot";
};
pointerCursor = {
name = "Adwaita";
···
nvim = {
name = "Neovim";
genericName = "Text Editor";
-
exec = "alacritty -e nvim %F";
+
exec = "foot -e nvim %F";
terminal = false;
categories = [ "Application" "Utility" "TextEditor" ];
icon = "nvim";
···
aerc = {
name = "aerc";
genericName = "Mail Client";
-
exec = "alacritty -e aerc";
+
exec = "foot -e aerc";
terminal = false;
categories = [ "Office" "Network" "Email" "ConsoleOnly" ];
icon = "utilities-terminal";
···
ranger = {
name = "ranger";
type = "Application";
-
exec = "alacritty -e ranger";
+
exec = "foot -e ranger";
terminal = false;
categories = [ "ConsoleOnly" "System" "FileTools" "FileManager" ];
icon = "utilities-terminal";
···
"Thunar/uca.xml".source = ./thunar.xml;
"fontconfig/fonts.conf".source = ./fonts.conf;
"alacritty.toml".source = ./alacritty.toml;
+
"foot/foot.ini".source = ./foot.ini;
"Element/config.json".source = ./element.json;
"swappy/config".text = ''
[Default]
+1 -1
home/wm/config
···
set $mod Mod4
set $alt Mod1
-
set $term alacritty -e tmux
+
set $term foot -e tmux
set $browser exec firefox
set $SCRIPT_DIR $HOME/.config/@wm@/scripts
+1 -1
modules/gui/i3.nix
···
xss-lock
xsecurelock
redshift
-
alacritty
+
foot
rofi
dconf
rofimoji
+1 -1
modules/gui/sway.nix
···
wtype
gammastep
waybar
-
alacritty
+
foot
wofi
wofi-emoji
wdisplays