Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
ab5016c9bc |
|||
|
|
9d96345347 | ||
|
|
0ddcc56e20 | ||
|
|
ed30418b47 | ||
|
|
028d43f0ba |
2 changed files with 20 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ index 7e830285..e0310372 100644
|
|||
* {
|
||||
- /* `otf-font-awesome` is required to be installed for icons */
|
||||
- font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
||||
+ font-family: 'Noto Sans Mono', 'Font Awesome 6 Free', 'Font Awesome 6 Brands', monospace;
|
||||
+ font-family: 'Noto Sans Mono', 'Font Awesome 7 Free', 'Font Awesome 7 Brands', monospace;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
|
|
|||
21
waybar.spec
21
waybar.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: waybar
|
||||
Version: 0.15.0
|
||||
Release: 2%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Highly customizable Wayland bar for Sway and Wlroots based compositors
|
||||
# Source files/overall project licensed as MIT, but
|
||||
# - BSL-1.0
|
||||
|
|
@ -66,8 +66,13 @@ BuildRequires: pkgconfig(wireplumber-0.5)
|
|||
BuildRequires: pkgconfig(xkbregistry)
|
||||
|
||||
Enhances: sway
|
||||
%if 0%{?fedora} < 45
|
||||
Recommends: font(fontawesome6free)
|
||||
Recommends: font(fontawesome6brands)
|
||||
%else
|
||||
Recommends: font(fontawesome7free)
|
||||
Recommends: font(fontawesome7brands)
|
||||
%endif
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
|
@ -105,9 +110,21 @@ Recommends: font(fontawesome6brands)
|
|||
%{_userunitdir}/%{name}.service
|
||||
|
||||
%changelog
|
||||
* Sun Aug 02 2026 Aleksei Bavshin <alebastr@fedoraproject.org> - 0.15.0-2
|
||||
* Sun Aug 02 2026 Aleksei Bavshin <alebastr@fedoraproject.org> - 0.15.0-6
|
||||
- systemd: declare known incompatible desktop environments
|
||||
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Thu Jun 25 2026 František Zatloukal <fzatlouk@redhat.com> - 0.15.0-4
|
||||
- Rebuilt for fmt/spdlog
|
||||
|
||||
* Wed May 27 2026 Jerry James <loganjerry@gmail.com> - 0.15.0-3
|
||||
- Migrate from FontAwesome 6.x to 7.x
|
||||
|
||||
* Sun Mar 22 2026 Björn Esser <besser82@fedoraproject.org> - 0.15.0-2
|
||||
- Rebuild (jsoncpp)
|
||||
|
||||
* Sat Feb 07 2026 Tomasz Hołubowicz <mail@alternateved.com> - 0.15.0-1
|
||||
- Update to 0.15.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue