Update config
This commit is contained in:
parent
b4d9677ef2
commit
c3934cd5d0
1 changed files with 8 additions and 5 deletions
|
@ -8,14 +8,12 @@
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"sway/workspaces",
|
"sway/workspaces",
|
||||||
"sway/mode",
|
"sway/mode",
|
||||||
"sway/scratchpad"
|
"sway/scratchpad",
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
"sway/window"
|
"sway/window"
|
||||||
],
|
],
|
||||||
|
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
|
"tray",
|
||||||
"custom/arrow1",
|
"custom/arrow1",
|
||||||
"clock",
|
"clock",
|
||||||
"custom/arrow2",
|
"custom/arrow2",
|
||||||
|
@ -75,7 +73,12 @@
|
||||||
"icon": true,
|
"icon": true,
|
||||||
"icon-size": 16,
|
"icon-size": 16,
|
||||||
"separate-outputs": true,
|
"separate-outputs": true,
|
||||||
"max-length": 70
|
"max-length": 60
|
||||||
|
},
|
||||||
|
|
||||||
|
"tray": {
|
||||||
|
"icon-size": 16,
|
||||||
|
"spacing": 10
|
||||||
},
|
},
|
||||||
|
|
||||||
"cpu": {
|
"cpu": {
|
||||||
|
|
Loading…
Reference in a new issue