update btm theme changer²
This commit is contained in:
parent
dad502c7b6
commit
52664aa305
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@ function update-theme --description "Update the shell theme."
|
|||
sed -i "s/monokai/bubblegum/g" "$HOME"/.config/micro/settings.json
|
||||
|
||||
# Bottom theme
|
||||
sed -i "s/#[styles]/[styles]/g" "$HOME"/.config/bottom/bottom.toml
|
||||
sed -i "s/#theme = \"default\"/theme = \"default-light\"/g" "$HOME"/.config/bottom/bottom.toml
|
||||
|
||||
# Bat theme
|
||||
|
@ -45,6 +46,7 @@ function update-theme --description "Update the shell theme."
|
|||
sed -i "s/bubblegum/monokai/g" "$HOME"/.config/micro/settings.json
|
||||
|
||||
# Bottom theme
|
||||
sed -i "s/#[styles]/[styles]/g" "$HOME"/.config/bottom/bottom.toml
|
||||
sed -i "s/theme = \"default-light\"/#theme = \"default\"/g" "$HOME"/.config/bottom/bottom.toml
|
||||
|
||||
# Bat theme
|
||||
|
|
Loading…
Reference in a new issue