diff --git a/home.nix b/home.nix index 4e5ae21..31c7afd 100644 --- a/home.nix +++ b/home.nix @@ -50,6 +50,7 @@ in nixpkgs-fmt powerline-fonts font-manager + xfce.xfce4-notifyd ]; fonts.fontconfig.enable = true; diff --git a/programm_configs/i3.nix b/programm_configs/i3.nix index a06d37d..279ca42 100644 --- a/programm_configs/i3.nix +++ b/programm_configs/i3.nix @@ -47,6 +47,11 @@ in always = true; notification = false; } + { + command = "systemctl --user restart xfce4-notifyd.service"; + always = true; + notification = false; + } { command = "blueman-applet"; always = true; diff --git a/programm_configs/polybar/polybar.nix b/programm_configs/polybar/polybar.nix index 4dcfe90..8dd7a8c 100644 --- a/programm_configs/polybar/polybar.nix +++ b/programm_configs/polybar/polybar.nix @@ -40,7 +40,7 @@ in font-1 = "Siji:style=Regular"; modules-left = "i3"; - modules-right = "filesystem pulseaudio memory cpu wlan eth battery temperature date tray"; + modules-right = "filesystem pulseaudio cpu wlan eth battery temperature date tray"; wm-restack = "i3"; cursor-click = "pointer";