diff options
Diffstat (limited to 'roles/home')
| -rw-r--r-- | roles/home/desktop/i3.nix | 14 |
1 files changed, 8 insertions, 6 deletions
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 = { |