git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bash/prompt.bash12
-rw-r--r--CHANGELOG.md15
2 files changed, 26 insertions, 1 deletions
diff --git a/.bash/prompt.bash b/.bash/prompt.bash
index 6ac081b..dde6134 100644
--- a/.bash/prompt.bash
+++ b/.bash/prompt.bash
@@ -135,7 +135,17 @@ case "$MYUID" in
esac
# HYPERVISOR LAYER 8 SOFTWARE
if pveversion > /dev/null 2>&1;then
- FGC1="fgcolor 238";FGC3="fgcolor 130"
+ case "$MYUID" in
+ 0) FGC2="fgcolor 130";FGC3="fgcolor 236";;
+ *) FGC1="fgcolor 236";FGC3="fgcolor 130";;
+ esac
+fi
+# Automation frameworks
+if printf '%b' "$(hostname -f)" | grep -i openvox > /dev/null; then
+ case "$MYUID" in
+ 0) FGC2="fgcolor 222";FGC3="fgcolor 215";;
+ *) FGC1="fgcolor 215";FGC3="fgcolor 222";;
+ esac
fi
# make it possible to draw user-defined colours
# shellcheck disable=SC1090,SC1091
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ae32ff..f34ce27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,18 @@
+## [1.9.1] - 2026-03-11
+
+### Documentation
+
+- Adding screenshot to readme
+
+### Styling
+
+- Better time style for proxmox, better colouring for raspbi
+- Adding Nobara colours
+
+### Miscellaneous Tasks
+
+- Add licence files
+
## [1.9.0] - 2026-03-11
### Features