Adjust waybar config
This commit is contained in:
parent
b01e9c5f18
commit
c8470a1b10
13
flake.nix
13
flake.nix
|
@ -171,6 +171,19 @@
|
||||||
stateVersion = "22.11";
|
stateVersion = "22.11";
|
||||||
};
|
};
|
||||||
programs.neovim.package = pkgs.neovim-nightly;
|
programs.neovim.package = pkgs.neovim-nightly;
|
||||||
|
programs.waybar.settings = {
|
||||||
|
main."output" = "eDP-1";
|
||||||
|
ext = {
|
||||||
|
"include" = [
|
||||||
|
"~/.config/waybar/modules.json"
|
||||||
|
"~/.config/waybar/layout.json"
|
||||||
|
];
|
||||||
|
"output" = "!eDP-1";
|
||||||
|
"modules-left" = ["clock" "cpu" "memory" "temperature"];
|
||||||
|
"modules-center" = ["wlr/workspaces"];
|
||||||
|
"modules-right" = ["pulseaudio" "bluetooth" "network#compact" "battery" "tray"];
|
||||||
|
};
|
||||||
|
};
|
||||||
xdg.configFile."hypr/hyprpaper.conf".text = ''
|
xdg.configFile."hypr/hyprpaper.conf".text = ''
|
||||||
preload = ${wallpapers.outputs.default}
|
preload = ${wallpapers.outputs.default}
|
||||||
wallpaper = ,${wallpapers.outputs.default}
|
wallpaper = ,${wallpapers.outputs.default}
|
||||||
|
|
Loading…
Reference in a new issue