aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules/home/apps/i3
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-07 22:33:40 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:49 -0700
commit5966c6bf05697f300e39e2abdd1631122efe3d87 (patch)
treea34a4b8f8459960567e87282be0c69c1fc4ab415 /snowfall/modules/home/apps/i3
parent18413c5606d6dcf0539df3dbaffcdbdc034ea1a6 (diff)
migration: fix polybar issue
Diffstat (limited to 'snowfall/modules/home/apps/i3')
-rw-r--r--snowfall/modules/home/apps/i3/default.nix3
1 files changed, 1 insertions, 2 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; }