crea temp dir en home y elimina basura de polybar
This commit is contained in:
parent
81ba0b7224
commit
3c5250b773
|
@ -16,6 +16,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
systemd.user.tmpfiles.rules = [
|
||||
"d %t/tmp 0700 fabian fabian 24h"
|
||||
];
|
||||
|
||||
nix.registry."system".to = {
|
||||
type = "path";
|
||||
path = "/home/fabian/nix";
|
||||
|
|
|
@ -257,11 +257,11 @@ format-prefix-foreground = ''${colors.foreground-alt}
|
|||
|
||||
label = %date% %time%
|
||||
|
||||
[module/semanatec]
|
||||
type = custom/script
|
||||
exec = /home/fabian/bin/semanatec/target/release/semanatec
|
||||
interval = 3600
|
||||
format-prefix = ""
|
||||
;[module/semanatec]
|
||||
;type = custom/script
|
||||
;exec = /home/fabian/bin/semanatec/target/release/semanatec
|
||||
;interval = 3600
|
||||
;format-prefix = ""
|
||||
|
||||
[module/pulseaudio]
|
||||
type = internal/pulseaudio
|
||||
|
|
Loading…
Reference in a new issue