hosts/hyacinth: DP-1 -> DisplayPort-0

This commit is contained in:
LavaDesu 2023-06-19 21:44:34 +07:00
parent 07d84e0d9c
commit c6a5c808e2
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@
script = builtins.readFile ../../scripts/polybar.sh;
settings = {
"bar/scroller" = {
monitor = "DisplayPort-0";
monitor = "DP-1";
width = "100%";
height = 1;
background = colours.background1;
@ -28,7 +28,7 @@
};
"bar/top" = {
monitor = "DisplayPort-0";
monitor = "DP-1";
width = "100%";
height = 29;
background = colours.background1;