fixes
This commit is contained in:
@@ -225,7 +225,7 @@ in
|
||||
halign = "center";
|
||||
valign = "center";
|
||||
}
|
||||
#weather
|
||||
# weather
|
||||
{
|
||||
monitor = cfg.primaryDisplay;
|
||||
text = "cmd[update:30000] waybar-weather --hyprlock";
|
||||
@@ -236,6 +236,17 @@ in
|
||||
halign = "right";
|
||||
valign = "bottom";
|
||||
}
|
||||
# media
|
||||
{
|
||||
monitor = cfg.primaryDisplay;
|
||||
text = "cmd[update:1000] waybar-media";
|
||||
color = "#eceff4";
|
||||
font_size = "15";
|
||||
font_family = "JetBrainsMono NFM";
|
||||
position = "100, 100";
|
||||
halign = "left";
|
||||
valign = "bottom";
|
||||
}
|
||||
];
|
||||
# user box
|
||||
shape = [
|
||||
@@ -267,6 +278,19 @@ in
|
||||
shadow_passes = 2;
|
||||
}
|
||||
];
|
||||
image = [
|
||||
{
|
||||
monitor = cfg.primaryDisplay;
|
||||
# path = "/tmp/hyprlock-art";
|
||||
reload_cmd = "waybar-media-art";
|
||||
reload_time = 3;
|
||||
size = 150;
|
||||
rounding = 0;
|
||||
position = "100, 150";
|
||||
halign = "left";
|
||||
valign = "bottom";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user