Waybar: Disable tray & language.

This commit is contained in:
Dmitry Voronin 2024-12-13 08:26:20 +03:00
parent 8330065084
commit ff0c60a079
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -20,6 +20,7 @@ in {
]; ];
modules-left = [ modules-left = [
"clock" "clock"
# "sway/language"
"sway/scratchpad" "sway/scratchpad"
"mpris" "mpris"
]; ];
@ -27,13 +28,12 @@ in {
"sway/workspaces" "sway/workspaces"
]; ];
modules-right = [ modules-right = [
"sway/language"
"pulseaudio"
"group/batteryinfo"
"group/hardware" "group/hardware"
"group/batteryinfo"
"pulseaudio"
"custom/display" "custom/display"
"custom/network" "custom/network"
"tray" # "tray"
]; ];
"sway/workspaces" = { "sway/workspaces" = {
all-outputs = true; all-outputs = true;