Revert "chore: Increase default ptyxis size to fix motd layout"

This reverts commit 5400fed7b93c0cbbcb0b7f165a07c56c566041a3.
This commit is contained in:
Kyle Gospodnetich 2024-09-01 11:06:26 -07:00
parent 213a0120e8
commit 23e0344b80
2 changed files with 1 additions and 3 deletions

View File

@ -23,5 +23,5 @@ if [[ -f "$TIP_FILE" ]]; then
TIP_ESCAPED=$(escape "$TIP") TIP_ESCAPED=$(escape "$TIP")
sed -e "s/%IMAGE_NAME%/$IMAGE_NAME_ESCAPED/g" -e "s/%IMAGE_BRANCH%/$IMAGE_BRANCH_ESCAPED/g" -e "s/%TIP%/$TIP_ESCAPED/g" /usr/share/ublue-os/motd/bazzite.md | tr '~' '\n' | /usr/bin/glow -s auto - sed -e "s/%IMAGE_NAME%/$IMAGE_NAME_ESCAPED/g" -e "s/%IMAGE_BRANCH%/$IMAGE_BRANCH_ESCAPED/g" -e "s/%TIP%/$TIP_ESCAPED/g" /usr/share/ublue-os/motd/bazzite.md | tr '~' '\n' | /usr/bin/glow -s auto -w 78 -
fi fi

View File

@ -59,8 +59,6 @@ flatpak='off'
restore-session=false restore-session=false
restore-window-size=false restore-window-size=false
audible-bell=false audible-bell=false
default-columns=uint32 85
default-rows=uint32 25
[org/gnome/shell/extensions/Logo-menu] [org/gnome/shell/extensions/Logo-menu]
symbolic-icon=false symbolic-icon=false