Skip to content

Commit

Permalink
eww and foot
Browse files Browse the repository at this point in the history
  • Loading branch information
number5 committed Aug 21, 2024
1 parent 2d045ce commit 12dd6cd
Show file tree
Hide file tree
Showing 22 changed files with 774 additions and 838 deletions.
1 change: 1 addition & 0 deletions home/modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ inputs: {
"dunst" = import ./dunst inputs;
"anyrun" = import ./anyrun inputs;
"eww" = import ./wayland/eww inputs;
"foot" = import ./foot inputs;
}
21 changes: 21 additions & 0 deletions home/modules/foot/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
_: {pkgs, ...}: let
fontSize = "14";
in {
# lightweight wayland terminal emulator
programs.foot = {
enable = true;
server.enable = true;
settings = {
main = {
shell = "${pkgs.zsh}/bin/zsh";
font = "JetBrainsMono Nerdfont:size=${fontSize}";
pad = "12x12";
dpi-aware = "yes";
selection-target = "both";
};
colors = {
alpha = 0.5;
};
};
};
}
88 changes: 0 additions & 88 deletions home/modules/wayland/eww/config/audio.fish

This file was deleted.

59 changes: 0 additions & 59 deletions home/modules/wayland/eww/config/bar.sh

This file was deleted.

Loading

0 comments on commit 12dd6cd

Please sign in to comment.