Skip to content

Commit

Permalink
chore: Bump btop version to 0.0.7 and add default theme copying in en…
Browse files Browse the repository at this point in the history
…trypoint script for improved user experience
  • Loading branch information
dragonfire1119 committed Aug 29, 2024
1 parent 8359c68 commit 0c6e085
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion btop/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.6
0.0.7
3 changes: 3 additions & 0 deletions btop/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0c6e085

Please sign in to comment.