feat: removed language from waybar as using only QWERTY

This commit is contained in:
oxypomme
2026-01-04 13:40:10 +01:00
parent 261062f829
commit 6feb4c3a3d
2 changed files with 0 additions and 12 deletions

View File

@@ -3,7 +3,6 @@
"include": [ "include": [
"~/.config/waybar/lib/components/workspaces.json", "~/.config/waybar/lib/components/workspaces.json",
"~/.config/waybar/lib/components/tray.json", "~/.config/waybar/lib/components/tray.json",
"~/.config/waybar/lib/components/language.json",
"~/.config/waybar/lib/components/audio.json", "~/.config/waybar/lib/components/audio.json",
"~/.config/waybar/lib/components/calendar.json", "~/.config/waybar/lib/components/calendar.json",
"~/.config/waybar/lib/components/clock.json" "~/.config/waybar/lib/components/clock.json"
@@ -12,10 +11,7 @@
"hyprland/workspaces", "hyprland/workspaces",
"tray" "tray"
], ],
"modules-center": [
],
"modules-right": [ "modules-right": [
"hyprland/language",
"pulseaudio", "pulseaudio",
"clock#calendar", "clock#calendar",
"clock" "clock"

View File

@@ -1,8 +0,0 @@
{
"hyprland/language": {
"format": " {}",
"format-en": "QW",
"format-fr": "AZ",
"keyboard-name": "logitech-g512-rgb-mechanical-gaming-keyboard"
}
}