Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

demo: improve the resolution #1067

Merged
merged 1 commit into from
Dec 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions demo.tape
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,10 @@ Require starship
Require cabin

Set Shell "zsh"
Set FontSize 16
Set FontSize 32
Set FontFamily "FiraCode Nerd Font"
Set Width 800
Set Height 450
Set WindowBar Colorful
Set Width 1920
Set Height 1080
Set Padding 20
Set Margin 20
Set MarginFill "#000000"
Expand Down
Loading