feat(hyprlock): update

This commit is contained in:
2026-02-25 01:35:25 +01:00
parent 566513de78
commit 74dda82f24
10 changed files with 115 additions and 24 deletions

View File

@@ -74,6 +74,7 @@ window#waybar {
#clock,
#pulseaudio,
#custom-nowplaying,
#custom-logo,
#custom-power,
#custom-spotify,
@@ -95,6 +96,14 @@ window#waybar {
margin-right: 3px;
}
#custom-nowplaying {
padding-left: 40px;
background-size: 30px 30px;
background-repeat: no-repeat;
background-position: left center;
background-image: url('/home/stereov/.cache/nowplaying-cover.jpg')
}
#mpris.playing {
color: #a6e3a1;
}