aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules
diff options
context:
space:
mode:
Diffstat (limited to 'snowfall/modules')
-rw-r--r--snowfall/modules/home/apps/i3/default.nix3
-rw-r--r--snowfall/modules/home/apps/polybar/default.nix2
2 files changed, 2 insertions, 3 deletions
diff --git a/snowfall/modules/home/apps/i3/default.nix b/snowfall/modules/home/apps/i3/default.nix
index c96d1cf..acbdf97 100644
--- a/snowfall/modules/home/apps/i3/default.nix
+++ b/snowfall/modules/home/apps/i3/default.nix
@@ -102,8 +102,7 @@ in {
};
startup = [
- { command = "polybar-msg cmd quit"; always = true; notification = false; }
- { command = "polybar"; always = true; notification = false; }
+ { command = "polybar-msg cmd quit; polybar"; always = true; notification = false; }
{ command = "systemctl --user restart picom"; always = true; notification = false; }
#TODO: better path
{ command = "${pkgs.feh}/bin/feh --bg-fill ${../../desktop/bg/${desktop.background}}"; always = true; notification = false; }
diff --git a/snowfall/modules/home/apps/polybar/default.nix b/snowfall/modules/home/apps/polybar/default.nix
index a46627f..e942a21 100644
--- a/snowfall/modules/home/apps/polybar/default.nix
+++ b/snowfall/modules/home/apps/polybar/default.nix
@@ -11,7 +11,7 @@ in {
config = mkIf cfg.enable {
services.polybar = {
enable = true;
- script = "polybar";
+ script = "";
package = pkgs.polybar.override {
i3Support = true;