Update 1 file: functions.zsh

This commit is contained in:
2026-08-01 15:15:02 -04:00
parent 96ecd555ca
commit ff3e48e812
+5
View File
@@ -1,3 +1,8 @@
info() { printf "\033[1;34m%s\033[0m\n" "$*"; }
warn() { printf "\033[1;33m%s\033[0m\n" "$*"; }
error() { printf "\033[1;31m%s\033[0m\n" "$*"; }
fix_btopbg(){
sed -i 's/theme_background = true/theme_background = false/' ~/.config/btop/btop.conf
}