Skip to content

Commit

Permalink
Remove asbru.yml modification part in set-user-env
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeya committed Aug 14, 2024
1 parent 90d1bef commit 86a5be4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
hamonikr-system (7.9.9) unstable; urgency=medium

* Remove asbru.yml modification part in set-user-env
- Cause updated original package

-- HamoniKR <[email protected]> Thu, 15 Aug 2024 00:47:35 +0900

hamonikr-system (7.9.8) unstable; urgency=medium

* Change to use environment variables and settings at the same time
Expand Down
10 changes: 6 additions & 4 deletions usr/local/bin/set-user-env
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,12 @@ case "$1" in
gsettings set org.cinnamon enabled-search-providers "[\"[email protected]\"]"
log "update search provider settings"

if [ -f "$HOME/.config/asbru/asbru.yml" ]; then
sed -i 's/Monospace/MesloLGS NF/g' $HOME/.config/asbru/asbru.yml
[ $? -eq 0 ] && log "Update asbru font setting"
fi
# if [ -f "$HOME/.config/asbru/asbru.yml" ]; then
# sed -i 's/terminal font:.*/terminal font: MesloLGS NF 9/g' $HOME/.config/asbru/asbru.yml
# sed -i 's/info font:.*/info font: MesloLGS NF 9/g' $HOME/.config/asbru/asbru.yml
# # sed -i "s/unprotected color:.*/unprotected color: '#8f8ff0f0a4a4'/g" $HOME/.config/asbru/asbru.yml
# [ $? -eq 0 ] && log "Update asbru font setting"
# fi

[ -f ~/.config/user-dirs.dirs ] && source ~/.config/user-dirs.dirs
[ -z $XDG_DESKTOP_DIR ] && XDG_DESKTOP_DIR="$HOME/Desktop"
Expand Down

0 comments on commit 86a5be4

Please sign in to comment.