Skip to content

Commit

Permalink
conver the default sway-bar config
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Mar 19, 2021
1 parent ab76b2f commit a956749
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions torch/sway.nix
Expand Up @@ -18,6 +18,23 @@
repeat_delay = "200"; # milliseconds
xkb_options = "ctrl:nocaps"; # caps lock is ctrl
};

# for now I'm just converting /etc/sway/config's default bar to
# home-manager's syntax
bars = [{
position = "top";
statusCommand = "while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done";

colors = {
statusline = "#ffffff";
background = "#323232";
inactiveWorkspace = {
border = "#32323200";
background = "#32323200";
text = "#5c5c5c";
};
};
}];
};
};
}

0 comments on commit a956749

Please sign in to comment.