1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-01 04:27:46 +00:00

Fix Dunst

This commit is contained in:
RGBCube 2023-12-01 14:25:02 +03:00
parent b6ae50a6f0
commit 13f6c5655e
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,3 @@
# Broken Stuff
- Custom Adwaita GTK CSS seems to not get loaded by GTK apps.
- Dunst text doesn't show up.

View file

@ -2,9 +2,9 @@
homeConfiguration "nixos" {
services.dunst = with upkgs.theme.withHashtag; enabled {
iconTheme = upkgs.theme.icons;
iconTheme = icons;
settings.global = with upkgs.theme; {
settings.global = {
width = "(300, 900)";
dmenu = "fuzzel --dmenu";