notifications

This commit is contained in:
CDaut 2024-04-18 22:41:46 +02:00
parent b78f561df5
commit c27290b026
Signed by: clara
GPG key ID: 223391B52FAD4463
3 changed files with 7 additions and 1 deletions

View file

@ -50,6 +50,7 @@ in
nixpkgs-fmt
powerline-fonts
font-manager
xfce.xfce4-notifyd
];
fonts.fontconfig.enable = true;

View file

@ -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;

View file

@ -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";