Waybar: Disable tray & language.
This commit is contained in:
parent
5ccb40d8ed
commit
9a281d45cd
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue