🇳🇴/🇬🇧 Locale switcher
- Added no to list of keyboard locales. - Added no and gb to list of supported locales. - Added a waybar language switcher, that can be clicked to toggle - Toggle languages using ALT+SHIFT - Enable numlock at boot
This commit is contained in:
@ -13,11 +13,12 @@
|
||||
"hyprland/window"
|
||||
],
|
||||
"modules-right": [
|
||||
"hyprland/language",
|
||||
"wireplumber",
|
||||
"backlight",
|
||||
"clock",
|
||||
"tray",
|
||||
"custom/notification",
|
||||
"tray",
|
||||
"custom/lock",
|
||||
"custom/power"
|
||||
],
|
||||
@ -87,6 +88,12 @@
|
||||
},
|
||||
"on-click": "pavucontrol"
|
||||
},
|
||||
"hyprland/language": {
|
||||
"format-en": "EN",
|
||||
"format-no": "NO",
|
||||
"keyboard-name": "logitech-logitech-g710-keyboard",
|
||||
"on-click": "hyprctl switchxkblayout logitech-logitech-g710-keyboard next"
|
||||
},
|
||||
"custom/lock": {
|
||||
"tooltip": false,
|
||||
"on-click": "sh -c '(sleep 0.5s; swaylock)' & disown",
|
||||
|
Reference in New Issue
Block a user