diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-05 16:56:41 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-05 16:58:32 +0100 |
commit | e019e80eac1b03a5c177ef5d358b720bdbc774ac (patch) | |
tree | f2d86a62a62af8f2233c80c115b4943a379996dc /accounts/gkleen@sif/systemd.nix | |
parent | 73875ac457ec19f1cabb3d343e0c44c1b1171f3d (diff) | |
download | nixos-e019e80eac1b03a5c177ef5d358b720bdbc774ac.tar nixos-e019e80eac1b03a5c177ef5d358b720bdbc774ac.tar.gz nixos-e019e80eac1b03a5c177ef5d358b720bdbc774ac.tar.bz2 nixos-e019e80eac1b03a5c177ef5d358b720bdbc774ac.tar.xz nixos-e019e80eac1b03a5c177ef5d358b720bdbc774ac.zip |
gkleen@sif: taffybar
Diffstat (limited to 'accounts/gkleen@sif/systemd.nix')
-rw-r--r-- | accounts/gkleen@sif/systemd.nix | 47 |
1 files changed, 26 insertions, 21 deletions
diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix index 7faef31a..56965b74 100644 --- a/accounts/gkleen@sif/systemd.nix +++ b/accounts/gkleen@sif/systemd.nix | |||
@@ -16,28 +16,33 @@ in { | |||
16 | After = ["graphical-session-pre.target"]; | 16 | After = ["graphical-session-pre.target"]; |
17 | }; | 17 | }; |
18 | }; | 18 | }; |
19 | trayer = { | 19 | # trayer = { |
20 | Service = { | 20 | # Service = { |
21 | Type = "simple"; | 21 | # Type = "simple"; |
22 | WorkingDirectory = "~"; | 22 | # WorkingDirectory = "~"; |
23 | ExecStart = "${pkgs.trayer}/bin/trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 8 --tint 0x000000 --alpha 0 --transparent true --height 32 --monitor primary"; | 23 | # ExecStart = "${pkgs.trayer}/bin/trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 8 --tint 0x000000 --alpha 0 --transparent true --height 32 --monitor primary"; |
24 | Restart = "always"; | 24 | # Restart = "always"; |
25 | }; | 25 | # }; |
26 | Install = { | 26 | # Install = { |
27 | WantedBy = ["graphical-session.target"]; | 27 | # WantedBy = ["graphical-session.target"]; |
28 | }; | 28 | # }; |
29 | }; | 29 | # }; |
30 | xmobar = { | 30 | # xmobar = { |
31 | Service = { | 31 | # Service = { |
32 | Type = "simple"; | 32 | # Type = "simple"; |
33 | WorkingDirectory = "~"; | 33 | # WorkingDirectory = "~"; |
34 | ExecStart = "${xmobar}/bin/xmobar"; | 34 | # ExecStart = "${xmobar}/bin/xmobar"; |
35 | Restart = "always"; | 35 | # Restart = "always"; |
36 | Environment = "PATH=${pkgs.worktime}/bin:${pkgs.openssh}/bin"; | 36 | # Environment = "PATH=${pkgs.worktime}/bin:${pkgs.openssh}/bin"; |
37 | 37 | ||
38 | }; | 38 | # }; |
39 | Install = { | 39 | # Install = { |
40 | WantedBy = ["graphical-session.target"]; | 40 | # WantedBy = ["graphical-session.target"]; |
41 | # }; | ||
42 | # }; | ||
43 | taffybar = { | ||
44 | Service = { | ||
45 | Environment = with pkgs; "PATH=${worktime}/bin:${systemd}/bin"; | ||
41 | }; | 46 | }; |
42 | }; | 47 | }; |
43 | dunst = { | 48 | dunst = { |