-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
window urgency in pager? #305
Comments
This should work now using .urgent css class. I.e. you can add:
.urgent {
background-color: red;
}
…On Thu, Jan 2, 2025 at 2:51 PM anarcat ***@***.***> wrote:
it looks like, out of the box, the pager widget doesn't know about window
urgency hints. I'm using urgency hints extensively in my workflow (see this
post for more background
<https://anarc.at/blog/2022-11-08-modern-bell-urgency/>) and this is a
significant blocker for adoption, when coming from waybar... there, waybar
just hilights the workspace that has a window with the "urgent" hint in red.
i couldn't figure out how to do this in sfwbar, am i missing something?
—
Reply to this email directly, view it on GitHub
<#305>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASHPFFFBPT6GCQRMRRNLVPT2IVG47AVCNFSM6AAAAABUQC3QISVHI2DSMVQWIX3LMV43ASLTON2WKOZSG43DMMJVHE2TSMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
that doesn't seem to work here. the background color doesn't change in the pager. |
What compositor are you using?
…On Mon, Jan 6, 2025 at 8:34 PM anarcat ***@***.***> wrote:
that doesn't seem to work here. the background color doesn't change in the
pager.
—
Reply to this email directly, view it on GitHub
<#305 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASHPFFFFA7TQDUWWJKF7AWD2JLSE7AVCNFSM6AAAAABUQC3QISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZTHA3TQNZRHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
On 2025-01-06 12:53:17, LBCrion wrote:
What compositor are you using?
Sway
|
Indeed, urgent state updates weren't fully hooked up in sway ipc. Can you
update to the latest git and try again please?
…On Mon, Jan 6, 2025 at 8:56 PM anarcat ***@***.***> wrote:
On 2025-01-06 12:53:17, LBCrion wrote:
> What compositor are you using?
Sway
—
Reply to this email directly, view it on GitHub
<#305 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASHPFFASSPKYJSIMIYUDL432JLUXXAVCNFSM6AAAAABUQC3QISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZTHEYTANBYHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it looks like, out of the box, the pager widget doesn't know about window urgency hints. I'm using urgency hints extensively in my workflow (see this post for more background) and this is a significant blocker for adoption, when coming from waybar... there, waybar just hilights the workspace that has a window with the "urgent" hint in red.
i couldn't figure out how to do this in sfwbar, am i missing something?
The text was updated successfully, but these errors were encountered: