diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/by-name/fi/fish/config/01_show-task.fish (renamed from modules/home.legacy/conf/alacritty/toml/font.toml) | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/modules/home.legacy/conf/alacritty/toml/font.toml b/modules/by-name/fi/fish/config/01_show-task.fish index fd8b0b94..21db1112 100644 --- a/modules/home.legacy/conf/alacritty/toml/font.toml +++ b/modules/by-name/fi/fish/config/01_show-task.fish @@ -1,3 +1,5 @@ +#!/usr/bin/env fish + # nixos-config - My current NixOS configuration # # Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de> @@ -8,18 +10,11 @@ # You should have received a copy of the License along with this program. # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. -[font] -builtin_box_drawing = true -size = 12.0 - -[font.glyph_offset] -x = -1 -y = -1 +# Display current tasks +test -z "$NVIM"; and task next -[font.normal] -family = "SauceCodePro Nerd Font Mono" -style = "Regular" +# Empty the default greeting +set --global fish_greeting "" -[font.offset] -x = -1 -y = -1 +# Set a nice theme +fish_config theme choose ayu |
