From 8e726305879b241f7d4d86ee4f48cb8225449984 Mon Sep 17 00:00:00 2001 From: nexckycort Date: Sun, 18 May 2025 18:36:56 -0500 Subject: [PATCH] Fix directory creation for btop themes --- install/terminal/app-btop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/terminal/app-btop.sh b/install/terminal/app-btop.sh index 4100592..a72a97a 100644 --- a/install/terminal/app-btop.sh +++ b/install/terminal/app-btop.sh @@ -2,7 +2,7 @@ sudo apt install -y btop # Use Omakub btop config -mkdir -p ~/.config/btop +mkdir -p ~/.config/btop/themes cp ~/.local/share/omakub/configs/btop.conf ~/.config/btop/btop.conf cp ~/.local/share/omakub/themes/tokyo-night/btop.theme ~/.config/btop/themes/tokyo-night.theme