diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-08-30 22:51:15 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-08-30 22:51:15 +0200 |
commit | 2b98957337801b749b76b0c61e3a17e213809076 (patch) | |
tree | 9e8b8bbb7aca6e8f456f982d9044126716d1243f | |
parent | Hosts: Sway: Remove 10th workspace (diff) | |
download | nixos-config-2b98957337801b749b76b0c61e3a17e213809076.tar.gz nixos-config-2b98957337801b749b76b0c61e3a17e213809076.tar.bz2 nixos-config-2b98957337801b749b76b0c61e3a17e213809076.zip |
Hosts: Waybar: Remove language module
-rw-r--r-- | dotfiles/waybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/waybar/config b/dotfiles/waybar/config index e61a7a4..f165f40 100644 --- a/dotfiles/waybar/config +++ b/dotfiles/waybar/config @@ -7,7 +7,7 @@ // Choose the order of the modules "modules-left": ["sway/workspaces", "custom/separator", "sway/window"], //"modules-center": ["river/window"], - "modules-right": ["custom/weather", "pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "keyboard-state", "sway/language", "battery", "battery#bat2", "clock", "tray"], + "modules-right": ["custom/weather", "pulseaudio", "network", "cpu", "memory", "temperature", "keyboard-state", "battery", "battery#bat2", "clock", "tray"], // Modules configuration "sway/workspaces": { "disable-scroll": true, |