add keychain and idle_inhibitor
This commit is contained in:
parent
c4598c70cd
commit
8a0ebd51da
4 changed files with 24 additions and 8 deletions
|
@ -24,6 +24,7 @@
|
|||
"battery",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"idle_inhibitor",
|
||||
"tray"
|
||||
],
|
||||
|
||||
|
@ -55,6 +56,14 @@
|
|||
"tooltip": false
|
||||
},
|
||||
|
||||
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"activated": "",
|
||||
"deactivated": ""
|
||||
}
|
||||
},
|
||||
"disk": {
|
||||
"interval": 30,
|
||||
"format": "{free} ",
|
||||
|
|
|
@ -11,6 +11,17 @@ window#waybar {
|
|||
color: #D3DAE3;
|
||||
}
|
||||
|
||||
#custom-right-arrow-dark,
|
||||
#custom-left-arrow-dark {
|
||||
color: #2F343F;
|
||||
}
|
||||
|
||||
#custom-right-arrow-light,
|
||||
#custom-left-arrow-light {
|
||||
color: #383C4A;
|
||||
background: #2F343F;
|
||||
}
|
||||
|
||||
#clock,
|
||||
#disk,
|
||||
#pulseaudio,
|
||||
|
@ -27,14 +38,8 @@ window#waybar {
|
|||
background: #2F343F;
|
||||
}
|
||||
|
||||
#custom-right-arrow-dark,
|
||||
#custom-left-arrow-dark {
|
||||
color: #2F343F;
|
||||
}
|
||||
|
||||
#custom-right-arrow-light,
|
||||
#custom-left-arrow-light {
|
||||
color: #383C4A;
|
||||
#idle_inhibitor {
|
||||
padding-left: 10px;
|
||||
background: #2F343F;
|
||||
}
|
||||
|
||||
|
|
1
.ssh/config
Normal file
1
.ssh/config
Normal file
|
@ -0,0 +1 @@
|
|||
AddKeysToAgent yes
|
|
@ -39,6 +39,7 @@ then
|
|||
. /usr/share/fzf/completion.zsh
|
||||
fi
|
||||
|
||||
eval `keychain --quiet --agents ssh --eval`
|
||||
|
||||
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
||||
export SDKMAN_DIR="$HOME/.sdkman"
|
||||
|
|
Loading…
Reference in a new issue