add waybar icon browser/email

This commit is contained in:
Spangenberg 2023-10-22 21:39:01 +02:00
parent a46b257653
commit d38683d277
6 changed files with 23 additions and 2 deletions

3
scripts/browser.sh Executable file
View File

@ -0,0 +1,3 @@
#/bin/sh
firefox

3
scripts/email.sh Executable file
View File

@ -0,0 +1,3 @@
#/bin/sh
thunderbird

View File

@ -1,4 +1,3 @@
#/bin/sh
thunar

View File

@ -89,6 +89,20 @@
"tooltip": false
},
// Browser Launcher
"custom/browser": {
"format": "",
"on-click": "~/dotfiles/scripts/browser.sh",
"tooltip": false
},
// EMail Launcher
"custom/email": {
"format": "󰇮",
"on-click": "~/dotfiles/scripts/email.sh",
"tooltip": false
},
// Teams Launcher
"custom/teams": {
"format": "",

View File

@ -45,6 +45,8 @@
"orientation": "horizontal",
"modules": [
"custom/filemanager",
"custom/browser",
"custom/email"
]
},

View File

@ -140,7 +140,7 @@ window#waybar.empty #window {
* Custom Quicklinks
* ----------------------------------------------------- */
#custom-brave, #custom-outlook, #custom-filemanager, #custom-teams, #custom-chatgpt, #custom-calculator, #custom-windowsvm, #custom-cliphist, #custom-wallpaper, #custom-waybarthemes {
#custom-browser, #custom-email, #custom-filemanager, #custom-teams, #custom-chatgpt, #custom-calculator, #custom-windowsvm, #custom-cliphist, #custom-wallpaper, #custom-waybarthemes {
margin-right: 20px;
font-size: 20px;
font-weight: bold;