Skip to content

Instantly share code, notes, and snippets.

@lovesegfault
Created November 17, 2019 07:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lovesegfault/a8af1c498c53acf5fc167b17e52bf67d to your computer and use it in GitHub Desktop.
Save lovesegfault/a8af1c498c53acf5fc167b17e52bf67d to your computer and use it in GitHub Desktop.
{ config, pkgs, ... }: {
xdg.configFile.waybar-config = {
target = "waybar/config";
text = (builtins.toJSON {
layer = "top";
modules-left = [ "sway/workspaces" "sway/mode" ];
});
source = ../files/waybar.conf;
};
xdg.configFile."waybar/style.css" = { source = ../files/waybar.style.css; };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment