diff --git a/btop/VERSION b/btop/VERSION index 1750564..5a5831a 100644 --- a/btop/VERSION +++ b/btop/VERSION @@ -1 +1 @@ -0.0.6 +0.0.7 diff --git a/btop/entrypoint.sh b/btop/entrypoint.sh index 32dc065..7f6d458 100644 --- a/btop/entrypoint.sh +++ b/btop/entrypoint.sh @@ -4,6 +4,9 @@ if [ ! -f /root/.config/btop/btop.conf ]; then # Copy default config if it doesn't exist cp /root/.config/btop.default/btop.conf /root/.config/btop/btop.conf + + # Copy default themes if they don't exist + cp /usr/share/btop/themes /root/.config/btop/themes fi # Execute the provided command (in this case, gotty and btop)