waybar add keepassxc

This commit is contained in:
Spangenberg 2023-10-22 22:10:55 +02:00
parent d38683d277
commit 11e9509f9a
6 changed files with 19 additions and 3 deletions

View File

@ -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
View File

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

3
scripts/pass.sh Executable file
View File

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

View File

@ -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

View File

@ -46,7 +46,8 @@
"modules": [ "modules": [
"custom/filemanager", "custom/filemanager",
"custom/browser", "custom/browser",
"custom/email" "custom/email",
"custom/pass"
] ]
}, },

View File

@ -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;