waybar add keepassxc
This commit is contained in:
@@ -103,6 +103,13 @@
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Pass Launcher
|
||||
"custom/pass": {
|
||||
"format": "",
|
||||
"on-click": "~/dotfiles/scripts/pass.sh",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Teams Launcher
|
||||
"custom/teams": {
|
||||
"format": "",
|
||||
@@ -185,7 +192,8 @@
|
||||
"tooltip-format-wifi": " {essid} ({signalStrength}%)",
|
||||
"tooltip-format-ethernet": " {ifname} ({ipaddr}/{cidr})",
|
||||
"tooltip-format-disconnected": "Disconnected",
|
||||
"max-length": 50
|
||||
"max-length": 50,
|
||||
"on-click": "kitty --start-as=maximized ~/dotfiles/scripts/networkmanager.sh"
|
||||
},
|
||||
|
||||
// Battery
|
||||
|
||||
Reference in New Issue
Block a user