Enable yubikey-touch-detector
This commit is contained in:
@@ -140,6 +140,8 @@ run pasystray pasystray
|
|||||||
# redshift unit already exists
|
# redshift unit already exists
|
||||||
run redshift redshift-gtk -c ~/.config/redshift.conf
|
run redshift redshift-gtk -c ~/.config/redshift.conf
|
||||||
|
|
||||||
|
run yubikey-touch-detector yubikey-touch-detector -libnotify
|
||||||
|
|
||||||
if [[ "${MACHINE_HAS_KEEPASSX}" == "true" ]] ; then
|
if [[ "${MACHINE_HAS_KEEPASSX}" == "true" ]] ; then
|
||||||
run keepassx keepassx --keyfile ~/.secret/main.key ~/.secret/main.kdbx
|
run keepassx keepassx --keyfile ~/.secret/main.key ~/.secret/main.kdbx
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ general {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
order += "yubikey"
|
||||||
order += "volume_status output"
|
order += "volume_status output"
|
||||||
order += "volume_status input"
|
order += "volume_status input"
|
||||||
order += spotify
|
order += spotify
|
||||||
@@ -41,6 +42,10 @@ battery_level all {
|
|||||||
threshold_full = 95
|
threshold_full = 95
|
||||||
}
|
}
|
||||||
|
|
||||||
|
yubikey {
|
||||||
|
format = '[ YubiKey[\?if=is_gpg ][\?if=is_u2f ] ]'
|
||||||
|
}
|
||||||
|
|
||||||
clock {
|
clock {
|
||||||
format = ["{DE}", "{NZ}", "{Cuba}", "{MX}", "{CZ}", "{NL}", "{VN}"]
|
format = ["{DE}", "{NZ}", "{Cuba}", "{MX}", "{CZ}", "{NL}", "{VN}"]
|
||||||
format_time = " {name} \[KW %V\] %a %d.%m.%Y %H:%M:%S "
|
format_time = " {name} \[KW %V\] %a %d.%m.%Y %H:%M:%S "
|
||||||
|
|||||||
@@ -323,7 +323,7 @@ packages:
|
|||||||
gpg:
|
gpg:
|
||||||
fedora: ["gnupg2", "paperkey", "yubikey-manager"]
|
fedora: ["gnupg2", "paperkey", "yubikey-manager"]
|
||||||
ubuntu: ["gnupg2"]
|
ubuntu: ["gnupg2"]
|
||||||
archlinux: ["gnupg", "paperkey", "yubikey-manager"]
|
archlinux: ["gnupg", "paperkey", "yubikey-manager", "yubikey-touch-detector"]
|
||||||
networkmanager:
|
networkmanager:
|
||||||
fedora: ["NetworkManager", "NetworkManager-wifi"]
|
fedora: ["NetworkManager", "NetworkManager-wifi"]
|
||||||
ubuntu: ["network-manager", "network-manager-openvpn", "network-manager-openconnect"]
|
ubuntu: ["network-manager", "network-manager-openvpn", "network-manager-openconnect"]
|
||||||
|
|||||||
Reference in New Issue
Block a user