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