waybar add keepassxc
This commit is contained in:
parent
d38683d277
commit
11e9509f9a
@ -30,6 +30,7 @@ packagesPacman=(
|
||||
"mousepad"
|
||||
"ranger"
|
||||
"thunar"
|
||||
"keepassxc"
|
||||
"ttf-font-awesome"
|
||||
"ttf-fira-sans"
|
||||
"ttf-fira-code"
|
||||
|
3
scripts/networkmanager.sh
Executable file
3
scripts/networkmanager.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#/bin/sh
|
||||
|
||||
nmtui
|
3
scripts/pass.sh
Executable file
3
scripts/pass.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#/bin/sh
|
||||
|
||||
keepassxc
|
@ -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
|
||||
|
@ -46,7 +46,8 @@
|
||||
"modules": [
|
||||
"custom/filemanager",
|
||||
"custom/browser",
|
||||
"custom/email"
|
||||
"custom/email",
|
||||
"custom/pass"
|
||||
]
|
||||
},
|
||||
|
||||
|
@ -140,7 +140,7 @@ window#waybar.empty #window {
|
||||
* Custom Quicklinks
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
#custom-browser, #custom-email, #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-pass, #custom-cliphist, #custom-wallpaper, #custom-waybarthemes {
|
||||
margin-right: 20px;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
|
Loading…
x
Reference in New Issue
Block a user