...
This commit is contained in:
parent
972b8a5d42
commit
56caea30fb
1 changed files with 6 additions and 9 deletions
|
@ -1,12 +1,11 @@
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "bottom",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
|
"spacing" : 1,
|
||||||
"sway/language" : {
|
|
||||||
},
|
|
||||||
|
|
||||||
"river/window" : {
|
"river/window" : {
|
||||||
"max-length": 30,
|
"max-length": 50,
|
||||||
|
"min-length": 50,
|
||||||
"on-scroll-up" : "riverctl focus-view next",
|
"on-scroll-up" : "riverctl focus-view next",
|
||||||
"on-scroll-down" : "riverctl focus-view previous",
|
"on-scroll-down" : "riverctl focus-view previous",
|
||||||
"on-click-right" : "riverctl close"
|
"on-click-right" : "riverctl close"
|
||||||
|
@ -40,9 +39,8 @@
|
||||||
|
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"river/tags",
|
"river/tags",
|
||||||
"river/window",
|
|
||||||
"custom/left-arrow-dark",
|
|
||||||
"river/mode",
|
"river/mode",
|
||||||
|
"river/window",
|
||||||
],
|
],
|
||||||
|
|
||||||
"custom/bar" : {
|
"custom/bar" : {
|
||||||
|
@ -50,7 +48,6 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"network",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
|
|
Loading…
Reference in a new issue