Update ssh config

This commit is contained in:
wzykubek 2024-11-24 10:31:07 +01:00
parent e57c208bf6
commit 1fdd8500f3
No known key found for this signature in database
4 changed files with 15 additions and 4 deletions

View File

@ -1,7 +1,7 @@
[user]
name = wzykubek
email = wz-git@mailbox.org
signingkey = ~/.ssh/id_yubico1_sk
signingkey = ~/.ssh/id_ed25519_sk_rk
[gpg]
format = ssh
[format]

View File

@ -6,10 +6,11 @@ Host wyse
HostName 192.168.1.5
User root
Host podman
Host alma
HostName 192.168.1.10
User root
User cloud
Port 2222
Host *
IdentityFile ~/.ssh/id_yubico1_sk
IdentityFile ~/.ssh/id_ed25519_sk_rk
IdentitiesOnly yes

View File

@ -20,6 +20,7 @@
"modules-right": [
"tray",
"mpris",
"pulseaudio",
"network",
"group/hardware",
@ -109,5 +110,9 @@
},
"on-click": "pwvucontrol"
},
"mpris": {
"format": "{title} - {artist} ",
"format-paused": "{title} - {artist} "
}
}
}

View File

@ -39,6 +39,7 @@ tooltip {
#clock,
#workspaces,
#window,
#mpris,
#pulseaudio,
#network,
#tray,
@ -93,6 +94,10 @@ tooltip {
color: @gold;
}
#mpris {
color: @foam;
}
#pulseaudio {
color: @iris;
}