mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 17:52:36 +08:00
Run xmobar directly, with pipe
This commit is contained in:
parent
2d243cbcc7
commit
67a528cdb4
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@ in
|
|||
description = "Xmobar";
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
serviceConfig = {
|
||||
ExecStart = "${xmobarPkg}/bin/xmobar-srid";
|
||||
# ExecStart = "${xmobarPkg}/bin/xmobar-srid";
|
||||
ExecStart = "${pkgs.xmobar}/bin/xmobar -v -x 2 -f xft:Consolas:size=12 -c '[Run PipeReader \"/etc/nixos/pipe\" \"thepipe\"]' -t \"%%thepipe%%\"";
|
||||
Restart = "on-abnormal";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue