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 = {
|
nix.registry."system".to = {
|
||||||
type = "path";
|
type = "path";
|
||||||
path = "/home/fabian/nix";
|
path = "/home/fabian/nix";
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue