mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 04:27:46 +00:00
Fix Dunst
This commit is contained in:
parent
b6ae50a6f0
commit
13f6c5655e
2 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
# Broken Stuff
|
||||
|
||||
- Custom Adwaita GTK CSS seems to not get loaded by GTK apps.
|
||||
- Dunst text doesn't show up.
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue