updating wallpaper with a cycle 7am and 8pm

This commit is contained in:
samantha42
2026-04-18 08:11:37 +02:00
parent 75aa2e6605
commit 1788010c7e
13 changed files with 122 additions and 61 deletions

View File

@@ -32,13 +32,12 @@ window#waybar {
#workspaces button:hover {
background: rgba(137, 180, 250, 0.15);
color: #89b4fa;
color: #ffffff;
}
#workspaces button.active {
color: #89b4fa;
background: rgba(137, 180, 250, 0.20);
border-bottom: 2px solid #89b4fa;
background: rgb(167, 124, 215);
color: #ffffff;
}
#workspaces button.urgent {
@@ -47,7 +46,7 @@ window#waybar {
}
#workspaces button.empty {
color: #313244;
color: #6c7086;
}
/* ── Window title ───────────────────────────────────── */