slow scroll speed

This commit is contained in:
2024-06-17 11:27:37 +01:00
parent 0ed8ca9814
commit d1918481fe
+14 -1
View File
@@ -67,6 +67,7 @@
disable_while_typing = true;
natural_scroll = true;
middle_button_emulation = true;
scroll_factor = 0.5;
drag_lock = false;
tap-to-click = true;
};
@@ -363,7 +364,7 @@
input-field = [
{
monitor = "";
size = "300, 20";
size = "200, 30";
outline_thickness = 3;
dots_size = 0.33;
dots_spacing = 0.15;
@@ -404,6 +405,18 @@
halign = "left";
valign = "bottom";
}
{
monitor = "";
text = "cmd[update:1000] echo \"<span foreground='##feffee'>󰁿$(cat /sys/class/power_supply/BAT0/capacity)</span>\"";
text_align = "center";
color = "#ffffee";
font_size = 18;
font_family = builtins.head osConfig.fonts.fontconfig.defaultFonts.sansSerif;
position = "80, 80";
halign = "right";
valign = "bottom";
}
];
};
};