Switching Colors based on exec output value #3454
-
Hello, Essentially, I'm trying to change the Here is my current attempt: style.css
config:
EDIT: Solution with intended behavior based on @RobertMueller2 's response. I will likely release this as a fork to the original rofication. rofi_notification_daemon
config
style
With my SauceCodeProNerdFont, my waybar now looks like this with 0 and 1 notifications respectively. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Well, this should work. I'm not sure what to do with the "eye" character and the notification icon my examples already had, but I think it's close enough. ;) I also don't have rofication, so just using a mock script that reacts to an existing text file, the
If you want to use Another idea, with json and
This disables the module altogether, no classes needed. |
Beta Was this translation helpful? Give feedback.
Well, this should work. I'm not sure what to do with the "eye" character and the notification icon my examples already had, but I think it's close enough. ;) I also don't have rofication, so just using a mock script that reacts to an existing text file, the
[ -e _testfile ]
can be replaced withrofication > /dev/null 2>&1