Bar, Panels, Conky, Notifications - Desktop Customization & Workflow
Users browsing this thread: 1 Guest(s)
|
|||
You can also use a regular terminal window and a cronjob to do your notifications, my own weather example (bash):
Code: #!/bin/bash you need to make it floating and not focusable by your WM: Code: bspc rule -a URxvt:notification focus=off manage=off state=floating This one should be POSIX complaint variant: Code: #!/bin/sh |
|||