Commit graph

152 commits

Author SHA1 Message Date
Ivan Malison
b6e080577d
all: lua update compatibility (#649) 2026-05-05 00:35:52 +01:00
LionHeartP
6c0d26b267
hyprbars: add missing includes needed for GCC16 (#645) 2026-04-27 13:23:33 +01:00
dbe221941a
bars/vkfix/focus: chase hyprland
Chase hyprland changes, fix for lua. Too lazy to do expo and b++ rn.
2026-04-26 17:15:05 +01:00
cobalt2763
6acc0738f2
bars: Update README.md with new windowrule block syntax (#642) 2026-04-20 17:33:53 +01:00
b85a56b953
all: chase hyprland 2026-02-23 16:57:28 +00:00
Jason Chiu
fef398ed5e
all: update Makefiles to allow CXX, CXXFLAGS, LDFLAGS env vars (#584) 2026-01-06 19:11:41 +01:00
9b2b156197
all: chase hyprland 2025-12-19 16:24:43 +00:00
e058ea23b8
all: chase hyprland 2025-12-08 15:22:46 +00:00
4ccb444d94
bars: fix readme 2025-12-04 22:53:55 +00:00
8f796f7cec
hyprbars: update readme 2025-12-02 00:49:49 +00:00
nnra
84659a2502
all: chase hyprland for 40d8fa8 (#549)
* hyprexpo: Fixes for 40d8fa8

* csgo-vulkan-fix: Fixes for 40d8fa8

* hyprbars: Fixes for 40d8fa8

I am not entirely sure whether I was supposed to use fullWindowFocus()
or rawWindowFocus() in hyprbars/barDeco.cpp at line 220

* xtra-dispatchers: Fixes for 40d8fa8

I am not entirely sure whether I was supposed to use fullWindowFocus()
or rawWindowFocus() in xtra-dispatchers/main.cpp at lines 47 and 106

* hyprscrolling: Fixes for 40d8fa8

A lot of repeated code can be removed if it's safe to store
`Desktop::focusState()`, `Desktop::focusState()->monitor()` and
`Desktop::focusState()->window()` at the top of the
`CScrollingLayout::findBestNeighbor` function.
This change requires further review as I don't know if any of those
change during this function so I didn't wanna introduce any unexpected
issues.
I am not entirely sure whether I was supposed to use fullWindowFocus()
or rawWindowFocus() in xtra-dispatchers/main.cpp at lines 786, 789 and
1344
2025-11-26 22:10:33 +00:00
Khalid
57961d69ad
hyprbars: fix bar_color and title_color rules (#545) 2025-11-21 13:43:38 +00:00
nnra
793d24e6b5
all: Window rules V3 Fixes (#541) 2025-11-19 19:07:46 +00:00
1bc5b0253f
hyprbars: fix windowrules 2025-11-18 16:50:09 +00:00
a2bf2df934
hyprbars: restrict keyword to cat 2025-11-16 00:52:13 +00:00
81f6d14265
all: chase hyprland 2025-10-23 20:54:45 +01:00
Zach DeCook
25a5d1327e
hyprbars: fix touch handling (#505) 2025-10-13 12:44:31 +01:00
VuaTech
d0d8e8dd5b
all: fix build with clang (#489)
Fixes #279
2025-09-25 17:17:00 +02:00
Amadej Kastelic
1cfcc6fe6a chore: chase nixpkgs 2025-09-22 12:18:57 +03:00
skrmc
376d08bbbd
all: chase hyprland (#462)
* hyprexpo: update workspace animation calls

* fix: update include path of animation manager
2025-08-29 11:58:09 +02:00
willoh
833af8e8c6
hyprbars: remove init notification (#446) 2025-08-09 20:05:09 +01:00
Fridella
827a1815b8
all: chase hyprland opengl render fn changes (#437) 2025-08-01 13:53:41 +02:00
Malix
14f9a44479 enhance: official plugins links 2025-07-20 19:17:44 +03:00
matt1432
3eaa665afe fix(all): chase hyprland renderer changes 2025-07-10 20:18:38 +03:00
Tom Englund
9ec8d2d073
hyprbars: use the setcap to cache glenable/disable (#410)
use the compositor cache setcap function to make the gl state mismatch
with our cpu cached values.
2025-07-01 11:30:45 +02:00
Evan Koehler
aa23323de3
hyprbars: update documentation (#404) 2025-06-24 18:22:08 +03:00
Khalid
c0e675dd87
hyprbars: add inactive_button_color option (#383) 2025-06-17 20:18:59 +02:00
a2cc080386
hyprbars: add on_double_click
fixes #384
2025-06-13 15:14:08 +02:00
Khalid
e8f212e9c8
hyprbars: invalidate input when overlay and top shell layers are on top (#377)
* ignore hyprbars input on overlay and top layers

* simplify layer check
2025-06-10 08:09:40 +01:00
a2157f8da7
hyprbars: don't respond to input on disabled bars
fixes #362
2025-05-25 22:46:48 +02:00
b8c75de20a
hyprbars: add enabled config option 2025-05-17 15:08:30 +02:00
Zebra2711
eab6921631
all: chase hyprland (#334)
Co-authored-by: Zebra2711 <zebra2711@users.noreply.github.com>
2025-05-06 03:57:20 +02:00
0ca682bc2c
hyprbars: chase hyprland 2025-05-03 15:09:25 +01:00
16fddaab1e
all: chase hyprland 2025-05-01 18:04:34 +01:00
a53ebab1ca
hyprbars: chase hyprland
fixes #328
2025-04-30 01:51:05 +01:00
e2fc760fdb
hyprbars: fix rounding (#327) 2025-04-29 19:45:46 +02:00
2b9a54f21b
all: chase hyprland 2025-04-29 14:22:22 +01:00
Amadej Kastelic
61ab0385c8
all: Change variable names to chase Hyprland (#324)
* flake.lock: update hyprland

* all: Change variable names to chase Hyprland
2025-04-25 21:50:46 +02:00
Amadej Kastelic
8e5e53adef
all: Change variable names to chase Hyprland (#322)
* flake.lock: update hyprland

* Use correct var names after hyprland refactor
2025-04-22 21:31:50 +02:00
Khalid
be6b9875dd
hyprbars: Add icon_on_hover option (#305) 2025-04-06 16:43:42 +02:00
Jean-Louis Fuchs
cef1854a54
hyprbars: fix type mismatch on 32-bit systems (#317) 2025-04-05 22:21:53 +02:00
1f332c09a2 hyprbars: avoid derefing null workspace in inputIsValid
fixes #310
2025-03-25 00:17:39 +00:00
4e36349249 hyprbars: don't remove bar on unmap, keep it around
fixes #307
2025-03-24 11:26:31 +00:00
4e85fb4fbf hyprbars: fix outdated render call
fixes #303
2025-03-18 16:19:18 +00:00
306e416802 hyprbars: animate bar color with border
fixes #304
2025-03-18 16:13:11 +00:00
Ali Samadzadeh
0eb996c3ed
Hyprbars: set pango base direction to neutral for rendering title (#302) 2025-03-16 23:32:53 +01:00
elviosak
6d525bcfea
Hyprbars: center button text (#291) 2025-02-03 20:50:36 +01:00
elviosak
557e7b4e11
Hyprbars: disable drag when clicking button (#289) 2025-02-03 20:50:03 +01:00
elviosak
eefa87d099
Hyprbars: fix hyprbar-button bgcolor (#288) 2025-02-02 13:47:46 +01:00
bf3ec0479d all: chase hyprland 2025-01-26 15:08:45 +00:00