Start waybar from systemd
This commit is contained in:
parent
93f98a6b6c
commit
ed3e3fe949
2 changed files with 3 additions and 5 deletions
|
@ -24,11 +24,7 @@ in
|
|||
"2" = [{ app_id = "Alacritty"; } { app_id = "foot"; }];
|
||||
"3" = [{ class = "Code"; }];
|
||||
};
|
||||
bars = [
|
||||
{
|
||||
command = "${pkgs.waybar}/bin/waybar";
|
||||
}
|
||||
];
|
||||
bars = [ ];
|
||||
|
||||
# Dracula theme
|
||||
colors = {
|
||||
|
|
|
@ -20,6 +20,8 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
|
||||
settings = [
|
||||
{
|
||||
layer = "top";
|
||||
|
|
Loading…
Reference in a new issue