Home Gen409 @ 2024-11-01-16:12
This commit is contained in:
parent
dd796dc284
commit
6ebb922322
@ -9,24 +9,98 @@
|
|||||||
settings = {
|
settings = {
|
||||||
background = [
|
background = [
|
||||||
{
|
{
|
||||||
path = "screenshot";
|
path = "screenshot"; # only png supported for now
|
||||||
blur_passes = 3;
|
# color = $color1
|
||||||
blur_size = 9;
|
|
||||||
|
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
|
||||||
|
blur_size = 4;
|
||||||
|
blur_passes = 3; # 0 disables blurring
|
||||||
|
noise = 0.0117;
|
||||||
|
contrast = 1.3000; # Vibrant!!!
|
||||||
|
brightness = 0.8000;
|
||||||
|
vibrancy = 0.2100;
|
||||||
|
vibrancy_darkness = 0.0;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Hours
|
||||||
|
label = [
|
||||||
|
{
|
||||||
|
text = ''cmd[update:1000] echo "<b><big> $(date +"%H") </big></b>"'';
|
||||||
|
#color = $color6
|
||||||
|
font_size = 112;
|
||||||
|
# font_family = Geist Mono 10
|
||||||
|
shadow_passes = 3;
|
||||||
|
shadow_size = 4;
|
||||||
|
|
||||||
|
position = "0, 220";
|
||||||
|
halign = "center";
|
||||||
|
valign = "center";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
text = ''cmd[update:1000] echo "<b><big> $(date +"%M") </big></b>"'';
|
||||||
|
# color = $color6
|
||||||
|
font_size = 112;
|
||||||
|
# font_family = Geist Mono 10
|
||||||
|
shadow_passes = 3;
|
||||||
|
shadow_size = 4;
|
||||||
|
|
||||||
|
position = "0, 80";
|
||||||
|
halign = "center";
|
||||||
|
valign = "center";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
text = ''cmd[update:18000000] echo "<b><big> "$(date +'%A')" </big></b>"'';
|
||||||
|
# color = $color7
|
||||||
|
font_size = 22;
|
||||||
|
# font_family = JetBrainsMono Nerd Font 10
|
||||||
|
|
||||||
|
position = "0, 30";
|
||||||
|
halign = "center";
|
||||||
|
valign = "center";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
text = ''cmd[update:18000000] echo "<b> "$(date +'%d %b')" </b>"'';
|
||||||
|
# color = $color7
|
||||||
|
font_size = 18;
|
||||||
|
#font_family = JetBrainsMono Nerd Font 10
|
||||||
|
|
||||||
|
position = "0, 6";
|
||||||
|
halign = "center";
|
||||||
|
valign = "center";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
text = ''cmd[update:18000000] echo "<b>Feels like<big> $(curl -s 'wttr.in?format=%t' | tr -d '+') </big></b>"'';
|
||||||
|
#color = $color7
|
||||||
|
font_size = 18;
|
||||||
|
# font_family = Geist Mono 10
|
||||||
|
|
||||||
|
position = "0, 40";
|
||||||
|
halign = "center";
|
||||||
|
valign = "bottom";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
input-field = [
|
input-field = [
|
||||||
{
|
{
|
||||||
size = "200, 50";
|
size = "250, 50";
|
||||||
position = "0, -80";
|
outline_thickness = 3;
|
||||||
monitor = "";
|
|
||||||
|
dots_size = 0.26; # Scale of input-field height, 0.2 - 0.8
|
||||||
|
dots_spacing = 0.64; # Scale of dots' absolute size, 0.0 - 1.0
|
||||||
dots_center = true;
|
dots_center = true;
|
||||||
fade_on_empty = false;
|
dots_rouding = -1;
|
||||||
font_color = "rgb(202, 211, 245)";
|
|
||||||
inner_color = "rgb(91, 96, 120)";
|
rounding = 22;
|
||||||
outer_color = "rgb(24, 25, 38)";
|
# outer_color = $color0
|
||||||
outline_thickness = 5;
|
# inner_color = $color0
|
||||||
placeholder_text = "<span foreground=\"##cad3f5\">Password...</span>";
|
# font_color = $color6
|
||||||
shadow_passes = 2;
|
fade_on_empty = true;
|
||||||
|
placeholder_text = ''<i>Password...</i>''; # Text rendered in the input box when it's empty.
|
||||||
|
|
||||||
|
position = "0, 120";
|
||||||
|
halign = "center";
|
||||||
|
valign = "bottom";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user