Skip to content

Commit

Permalink
chore(templates_extra: gtk4-oodwaita): libadwaita updated to 1.5.2 in…
Browse files Browse the repository at this point in the history
… Arch
  • Loading branch information
actionless committed Jun 28, 2024
1 parent e5b6fed commit 9bf09cb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion templates/gtk4-oodwaita/templates/gtk.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,9 @@ tabbutton label { font-weight: 800; font-size: 8pt; }

tabbutton label.small { font-size: 6pt; }

tabbutton indicatorbin > indicator, tabbutton indicatorbin > mask { transform: translate(-1px, 1px); }
tabbutton indicatorbin > indicator:dir(ltr), tabbutton indicatorbin > mask:dir(ltr) { transform: translate(-1px, 1px); }

tabbutton indicatorbin > indicator:dir(rtl), tabbutton indicatorbin > mask:dir(rtl) { transform: translate(1px, 1px); }

calendar { color: @view_fg_color; background-clip: padding-box; border: 1px solid alpha(currentColor,0.15); font-feature-settings: "tnum"; }

Expand Down
2 changes: 1 addition & 1 deletion templates/gtk4-oodwaita/templates/pre_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else
git checkout main
git pull origin main
git fetch --tags
git checkout 1.5.1
git checkout 1.5.2
fi

LIBADWAITA_DIR="$(readlink -e ~/tmp/libadwaita)"
Expand Down
4 changes: 3 additions & 1 deletion templates_extra/gtk4-oodwaita/templates/gtk.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,9 @@ tabbutton label { font-weight: 800; font-size: 8pt; }

tabbutton label.small { font-size: 6pt; }

tabbutton indicatorbin > indicator, tabbutton indicatorbin > mask { transform: translate(-1px, 1px); }
tabbutton indicatorbin > indicator:dir(ltr), tabbutton indicatorbin > mask:dir(ltr) { transform: translate(-1px, 1px); }

tabbutton indicatorbin > indicator:dir(rtl), tabbutton indicatorbin > mask:dir(rtl) { transform: translate(1px, 1px); }

calendar { color: @view_fg_color; background-clip: padding-box; border: 1px solid alpha(currentColor,0.15); font-feature-settings: "tnum"; }

Expand Down
2 changes: 1 addition & 1 deletion templates_extra/gtk4-oodwaita/templates/pre_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else
git checkout main
git pull origin main
git fetch --tags
git checkout 1.5.1
git checkout 1.5.2
fi

LIBADWAITA_DIR="$(readlink -e ~/tmp/libadwaita)"
Expand Down

0 comments on commit 9bf09cb

Please sign in to comment.