Skip to content

Commit

Permalink
kickoff
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Nov 11, 2024
1 parent 04cb984 commit a7929ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions home-manager-modules/users/mightyiam/modules/launcher.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
lib,
pkgs,
...
}:
{
wayland.windowManager.sway.config.menu = lib.getExe pkgs.kickoff;
}
1 change: 0 additions & 1 deletion home-manager-modules/users/mightyiam/modules/sway-bars.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ lib.mkIf config.gui.enable {
};
wayland.windowManager.sway.config.bars = [
{
mode = "hide";
statusCommand = "i3status-rs ${config.xdg.configHome}/i3status-rust/config-${id}.toml";
trayOutput = "none";
fonts = {
Expand Down

0 comments on commit a7929ef

Please sign in to comment.