From 7a5a3f95ee09bbcb4085386b11ed3d98ce1228ad Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 21 Oct 2025 09:32:15 +0200 Subject: [PATCH] fixed mfetch --- .zshrc | 2 +- desktopenvs/hyprland/xfce4/helpers.rc | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 69e60bc..ee86daf 100755 --- a/.zshrc +++ b/.zshrc @@ -203,7 +203,7 @@ alias dbs="distrobox stop" alias fig="find | grep" -alias mfetch="fastfetch --logo-type kitty-icat -l ~/Pictures/fflogo.svg --logo-width 30 --logo-height 30 --color red" +alias mfetch="fastfetch --kitty-icat ~/Pictures/profile.jpg --logo-width 30 --logo-height 30 --color red" alias vi="nvim" alias pyr="python" diff --git a/desktopenvs/hyprland/xfce4/helpers.rc b/desktopenvs/hyprland/xfce4/helpers.rc index 1d17cc5..430a7dd 100644 --- a/desktopenvs/hyprland/xfce4/helpers.rc +++ b/desktopenvs/hyprland/xfce4/helpers.rc @@ -1 +1,3 @@ -TerminalEmulator=bash kitty +TerminalEmulator=kitty +WebBrowser=firefox +FileManager=thunar