-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove asbru.yml modification part in set-user-env
- Loading branch information
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|