Changed Avatars to Miku

This commit is contained in:
2026-06-30 21:30:02 +02:00
parent 70ab04e947
commit 65d1577cc6
35 changed files with 61 additions and 99 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
_: {
{
imports = [
./hyprland
./rofi
+1 -1
View File
@@ -6,7 +6,7 @@
after_sleep_cmd = "hyprctl dispatch dpms on";
ignore_dbus_inhibit = false;
lock_cmd = "hyprlock";
before_sleep_cmd = "notify-send -u critical \"I'm getting sleepy I'll see you in my code dreams 💖\" --icon=$HOME/.config/hypr/avatar.png --app-name=Hyprlock";
before_sleep_cmd = "notify-send -u critical \"I'm getting sleepy I'll see you in my code dreams 💖\" --app-name=Hyprlock";
};
listener = [
+13 -12
View File
@@ -14,7 +14,7 @@
background = [
{
path = "~/Pictures/Wallpapers/lucy_with_cat.png";
path = "$HOME/Pictures/Wallpapers/lucy_with_cat.png";
blur_passes = 1;
blur_size = 5;
}
@@ -77,7 +77,7 @@
outline_thickness = 4;
dots_size = 0.2;
dots_spacing = 0.2;
dots_center = "true";
dots_center = true;
outer_color = "$red";
inner_color = "$surface0";
font_color = "$text";
@@ -93,16 +93,17 @@
valign = "center";
};
image = {
monitor = "";
path = "~/.config/hypr/avatar/avatar.png";
size = 300;
border_color = "$teal";
position = "0, 75";
halign = "center";
valign = "center";
};
image = [
{
monitor = "";
path = "$HOME/Pictures/Avatar/miku_happy_sparkels.png";
size = 300;
border_color = "$teal";
position = "0, 75";
halign = "center";
valign = "center";
}
];
};
};
}
+1 -1
View File
@@ -163,7 +163,7 @@
clouds=$(echo "$data" | jq -r '.clouds.all')
sunrise=$(echo "$data" | jq -r '.sys.sunrise | strftime("%H:%M")')
sunset=$(echo "$data" | jq -r '.sys.sunset | strftime("%H:%M")')
notify-send "$city" "Temperature: $temp °C\nFeels Like: $feels °C\nHumidity: $humidity%\nWind: $wind m/s\nClouds: $clouds%\nSunrise at: $sunrise\nSunset at: $sunset" -u normal --icon="$HOME/Pictures/Avatar/avatar_weather_no_bg.png"
notify-send "$city" "Temperature: $temp °C\nFeels Like: $feels °C\nHumidity: $humidity%\nWind: $wind m/s\nClouds: $clouds%\nSunrise at: $sunrise\nSunset at: $sunset" -u normal --icon="$HOME/Pictures/Avatar/miku_window_no_bg.png"
'';
};