Switch to NerdFonts 3.
This commit is contained in:
parent
c2b1576406
commit
4906013bc5
@ -28,16 +28,16 @@ def autostop():
|
||||
|
||||
mod = "mod4"
|
||||
groups = [
|
||||
Group("1", label="\uf292"),
|
||||
Group("2", label="\uf738", matches=[Match(wm_class=["Firefox"])]),
|
||||
Group("3", label="\uf70d", matches=[Match(wm_class=["ferdium"])]),
|
||||
Group("4", label="\uf70d", matches=[Match(wm_class=["discord"])]),
|
||||
Group("5", label="\uf7aa", matches=[Match(wm_class=["mutt"])]),
|
||||
Group("6", label="\uf120"),
|
||||
Group("7", label="\uf09c", matches=[Match(wm_class=["1Password"])]),
|
||||
Group("8", label="\uf198", matches=[Match(wm_class=["Slack"])]),
|
||||
Group("9", label="\uf296"),
|
||||
Group("0", label="\uf2bb", matches=[Match(wm_class=["workfx"])]),
|
||||
Group("1", label=""),
|
||||
Group("2", label="", matches=[Match(wm_class=["Firefox"])]),
|
||||
Group("3", label="", matches=[Match(wm_class=["ferdium"])]),
|
||||
Group("4", label="", matches=[Match(wm_class=["discord"])]),
|
||||
Group("5", label="", matches=[Match(wm_class=["mutt"])]),
|
||||
Group("6", label=""),
|
||||
Group("7", label="", matches=[Match(wm_class=["1Password"])]),
|
||||
Group("8", label="", matches=[Match(wm_class=["Slack"])]),
|
||||
Group("9", label=""),
|
||||
Group("0", label="", matches=[Match(wm_class=["workfx"])]),
|
||||
]
|
||||
|
||||
keys = [
|
||||
@ -131,7 +131,7 @@ widget_defaults = dict(
|
||||
extension_defaults = widget_defaults.copy()
|
||||
|
||||
def yubikey_replace(text):
|
||||
return text.replace('YubiKey is waiting for a touch', 'Touch the Yubikey')
|
||||
return text.replace('YubiKey is waiting for a touch', 'touch the yubikey')
|
||||
|
||||
screens = [
|
||||
Screen(
|
||||
|
Loading…
Reference in New Issue
Block a user