Update ssh config
Add MPRIS module to waybar
This commit is contained in:
parent
e57c208bf6
commit
7f5772cfe1
@ -1,7 +1,7 @@
|
|||||||
[user]
|
[user]
|
||||||
name = wzykubek
|
name = wzykubek
|
||||||
email = wz-git@mailbox.org
|
email = wz-git@mailbox.org
|
||||||
signingkey = ~/.ssh/id_yubico1_sk
|
signingkey = ~/.ssh/id_ed25519_sk_rk
|
||||||
[gpg]
|
[gpg]
|
||||||
format = ssh
|
format = ssh
|
||||||
[format]
|
[format]
|
||||||
|
@ -6,10 +6,11 @@ Host wyse
|
|||||||
HostName 192.168.1.5
|
HostName 192.168.1.5
|
||||||
User root
|
User root
|
||||||
|
|
||||||
Host podman
|
Host alma
|
||||||
HostName 192.168.1.10
|
HostName 192.168.1.10
|
||||||
User root
|
User cloud
|
||||||
|
Port 2222
|
||||||
|
|
||||||
Host *
|
Host *
|
||||||
IdentityFile ~/.ssh/id_yubico1_sk
|
IdentityFile ~/.ssh/id_ed25519_sk_rk
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"tray",
|
"tray",
|
||||||
|
"mpris",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"network",
|
"network",
|
||||||
"group/hardware",
|
"group/hardware",
|
||||||
@ -109,5 +110,9 @@
|
|||||||
},
|
},
|
||||||
"on-click": "pwvucontrol"
|
"on-click": "pwvucontrol"
|
||||||
},
|
},
|
||||||
|
"mpris": {
|
||||||
|
"format": "{title} - {artist} ",
|
||||||
|
"format-paused": "{title} - {artist} "
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -39,6 +39,7 @@ tooltip {
|
|||||||
#clock,
|
#clock,
|
||||||
#workspaces,
|
#workspaces,
|
||||||
#window,
|
#window,
|
||||||
|
#mpris,
|
||||||
#pulseaudio,
|
#pulseaudio,
|
||||||
#network,
|
#network,
|
||||||
#tray,
|
#tray,
|
||||||
@ -93,6 +94,10 @@ tooltip {
|
|||||||
color: @gold;
|
color: @gold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#mpris {
|
||||||
|
color: @foam;
|
||||||
|
}
|
||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
color: @iris;
|
color: @iris;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user