# Notification theme

**URL:** https://forum.maboxlinux.org/t/notification-theme/1779
**Category:** Technical Issues
**Created:** [October 8, 2024, 8:52am UTC](https://forum.maboxlinux.org/t/notification-theme/1779 "2024-10-08T08:52:46Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![domogled](https://forum.maboxlinux.org/user_avatar/forum.maboxlinux.org/domogled/32/1638_2.png) [@domogled](https://forum.maboxlinux.org/u/domogled)
#### Post date: [October 8, 2024, 8:52am UTC](https://forum.maboxlinux.org/t/notification-theme/1779/1 "2024-10-08T08:52:46Z")

</div>

Hello,

how do I change the notification theme? Using xfce4-notifyd-config is not working. The orange background remains. Probably some other setting overrides it.

 ![obrazek](https://forum.maboxlinux.org/uploads/default/original/2X/e/e0ff468f01ef13d6914209b1e73a1d8809ef6e05.png)

---

<div class="post-metadata">

### Author: ![muzqs](https://forum.maboxlinux.org/user_avatar/forum.maboxlinux.org/muzqs/32/3702_2.png) [@muzqs](https://forum.maboxlinux.org/u/muzqs)
#### Post date: [October 8, 2024, 9:13am UTC](https://forum.maboxlinux.org/t/notification-theme/1779/2 "2024-10-08T09:13:05Z")

</div>

Do you have another notify app installed, like `mate-notification-daemon`.  
🐦

---

<div class="post-metadata">

### Author: ![napcok](https://forum.maboxlinux.org/user_avatar/forum.maboxlinux.org/napcok/32/410_2.png) [@napcok](https://forum.maboxlinux.org/u/napcok)
#### Post date: [October 8, 2024, 9:15am UTC](https://forum.maboxlinux.org/t/notification-theme/1779/3 "2024-10-08T09:15:14Z")

</div>

Seems Xfce4 Notification Daemon is not started.  
Enable it in **Menu** → **Mabox Config** → **Autostart** → **Choose Apps/Services (GUI Editor)**

---

<div class="post-metadata">

### Author: ![domogled](https://forum.maboxlinux.org/user_avatar/forum.maboxlinux.org/domogled/32/1638_2.png) [@domogled](https://forum.maboxlinux.org/u/domogled)
#### Post date: [October 8, 2024, 12:32pm UTC](https://forum.maboxlinux.org/t/notification-theme/1779/4 "2024-10-08T12:32:23Z")

</div>

Thank you. Thank you. The problem was caused by the _update-notifier_ program, which requires a dependency on the _dunst_ notification daemon.

I have uninstalled update-notifier and need some other one to notify me of available updates. Which one do you recommend? The one from _xfce_? Is there one?

---

<div class="post-metadata">

### Author: ![napcok](https://forum.maboxlinux.org/user_avatar/forum.maboxlinux.org/napcok/32/410_2.png) [@napcok](https://forum.maboxlinux.org/u/napcok)
#### Post date: [October 8, 2024, 12:52pm UTC](https://forum.maboxlinux.org/t/notification-theme/1779/5 "2024-10-08T12:52:38Z")

</div>

For now, I would suggest running the default Conky - called Sysinfo. It has a built-in update check and displays a window with information if updates are available.

 ![sysinfo_conky](https://forum.maboxlinux.org/uploads/default/original/2X/2/23291cdcd9bc2d657c55d00a648e1e19f50f5914.avif)

In a few days I will also publish an executor for tint2 - whose tasks will be to regularly check for updates, as well as monitor + inform about disks filling up.

---

<div class="post-metadata">

### Author: ![Ursi\_Janecks](https://forum.maboxlinux.org/user_avatar/forum.maboxlinux.org/ursi_janecks/32/4348_2.png) [@Ursi\_Janecks](https://forum.maboxlinux.org/u/Ursi_Janecks)
#### Post date: [February 19, 2026, 9:54am UTC](https://forum.maboxlinux.org/t/notification-theme/1779/6 "2026-02-19T09:54:02Z")

</div>

Good catch on the dunst dependency! I’ve been using the Sysinfo Conky for updates for a while now and it’s actually really nice because it stays out of the way until you need it. Looking forward to that tint2 executor, though - that sounds like a great addition to the Mabox toolkit.

---

<div class="post-metadata">

### Author: ![napcok](https://forum.maboxlinux.org/user_avatar/forum.maboxlinux.org/napcok/32/410_2.png) [@napcok](https://forum.maboxlinux.org/u/napcok)
#### Post date: [February 19, 2026, 10:32am UTC](https://forum.maboxlinux.org/t/notification-theme/1779/7 "2026-02-19T10:32:01Z")

</div>

Update notifier/status icon is already available…

But… on older installations some manual steps are needed to get it.

1. Install and enable systemd timer (dependency)

```auto
yay -S mabox-checkupdates-systemd
sudo systemctl enable --now mabox-checkupdates.timer

```

1. Update tint2 configs shipped by Mabox  
_(Warning: this will overwrite the tint2 configuration files in your home directory.)_

```auto
mb-reset tint2

```

Above steps should do the trick, assuming you use default tint2 config: Istredd.

Take a look at _Settings_ submenu, you can configure and enable some more features there.

 ![Mabox Update notifier settings](https://forum.maboxlinux.org/uploads/default/original/2X/5/5488e812045c1fcce05faba053433a37d9d25b36.avif)
