-
No matter what value I put for Here's my configuration: {
"control-center-height": 250,
"control-center-width": 700,
"widget-config": {
"backlight": {
"label": "<U+F00DE> "
},
"buttons-grid": {
"actions": [
{
"active": true,
"command": "/nix/store/306znyj77fv49kwnkpxmb0j2znqpa8bj-bash-5.2p26/bin/sh -c '[[ $SWAYNC_TOGGLE_STATE == true ]] && /nix/store/mlwlbq4cgi28h4j69s3brqql9d7rlcqm-networkmanager-1.46.0/bin/nmcli radio wifi on || /nix/store/mlwlbq4cgi28h4j69s3brqql9d7rlcqm-networkmanager-1.46.0/bin/nmcli radio wifi off'\n",
"label": "<U+F1EB> ",
"type": "toggle",
"update-command": "/nix/store/306znyj77fv49kwnkpxmb0j2znqpa8bj-bash-5.2p26/bin/sh -c '[[ $(/nix/store/mlwlbq4cgi28h4j69s3brqql9d7rlcqm-networkmanager-1.46.0/bin/nmcli radio wifi) == \"enabled\" ]] && echo true || echo false'\n"
}
]
},
"title": {
"text": "Control Center"
},
"volume": {
"label": "<U+F028> "
}
},
"widgets": [
"title",
"volume",
"mpris",
"backlight",
"buttons-grid",
"inhibitors",
"notifications"
]
} SwayNC version: 0.10.1 |
Beta Was this translation helpful? Give feedback.
Answered by
addz
Jun 20, 2024
Replies: 1 comment 1 reply
-
The behavior you're seeing is working as expected. That's the i.e. in
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
poperigby
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The behavior you're seeing is working as expected. That's the
fit-to-screen
property. Change it to false inconfig.json
and reload config (swaync-client -R
).i.e. in
config.json
. It's at the root level of the json object.