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
|
||||
powerline-fonts
|
||||
font-manager
|
||||
xfce.xfce4-notifyd
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue