Skip to content

Commit

Permalink
removed btop config.. just causes issues.. added note on how to confi…
Browse files Browse the repository at this point in the history
…gure btop to match TTY theme.
  • Loading branch information
dillacorn authored Sep 26, 2024
1 parent 3783b3a commit 509ea7a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 252 deletions.
17 changes: 17 additions & 0 deletions Extra_Notes/btop_configure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### How to Sync the `btop` Theme with Your i3 Theme Changes

1. **Launch `btop` with `rofi`:**
- Open `rofi` and type `btop` to start the program.

2. **Change the Theme:**
- Inside `btop`, go to the settings menu.
- Find the theme option and select `"TTY"` as your theme.

3. **Exit `btop`:**
- After setting the theme to `TTY`, close `btop` to save the changes.

4. **Automatic Theme Syncing:**
- Now, whenever you run your i3 theme-changing scripts, the `TTY` theme in `btop` will automatically update to match.

> **Note:**
> It's better to configure `btop` directly on each system instead of sharing a configuration file, as different setups might cause `btop` to break.
245 changes: 0 additions & 245 deletions config/btop/btop.conf

This file was deleted.

7 changes: 0 additions & 7 deletions setup_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,6 @@ if [ $? -ne 0 ]; then
exit 1
fi

echo -e "\033[1;32mCopying btop config...\033[0m"
cp -r "/home/$SUDO_USER/i3-dots/config/btop" "/home/$SUDO_USER/.config"
if [ $? -ne 0 ]; then
echo -e "\033[1;31mFailed to copy btop config. Exiting.\033[0m"
exit 1
fi

# Set directory permissions
echo -e "\033[1;34mSetting permissions on configuration files and directories...\033[0m"
find /home/$SUDO_USER/.config/ -type d -exec chmod 755 {} +
Expand Down

0 comments on commit 509ea7a

Please sign in to comment.