notifications
This commit is contained in:
parent
b78f561df5
commit
c27290b026
3 changed files with 7 additions and 1 deletions
1
home.nix
1
home.nix
|
|
@ -50,6 +50,7 @@ in
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
font-manager
|
font-manager
|
||||||
|
xfce.xfce4-notifyd
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,11 @@ in
|
||||||
always = true;
|
always = true;
|
||||||
notification = false;
|
notification = false;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
command = "systemctl --user restart xfce4-notifyd.service";
|
||||||
|
always = true;
|
||||||
|
notification = false;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
command = "blueman-applet";
|
command = "blueman-applet";
|
||||||
always = true;
|
always = true;
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ in
|
||||||
font-1 = "Siji:style=Regular";
|
font-1 = "Siji:style=Regular";
|
||||||
|
|
||||||
modules-left = "i3";
|
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";
|
wm-restack = "i3";
|
||||||
|
|
||||||
cursor-click = "pointer";
|
cursor-click = "pointer";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue