crea temp dir en home y elimina basura de polybar

This commit is contained in:
Fabián Montero 2022-03-28 22:57:09 -06:00
parent 81ba0b7224
commit 3c5250b773
2 changed files with 9 additions and 5 deletions

View file

@ -16,6 +16,10 @@
}; };
}; };
systemd.user.tmpfiles.rules = [
"d %t/tmp 0700 fabian fabian 24h"
];
nix.registry."system".to = { nix.registry."system".to = {
type = "path"; type = "path";
path = "/home/fabian/nix"; path = "/home/fabian/nix";

View file

@ -257,11 +257,11 @@ format-prefix-foreground = ''${colors.foreground-alt}
label = %date% %time% label = %date% %time%
[module/semanatec] ;[module/semanatec]
type = custom/script ;type = custom/script
exec = /home/fabian/bin/semanatec/target/release/semanatec ;exec = /home/fabian/bin/semanatec/target/release/semanatec
interval = 3600 ;interval = 3600
format-prefix = "" ;format-prefix = ""
[module/pulseaudio] [module/pulseaudio]
type = internal/pulseaudio type = internal/pulseaudio