feat(hyprlock): rice it slightly
This commit is contained in:
parent
f1786a1236
commit
4f6fb110d6
1 changed files with 15 additions and 2 deletions
|
@ -3,7 +3,7 @@ let
|
|||
cfg =
|
||||
if osConfig.networking.hostName == "nemesis" then
|
||||
{
|
||||
mainMonitor = "desc:OOO AN-270W04K";
|
||||
mainMonitor = "HDMI-A-1";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -16,7 +16,15 @@ in
|
|||
package = null;
|
||||
|
||||
settings = {
|
||||
general.hide_cursor = true;
|
||||
general = {
|
||||
hide_cursor = true;
|
||||
ignore_empty_input = true;
|
||||
};
|
||||
|
||||
background = {
|
||||
blur_passes = 5;
|
||||
blur_size = 5;
|
||||
};
|
||||
|
||||
label = {
|
||||
monitor = cfg.mainMonitor;
|
||||
|
@ -26,7 +34,10 @@ in
|
|||
valign = "center";
|
||||
position = "0, 0";
|
||||
zindex = 1;
|
||||
shadow_passes = 5;
|
||||
shadow_size = 5;
|
||||
};
|
||||
|
||||
input-field = {
|
||||
fade_on_empty = true;
|
||||
size = "200, 45";
|
||||
|
@ -35,6 +46,8 @@ in
|
|||
position = "0, -5%";
|
||||
placeholder_text = "";
|
||||
zindex = 1;
|
||||
shadow_passes = 5;
|
||||
shadow_size = 5;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue