You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#language {
background-color: @backgroundlight;
font-size: 16px;
color: @textcolor2;
border-radius: 15px;
padding: 2px 10px 0px 10px;
margin: 5px 15px 5px 0px;
opacity:0.8;
}
Затем в config в раздел Modules Right добавил строку :
"hyprland/language",
Следующим шагом будет добавление в modules.json
// Language
"hyprland/language": {
"format": " {short}",
"on-click": "hyprctl switchxkblayout (вывод названия вашей клавиатуры в hyprctl devices например : sonix-usb-device-keyboard) next"
},
English :
as I did:
to dotfiles/waybar/style.css ;added
#language {
background-color: @backgroundlight;
font-size: 16px;
color: @textcolor2;
border-radius: 15px;
padding: 2px 10px 0px 10px;
margin: 5px 15px 5px 0px;
opacity:0.8;
}
Then in the config in the Modules Right section I added the line:
"hyprland/language",
The next step is to add it to modules.json
// Language
"hyprland/language": {
"format": "{short}",
"on-click": "hyprctl switchxkblayout (display the name of your keyboard in hyprctl devices for example: sonix-usb-device-keyboard) next"
},
Is your feature request related to a problem? Please describe.
Is it possible to make the current keyboard layout always visible?
The text was updated successfully, but these errors were encountered: