diff options
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 = { |
