added a user service that tracks new updates for packages that I maintain, also moved the login sound from the hyprland config to a systemd service that triggers after graphical-session.target

This commit is contained in:
2024-11-10 15:08:54 -05:00
parent 366a0c1175
commit 06b840a743
7 changed files with 113 additions and 12 deletions

View File

@@ -134,7 +134,7 @@
color: @text;
/* color: @theme_text_color; */
font-size: 16px;
padding: 0px;
padding-left: 0px;
}
.time {
@@ -154,10 +154,12 @@
/* color: alpha(@theme_text_color, 0.9); */
text-shadow: none;
margin: 0px 0px 0px 0px;
padding-left: 8px;
}
.body-image {
border-radius: 4px;
border-radius: 2px;
padding-right: 2px;
}
/* The "Notifications" and "Do Not Disturb" text widget */