You are not logged in.
I have in .config/waybar/modules.json i have the layout module in waybar:
"hyprland/language": {
"format": "{}",
"format-en": "us",
"format-it": "it",
"keyboard-name": "at-translated-set-2-keyboard",
"on-click": "hyprctl switchxkblayout at-translated-set-2-keyboard next"
}
when i click on the module on the waybar, the layout switch is set correctly but the en string is not visible. i see ...
the it string is showing correctly.
When i login in hyprland the module show en string for a while and then show ...
i don t understand why.
this is the hyprland.conf
# -----------------------------------------------------
# Keyboard layout and mouse
# -----------------------------------------------------
input {
kb_layout = us,it
kb_variant = intl
kb_model = pc105
#kb_options =
#kb_rules =
follow_mouse = 1
touchpad {
natural_scroll = false
}
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}
Offline
Does you fix it? Have the same
Offline