diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-02-21 22:34:46 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-02-28 17:48:23 +0100 |
| commit | b0214d50e9a728d77d98d791e92dfe3747f27e23 (patch) | |
| tree | 95810c2d5c7af41d0e3e85570e60c2fb6658291c /home/config/i3/bar/default.nix | |
| parent | e761ac4b2c69f8ac267e53fa437c6978b207d743 (diff) | |
factor out common home-manager configuration
Diffstat (limited to 'home/config/i3/bar/default.nix')
| -rw-r--r-- | home/config/i3/bar/default.nix | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/home/config/i3/bar/default.nix b/home/config/i3/bar/default.nix deleted file mode 100644 index e43095f..0000000 --- a/home/config/i3/bar/default.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ pkgs, ... }: - -let - statusPackage = - pkgs.personal.barista.override { i3statusGo = ./i3status.go; }; -in { - xsession.windowManager.i3.config.bars = [{ - statusCommand = "${statusPackage}/bin/i3status"; - fonts = { - names = [ "roboto" ]; - size = 11.0; - }; - colors.background = "#111111"; - }]; - - # (Miscellaneous) Tray icons - services.blueman-applet.enable = true; -} |
