Replace foot with ghostty terminal

This commit is contained in:
Johannes Rothe 2024-12-28 22:39:36 +01:00
parent 34476e38ed
commit 2a8e761b6c
2 changed files with 2 additions and 32 deletions

View File

@ -5,41 +5,11 @@
brightnessctl brightnessctl
flameshot flameshot
ghostty.packages.x86_64-linux.default ghostty.packages.x86_64-linux.default
pulseaudio
swaybg swaybg
swaylock swaylock
]; ];
programs.foot = {
enable = true;
settings = {
main = {
font = "JetBrainsMono Nerd Font:size=10";
dpi-aware = "yes";
};
# nordiq from https://codeberg.org/dnkl/foot/src/branch/master/themes/
colors = {
background = "2E3440";
foreground = "D8DEE9";
regular0 = "5b6272";
regular1 = "bf616a";
regular2 = "a3be8c";
regular3 = "ebcb8b";
regular4 = "81a1c1";
regular5 = "b48ead";
regular6 = "88c0d0";
regular7 = "e5e9f0";
bright0 = "5E5C64";
bright1 = "F66151";
bright2 = "33DA7A";
bright3 = "E9AD0C";
bright4 = "2A7BDE";
bright5 = "C061CB";
bright6 = "33C7DE";
bright7 = "FFFFFF";
};
};
};
programs.rofi = { programs.rofi = {
enable = true; enable = true;
font = "Roboto Mono Nerd Font 10"; font = "Roboto Mono Nerd Font 10";
@ -205,6 +175,7 @@
"--release Print" = "exec flameshot gui"; "--release Print" = "exec flameshot gui";
"Mod1+l" = "exec swaylock -f -i ${wallpaper} -s fill"; "Mod1+l" = "exec swaylock -f -i ${wallpaper} -s fill";
"${modifier}+m" = "scratchpad show"; "${modifier}+m" = "scratchpad show";
"${modifier}+Return" = "exec ghostty";
"XF86MonBrightnessDown" = "exec light -U 10"; "XF86MonBrightnessDown" = "exec light -U 10";
"XF86MonBrightnessUp" = "exec light -A 10"; "XF86MonBrightnessUp" = "exec light -A 10";
"XF86AudioRaiseVolume" = "exec 'pactl set-sink-volume @DEFAULT_SINK@ +1%'"; "XF86AudioRaiseVolume" = "exec 'pactl set-sink-volume @DEFAULT_SINK@ +1%'";

View File

@ -96,7 +96,6 @@
evince evince
ffmpeg ffmpeg
fish fish
foot
fzf fzf
gammastep gammastep
gcc gcc