Hyprland flake updates, fix waybar display names
This commit is contained in:
parent
2ea60f205c
commit
488a3b47ee
|
@ -181,11 +181,11 @@
|
|||
"xdph": "xdph"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1688968383,
|
||||
"narHash": "sha256-JnLaQKBipC6hpKWWtaWYsYDmh0dS+ZVZ2zC4Od44eJE=",
|
||||
"lastModified": 1688991203,
|
||||
"narHash": "sha256-KJT2zkx7ob0/lGPt4bqjoyOiLdMKwii2p+nKgvgFBwg=",
|
||||
"owner": "hyprwm",
|
||||
"repo": "Hyprland",
|
||||
"rev": "4cc0e6de90844dd340108f132db014ccf8d44ba7",
|
||||
"rev": "0c61a1530f2da2571e8285df106b31af73843411",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -175,9 +175,9 @@
|
|||
};
|
||||
programs.neovim.package = pkgs.neovim-nightly;
|
||||
programs.waybar.settings = {
|
||||
main."output" = "desc:Iiyama North America PLB2403WS 0574281251316";
|
||||
main."output" = "DP-5";
|
||||
laptop."output" = "eDP-1";
|
||||
vertical."output" = "desc:Dell Inc. DELL U2417H 5K9YD872FY1L";
|
||||
vertical."output" = "DP-3";
|
||||
};
|
||||
xdg.configFile."hypr/hyprpaper.conf".text = ''
|
||||
preload = ${wallpapers.outputs.default}
|
||||
|
|
|
@ -49,7 +49,6 @@ in {
|
|||
hidpi = true;
|
||||
};
|
||||
extraConfig = ''
|
||||
monitor = ,preferred,auto,auto
|
||||
exec-once = waybar & hyprpaper & dunst
|
||||
source = ./macchiato.conf
|
||||
source = ./display.conf
|
||||
|
|
Loading…
Reference in a new issue