waybar systemd
This commit is contained in:
parent
d3b131ae8d
commit
9cf843ec06
3 changed files with 9 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
|||
// Bar Options
|
||||
"output": "DP-3",
|
||||
"position": "left",
|
||||
"width": 36,
|
||||
"margin-left": 8,
|
||||
"margin-top": 8,
|
||||
"margin-bottom": 8,
|
||||
|
|
|
|||
|
|
@ -5,5 +5,11 @@
|
|||
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/dev/nix-config/modules/wm/waybar/config";
|
||||
};
|
||||
|
||||
programs.waybar.enable = true;
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
systemd = {
|
||||
enable = true;
|
||||
target = "graphical.target";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue