mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-03 15:39:24 +00:00
[kitty/polybar] Remove tilix leftovers
This commit is contained in:
@ -10,6 +10,12 @@ import secretstorage
|
||||
|
||||
from kitty.boss import Boss
|
||||
|
||||
#
|
||||
# To add passwords to the Secret Service that can be retrieved for this kitten:
|
||||
# secret-tool store --label user1 description "Kitty password" id $(uuidgen)
|
||||
# secret-tool store --label user2 description "Kitty password" id $(uuidgen)
|
||||
# Add map to kitty.conf:
|
||||
# map ctrl+alt+p kitten secrets.py "description" "Kitty password"
|
||||
|
||||
def main(args: List[str]) -> Optional[str]:
|
||||
secrets = get_secret_names(args[1], args[2])
|
||||
|
Reference in New Issue
Block a user