add waybar icon browser/email
This commit is contained in:
parent
a46b257653
commit
d38683d277
3
scripts/browser.sh
Executable file
3
scripts/browser.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#/bin/sh
|
||||
|
||||
firefox
|
3
scripts/email.sh
Executable file
3
scripts/email.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#/bin/sh
|
||||
|
||||
thunderbird
|
@ -1,4 +1,3 @@
|
||||
#/bin/sh
|
||||
|
||||
thunar
|
||||
|
||||
|
@ -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": "",
|
||||
|
@ -45,6 +45,8 @@
|
||||
"orientation": "horizontal",
|
||||
"modules": [
|
||||
"custom/filemanager",
|
||||
"custom/browser",
|
||||
"custom/email"
|
||||
]
|
||||
},
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user