feat : Waybar Weekly commit module

This commit is contained in:
Ayush Dumasia 2025-06-07 12:51:17 +05:30
parent 43a1dc2442
commit df780e4c12
5 changed files with 413 additions and 0 deletions

View file

@ -12,6 +12,19 @@
text-shadow: none;
background-color: transparent;
}
#custom-gh {
color: #39d353; /* Default color for contributions */
background: @raisin-black;
border-radius: 6px;
margin-right: 2px;
padding: 6px;
}
#custom-gh .empty {
color: #161b22; /* Color for no contributions */
}
window#waybar {
/* background: rgba(0, 0, 0, 0.45); */
/* color: @text; */