waybar add keepassxc
This commit is contained in:
parent
d38683d277
commit
11e9509f9a
@ -30,6 +30,7 @@ packagesPacman=(
|
|||||||
"mousepad"
|
"mousepad"
|
||||||
"ranger"
|
"ranger"
|
||||||
"thunar"
|
"thunar"
|
||||||
|
"keepassxc"
|
||||||
"ttf-font-awesome"
|
"ttf-font-awesome"
|
||||||
"ttf-fira-sans"
|
"ttf-fira-sans"
|
||||||
"ttf-fira-code"
|
"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
|
"tooltip": false
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// Pass Launcher
|
||||||
|
"custom/pass": {
|
||||||
|
"format": "",
|
||||||
|
"on-click": "~/dotfiles/scripts/pass.sh",
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
|
|
||||||
// Teams Launcher
|
// Teams Launcher
|
||||||
"custom/teams": {
|
"custom/teams": {
|
||||||
"format": "",
|
"format": "",
|
||||||
@ -185,7 +192,8 @@
|
|||||||
"tooltip-format-wifi": " {essid} ({signalStrength}%)",
|
"tooltip-format-wifi": " {essid} ({signalStrength}%)",
|
||||||
"tooltip-format-ethernet": " {ifname} ({ipaddr}/{cidr})",
|
"tooltip-format-ethernet": " {ifname} ({ipaddr}/{cidr})",
|
||||||
"tooltip-format-disconnected": "Disconnected",
|
"tooltip-format-disconnected": "Disconnected",
|
||||||
"max-length": 50
|
"max-length": 50,
|
||||||
|
"on-click": "kitty --start-as=maximized ~/dotfiles/scripts/networkmanager.sh"
|
||||||
},
|
},
|
||||||
|
|
||||||
// Battery
|
// Battery
|
||||||
|
@ -46,7 +46,8 @@
|
|||||||
"modules": [
|
"modules": [
|
||||||
"custom/filemanager",
|
"custom/filemanager",
|
||||||
"custom/browser",
|
"custom/browser",
|
||||||
"custom/email"
|
"custom/email",
|
||||||
|
"custom/pass"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -140,7 +140,7 @@ window#waybar.empty #window {
|
|||||||
* Custom Quicklinks
|
* 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;
|
margin-right: 20px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user