From 0f6d26214e768ca5274f1d76238c999ca91b5cbc Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Fri, 17 Jan 2025 22:05:50 -0800 Subject: extremely basic sway install --- roles/home/desktop/i3.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'roles/home/desktop/i3.nix') diff --git a/roles/home/desktop/i3.nix b/roles/home/desktop/i3.nix index 2653c4d..bea43fc 100644 --- a/roles/home/desktop/i3.nix +++ b/roles/home/desktop/i3.nix @@ -93,13 +93,15 @@ }; startup = [ - { command = "polybar-msg cmd quit"; always = true; notification = false; } - { command = "polybar"; always = true; notification = false; } - { command = "systemctl --user restart picom"; always = true; notification = false; } - { command = "${pkgs.feh}/bin/feh --bg-fill ${../../../assets/bg/${config.theme.background}}"; always = true; notification = false; } + #{ command = "polybar-msg cmd quit"; always = true; notification = false; } + #{ command = "polybar"; always = true; notification = false; } + { command = "waybar"; always = true; notification = false; } + + #{ command = "systemctl --user restart picom"; always = true; notification = false; } + #{ command = "${pkgs.feh}/bin/feh --bg-fill ${../../../assets/bg/${config.theme.background}}"; always = true; notification = false; } + { command = "${pkgs.swww}/bin/swww-daemon"; always = true; notification = false; } + { command = "${pkgs.swww}/bin/swww img ${../../../assets/bg/${config.theme.background}}"; always = true; notification = false; } { command = "${pkgs.fcitx5}/bin/fcitx5 -r -d"; always = true; notification = false; } - - { command = "${pkgs.premid}/bin/premid --no-sandbox"; always = false; notification = false; } ]; keybindings = { -- cgit v1.2.3