This commit is contained in:
Stephan Raabe
2023-08-31 09:05:39 +02:00
parent b5c936e484
commit 1ab7f13373
6 changed files with 152 additions and 192 deletions

View File

@@ -23,6 +23,25 @@
}
},
// Taskbar
"wlr/taskbar": {
"format": "{icon}",
"icon-size": 16,
"tooltip-format": "{title}",
"on-click": "activate",
"on-click-middle": "close",
"ignore-list": [
"Alacritty"
],
"app_ids-mapping": {
"firefoxdeveloperedition": "firefox-developer-edition"
},
"rewrite": {
"Firefox Web Browser": "Firefox",
"Foot Server": "Terminal"
}
},
// Youtube Subscriber Count
"custom/youtube": {
"format": " {}",
@@ -42,7 +61,7 @@
// Teams Launcher
"custom/teams": {
"format": "",
"on-click": "brave --app=https://teams.microsoft.com/go",
"on-click": "chromium --app=https://teams.microsoft.com/go",
"tooltip": false
},