Commit Graph

80 Commits

Author SHA1 Message Date
Mihai Fufezan db46f6acb3
hyprbars: chase hyprland 2024-06-23 21:57:13 +03:00
Vaxry 8571aa9bad all: chase hyprland 2024-06-08 11:12:34 +02:00
Vaxry c28d1011f4 hyprbars: chase hyprland
fixes #168
2024-05-14 22:40:06 +01:00
Vaxry dcbdc9a08d all: chase hyprland 2024-05-08 13:48:33 +01:00
Mihai Fufezan d716d12213 treewide: add CMake files
- Nix: switch everything to CMake
- simplify overlay
2024-05-05 16:36:13 +03:00
Vaxry 18daf37b7c hyprbars: support a dynamic nobar window rule
fixes #70

fixes #28

ref #74
2024-05-02 02:31:33 +01:00
Vaxry 97e9d252ff all: chase hyprland 2024-04-27 13:06:23 +01:00
Vaxry 8b0f67a8a6 hyprbars: fix never registered callback
fixes #155
2024-04-25 21:55:32 +01:00
Liassica d8f695a7c2
hyprbars: fix left align (#153)
Co-authored-by: Liassica <git-commit.jingle869@aleeas.com>
2024-04-23 22:05:52 +01:00
Vaxry be8f8d81ef all: chase hyprland 2024-04-22 15:57:22 +01:00
zebogan 9971fec974
treewide: update pkgconfig flags to include irregular locations of headers on distros like openSUSE (#150) 2024-04-20 13:05:44 +03:00
Vaxry 4334510363 all: chase hyprland
fixes #104
2024-04-03 12:09:31 +01:00
Vaxry e45066d074 all: chase hyprland 2024-03-31 02:18:20 +01:00
Vaxry 826d47b855 hyprbars: verify windowBox size 2024-03-23 21:24:42 +00:00
Vaxry 81460bd869 hyprbars: fixup size clamp condition
ref #101
2024-03-23 21:23:21 +00:00
Vaxry adec334acf hyprbars: remove deco on unmap
fixes #71
2024-03-21 18:58:10 +00:00
Vaxry 29f31da29a all: chase hyprland 2024-03-20 03:02:10 +00:00
Mihai Fufezan 34ade54e1b Nix: use mkHyprlandPlugin from nixpkgs 2024-03-13 00:08:22 +02:00
Vaxry 35fe7c3202 all: chase hyprland 2024-03-02 19:38:48 +00:00
Vaxry f99822818e all: chase hyprland 2024-02-18 15:30:26 +00:00
Vaxry 47a1acd6ba
all: chase hyprland
fixes #66 fixes #67
2024-01-28 23:40:51 +02:00
sjp760 f62f3b216e hyprbars: update meson.build 2023-12-29 00:14:48 +02:00
sjp760 e4e1e33fa9 hyprbars: update Makefile to include necessary pkgconfig flags 2023-12-29 00:14:48 +02:00
Vaxry c6c9fba566 hyprbars: bring window to top on mouse down
fixes #65
2023-12-28 22:18:12 +01:00
Vaxry a1277add4b hyprbars: add an option to remove title
fixes #59
2023-12-15 15:46:37 +00:00
Vaxry af229e6aee hyprbars: decrease input drag height by 1 2023-12-14 13:09:12 +00:00
Vaxry d4350bfff7 hyprbars: fixup click position calculations for buttons 2023-12-13 01:35:16 +00:00
Vaxry 340ade398e hyprbars: add configurable padding 2023-12-13 01:29:13 +00:00
Vaxry 3a4b079658 hyprbars: add bar_buttons_alignment
also fixes ellipsize calcs. Fixes #49 fixes #56
2023-12-13 01:13:32 +00:00
Vaxry 8018a2f817 hyprbars: add precedence_over_border
fixes #39
2023-12-13 00:51:21 +00:00
Vaxry ed16998aad hyprbars: add align left 2023-12-13 00:46:12 +00:00
Vaxry 9099c480d8 hyprbars: exclude rounding from geometry calcs 2023-12-11 16:46:45 +00:00
Vaxry 4bb0bf04ed hyprbars: fix workspace offset calculation 2023-11-12 22:45:42 +00:00
Vaxry 69e596af68 hyprbars: make part_of_window configurable
closes #48
2023-11-12 12:46:32 +00:00
Vaxry 2cc193e6dc all: update for hyprland#3800 2023-11-11 14:39:46 +00:00
Vaxry 344e5a145e hyprbars: improve titleBarBox calculations 2023-11-06 16:49:50 +00:00
Vaxry 15cee0bec0 hyprbars: fix for hyprland@#3755 2023-11-04 17:22:55 +00:00
Vaxry 9b1adb6043 hyprbars: cosmetic improvements 2023-11-04 13:31:52 +00:00
Vaxry 69287a4dec hyprbars: update for hyprland@#3739 2023-11-04 13:15:42 +00:00
Vaxry 0a562ab2c4 all: add -O2 to compiler args 2023-11-04 00:48:52 +00:00
Vaxry da70bebdf1 hyprbars: don't allow move from clicking the border 2023-10-29 23:26:50 +00:00
Vaxry 69dd204c52 hyprbars: use unscaled size for font calcs 2023-10-29 23:22:29 +00:00
Vaxry f203d69f98 hyprbars: fix dynamic updates of height 2023-10-29 22:57:55 +00:00
Vaxry f46771dd4f hyprbars: add icon support + general improvements 2023-10-29 22:33:14 +00:00
Vaxry 8274e10d51 hyprbars: use window's border func instead of border_size 2023-10-29 18:20:47 +00:00
Vaxry 220f95a8a1 hyprbars: guard version 2023-10-29 17:36:52 +00:00
Vaxry 17defb17e9 hyprbars: use the new keyword infra 2023-10-29 17:33:32 +00:00
Vaxry e7caa01b4f all: fix for hyprland@a61eb769 2023-10-21 14:55:42 +01:00
Vaxry f9578d28d2 hyprbars: fix compile 2023-09-19 11:24:57 +01:00
HaydonBaddock 74a845f1c1
hyprbars: Fix button scaling (#38)
* fixes button scaling

* further scaling fixes
clang formatting
2023-08-17 10:10:33 +02:00