diff --git a/dot_files/ghostty/config b/dot_files/ghostty/config index 317b638..23bba5a 100644 --- a/dot_files/ghostty/config +++ b/dot_files/ghostty/config @@ -19,6 +19,7 @@ window-decoration = none gtk-titlebar = false gtk-tabs-location = bottom gtk-wide-tabs = false +gtk-toolbar-style = flat # ---------------------------------------------------------------- # FONT CONFIGURATION diff --git a/packages/hyprwire/hyprwire.spec b/packages/hyprwire/hyprwire.spec index a6ce847..4d3ba4f 100644 --- a/packages/hyprwire/hyprwire.spec +++ b/packages/hyprwire/hyprwire.spec @@ -1,6 +1,6 @@ Name: hyprwire Version: 0.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A fast and consistent wire protocol for IPC License: BSD-3-Clause @@ -49,7 +49,7 @@ Development files for %{name}. %files %license LICENSE %doc README.md -%{_libdir}/lib%{name}.so.2 +%{_libdir}/lib%{name}.so.3 %{_libdir}/lib%{name}.so.%{version} %files scanner @@ -63,6 +63,9 @@ Development files for %{name}. %{_libdir}/pkgconfig/%{name}.pc %changelog +* Thu Feb 06 2026 Hypercube - 0.3.0-2 +- Fix SONAME: library changed from .so.2 to .so.3 + * Thu Feb 05 2026 Hypercube - 0.3.0-1 - Update to 0.3.0 * Thu Jan 15 2026 Hypercube - 0.2.1-1