there is now osd in waybar

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-06-30 00:12:14 +02:00
parent cdffe66d72
commit ccdf0c289a
11 changed files with 156 additions and 155 deletions
+7 -1
View File
@@ -36,7 +36,7 @@ in {
background: ${module-bg};
border-radius: 100px;
padding: 6px 14px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
box-shadow: none;
}
#clock,
@@ -201,5 +201,11 @@ in {
background-color: ${fg};
background-image: none;
}
#custom-osd {
padding: 1px 14px;
font-weight: 700;
color: ${fg};
}
'';
}