I tried my best to make it consistent with surrounding code. I've refactored nobar so that hyprbars windowrules are applied similarly to hyprland's (i.e. with a dedicated applyRule(SWindowRule) function). Please let me know if there's anything that can be improved!
Fixes https://github.com/hyprwm/hyprland-plugins/issues/72
Adds two windowrules, for setting bg and fg color.
Some cool use cases:
sudo
tint the bar red (like gnome's)https://github.com/hyprwm/hyprland-plugins/assets/5727578/180da41f-3955-4091-ab3a-579a337dabf0
I tried my best to make it consistent with surrounding code. I've refactored
nobar
so that hyprbars windowrules are applied similarly to hyprland's (i.e. with a dedicatedapplyRule(SWindowRule)
function). Please let me know if there's anything that can be improved!