fix(homeModules/desktop): make hyprland reload waybar on rebuild
This commit is contained in:
parent
a6259c7c99
commit
3a2a668028
2 changed files with 6 additions and 3 deletions
|
@ -10,6 +10,12 @@
|
|||
home.sessionVariables.STATUS_BAR = "waybar";
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
settings = [
|
||||
{
|
||||
layer = "top";
|
||||
modules-right = [ "clock" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue