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

@ -9,6 +9,7 @@
"modules-right": [
// "custom/cava",
"hyprland/window",
"custom/gh",
"temperature#gpu",
// "custom/update" ,
"custom/transparency",
@ -19,6 +20,12 @@
// "bluetooth",
"battery"
],
"custom/gh": {
"exec": "~/.config/waybar/scripts/weekly_commits",
"return-type": "json",
"interval": 3600, // Update every hour
"tooltip": true
},
"hyprland/window": {
"format": "{initialClass}",
"icon": true,