You are not logged in.

#1 2023-09-13 14:19:45

acetofilippo
Member
Registered: 2022-12-28
Posts: 21

layout string in hyprland/language module

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

#2 2024-02-29 11:36:59

comm1ted
Member
Registered: 2024-02-29
Posts: 1

Re: layout string in hyprland/language module

Does you fix it? Have the same

Offline

Board footer

Powered by FluxBB