feat ✨: Waybar Weekly commit module
This commit is contained in:
parent
43a1dc2442
commit
df780e4c12
5 changed files with 413 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue