Add custom flatpak update module to waybar

This commit is contained in:
2024-10-20 19:32:30 -05:00
parent 1cb07b84c1
commit 6c17a0171b
2 changed files with 12 additions and 1 deletions

View File

@@ -204,3 +204,7 @@ window#waybar.fullscreen #window {
color: #fb4934;
padding: 0 1em;
}
#custom-flatpak {
color: rgba(235, 219, 178, 0.8);
padding: 0 1em;
}