Return sway/mode module

This commit is contained in:
2021-11-07 14:53:19 +03:00
parent 9685a085a7
commit 66716cda3d
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{ {
"position": "top", "position": "top",
"modules-left": ["sway/workspaces"], "modules-left": ["sway/workspaces", "sway/mode"],
"modules-right": [ "modules-right": [
"tray", "tray",
"custom/weather", "custom/weather",

View File

@@ -33,6 +33,7 @@ window#waybar {
} }
#mode { #mode {
margin-left: 10px;
color: @primary; color: @primary;
} }