summaryrefslogtreecommitdiff
path: root/hosts/iroha/gentoo/patches/app-misc/ufetch
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-10-17 12:22:00 -0400
committerAndrew Opalach <andrew@akon.city> 2025-10-17 12:32:42 -0400
commit544da1ba50d9cbf51a18ca0abf1db66b3baa7460 (patch)
tree1caa87664ea4937c5f4e6e8dc83c49b3132ddd70 /hosts/iroha/gentoo/patches/app-misc/ufetch
parent85a47287e56ba9100420246531ebea5996cc0486 (diff)
downloaddotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.tar.gz
dotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.tar.bz2
dotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.zip
Gentoo desktop
Diffstat (limited to 'hosts/iroha/gentoo/patches/app-misc/ufetch')
-rw-r--r--hosts/iroha/gentoo/patches/app-misc/ufetch/ufetch_hostcolor.diff27
1 files changed, 27 insertions, 0 deletions
diff --git a/hosts/iroha/gentoo/patches/app-misc/ufetch/ufetch_hostcolor.diff b/hosts/iroha/gentoo/patches/app-misc/ufetch/ufetch_hostcolor.diff
new file mode 100644
index 0000000..efccd68
--- /dev/null
+++ b/hosts/iroha/gentoo/patches/app-misc/ufetch/ufetch_hostcolor.diff
@@ -0,0 +1,27 @@
+--- a/ufetch-gentoo 2025-07-28 12:44:02.768490943 -0400
++++ b/ufetch-gentoo 2025-07-28 12:45:58.575888260 -0400
+@@ -64,7 +64,8 @@
+
+ # you can change these
+ lc="${reset}${bold}${magenta}" # labels
+-nc="${reset}${bold}${magenta}" # user and hostname
++nc="${reset}${bold}${magenta}" # user
++hc="${reset}${bold}${cyan}" # hostname
+ ic="${reset}" # info
+ c0="${reset}${bold}${magenta}" # first color
+ c1="${reset}${magenta}" # second color
+@@ -72,13 +73,11 @@
+ ## OUTPUT
+
+ cat <<EOF
+-
+-${c0} .-----. ${nc}${USER}${ic}@${nc}${host}${reset}
++${c0} .-----. ${nc}${USER}${ic}@${hc}${host}${reset}
+ ${c0} .\` _ \`. ${lc}OS: ${ic}${os}${reset}
+ ${c0} \`. (${c1}_) ${c0}\`. ${lc}KERNEL: ${ic}${kernel}${reset}
+ ${c0} \`${c1}. / ${lc}UPTIME: ${ic}${uptime}${reset}
+ ${c1} .\` .\` ${lc}PACKAGES: ${ic}${packages}${reset}
+ ${c1} / .\` ${lc}SHELL: ${ic}${shell}${reset}
+ ${c1} \____.-\` ${lc}${uitype}: ${ic}${ui}${reset}
+-
+ EOF