0 Followers
0 Following
1 Posts

Not sure why, but the solution was to start slstatus first in the script:

#!/bin/bash slstatus -s | dwlb -status-stdin all & dwlb

And then start dwl with dwl -s script.sh.

Autostarting dwlb bar with slstatus on dwl

https://ani.social/post/17889603

Autostarting dwlb bar with slstatus on dwl - ani.social

slstatus [https://tools.suckless.org/slstatus/], dwlb [https://github.com/kolunmi/dwlb], dwl [https://codeberg.org/dwl/dwl] I’ve been trying to do this for a few hours to no avail. I can’t start dwlb via dwl’s autostart patch, as it doesn’t work properly that way for some reason (current workspace isn’t highlighted, window title doesn’t appear etc.), so I have to do dwl -s 'dwlb' to start it. I edited this [https://github.com/kolunmi/dwlb/issues/22] script for it to use slstatus instead of someblocks, but it doesn’t work either as in dwlb doesn’t even start (I tried using both the autostart patch and the -s flag): #!/bin/sh dwlb & sleep 0.1 slstatus -s | dwlb -status-stdin all Directly using the command dwl -s 'dwlb & slstatus -s | dwlb -status-stdin all' did actually work once, but stopped working for some reason after that (I didn’t recompile anything, I just rebooted and it stopped working. dwlb does start but the status bar doesn’t work.). Any help is greatly appreciated.

Sabine Hossenfelder Has Started Openly Defending Proven Grifters

https://ani.social/post/17084958

Sabine Hossenfelder Has Started Openly Defending Proven Grifters - ani.social

This comes after blatant science denial [https://www.youtube.com/watch?v=nJjPH3TQif0&t=0] (this is a link to another one of Farina’s videos because it can’t be summarized by just one video of Sabine’s), attributing academia to “communism” as a fear mongering tactic [https://www.youtube.com/watch?v=htb_n7ok9AU] (her whole point on this was that scientists plan their finances), and making a video in support of capitalism [https://www.youtube.com/watch?v=CRPHp2EjNR8].

GIF Profile Picture Support on Ani.Social

https://ani.social/post/16959913

GIF Profile Picture Support on Ani.Social - ani.social

Hello! AFAIK Lemmy itself supports GIF profile pictures, as I have used one in the past on another instance. But trying to set one here gives me a “Type Error” pop-up and fails. Are they disabled here?

YSK that you can disable AI features on DuckDuckGo without cookies

https://ani.social/post/16511364

YSK that you can disable AI features on DuckDuckGo without cookies - ani.social

In Firefox and its derivatives, you can add the non-AI version of DuckDuckGo as a search engine by going into Settings > Search > Search Shortcuts > Add and then giving it a name of your choice with https://noai.duckduckgo.com/?q=%25s [https://noai.duckduckgo.com/?q=%25s] being put in the “URL with %s in place of search term” part. I don’t know when they made this available, but I’m learning about this now and it’s super useful if you hate LLMs and also use a browser that clears cookies on close (such as Mullvad or LibreWolf).