🇳🇴/🇬🇧 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:
2024-12-30 20:21:06 +01:00
parent 4a5cd5dd73
commit b28a7d7fbb
5 changed files with 67 additions and 49 deletions

View File

@ -35,6 +35,7 @@
border-radius: 1rem;
}
#language,
#window,
#custom-notification,
#custom-music,
@ -61,10 +62,14 @@
border-radius: 0;
}
#language {
color: @red;
border-radius: 1rem 0 0 1rem;
margin-left: 1rem;
}
#wireplumber {
color: @maroon;
border-radius: 1rem 0px 0px 1rem;
margin-left: 1rem;
}
#custom-music {