This commit is contained in:
Stephan Raabe
2023-08-31 14:10:16 +02:00
parent dddeeb2565
commit 8ee9805fb1
3 changed files with 34 additions and 22 deletions

View File

@@ -42,11 +42,23 @@
}
},
// Hyprland Window
"hyprland/window": {
"rewrite": {
"(.*) - Brave": "$1",
"(.*) - Chromium": "$1",
"(.*) - Brave Search": "$1",
"(.*) - Outlook": "$1",
"(.*) Microsoft Teams": "$1"
},
"separate-outputs": true
},
// Youtube Subscriber Count
"custom/youtube": {
"format": " {}",
"exec": "python ~/private/youtube.py",
"restart-interval": 60,
"restart-interval": 600,
"on-click": "brave https://studio.youtube.com",
"tooltip": false
},
@@ -55,7 +67,7 @@
"custom/updates": {
"format": " {}",
"exec": "~/dotfiles/scripts/updates.sh",
"restart-interval": 60,
"restart-interval": 600,
"on-click": "alacritty -e yay",
"tooltip": false
},