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