solarityliveboot/airootfs/etc/skel/.config/nwg-panel/config
2023-05-17 22:11:46 -06:00

163 lines
3.4 KiB
Text

[
{
"name": "panel-top",
"output": "",
"layer": "top",
"position": "top",
"controls": "right",
"width": "auto",
"height": 30,
"margin-top": 0,
"margin-bottom": 0,
"padding-horizontal": 0,
"padding-vertical": 0,
"spacing": 0,
"items-padding": 0,
"icons": "light",
"css-name": "panel-top",
"modules-left": [
"button-drawer",
"sway-taskbar"
],
"modules-center": [],
"modules-right": [
"clock"
],
"controls-settings": {
"components": [
"brightness",
"volume",
"battery"
],
"commands": {
"net": "",
"bluetooth": "",
"battery": ""
},
"show-values": false,
"interval": 1,
"icon-size": 16,
"hover-opens": true,
"leave-closes": true,
"css-name": "controls-window",
"net-interface": "",
"custom-items": [
{
"name": "Panel settings",
"icon": "nwg-panel",
"cmd": "nwg-panel-config"
}
],
"menu": {
"name": "Exit",
"icon": "system-shutdown-symbolic",
"items": [
{
"name": "Exit GUI",
"cmd": "pkill labwc"
},
{
"name": "Lock",
"cmd": "swaylock -f -c 000000"
},
{
"name": "Reboot",
"cmd": "systemctl reboot"
},
{
"name": "Shutdown",
"cmd": "systemctl -i poweroff"
}
]
}
},
"sway-taskbar": {
"workspace-menu": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9"
],
"name-max-len": 20,
"image-size": 16,
"workspaces-spacing": 0,
"task-padding": 0,
"show-app-icon": true,
"show-app-name": false,
"show-layout": true,
"workspace-buttons": false,
"all-workspaces": true,
"all-outputs": true
},
"sway-workspaces": {
"numbers": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9"
],
"show-icon": true,
"image-size": 16,
"show-name": true,
"name-length": 40,
"mark-autotiling": true,
"mark-content": true,
"show-layout": true
},
"clock": {
"format": "%a, %d. %b %H:%M:%S",
"tooltip-text": "",
"on-left-click": "",
"on-middle-click": "",
"on-right-click": "",
"on-scroll-up": "",
"on-scroll-down": "",
"css-name": "clock",
"interval": 1
},
"playerctl": {
"buttons-position": "left",
"icon-size": 16,
"chars": 30,
"button-css-name": "",
"label-css-name": "",
"interval": 1
},
"button-sample": {
"command": "notify-send 'sample button'",
"icon": "view-grid",
"label": "",
"label-position": "right",
"css-name": "button-custom",
"icon-size": 16
},
"menu-start": "",
"scratchpad": {},
"menu-start-settings": {},
"button-drawer": {
"command": "nwg-drawer",
"icon": "start-here",
"label": "",
"label-position": "bottom",
"css-name": "",
"icon-size": 16
},
"button-menu": {
"command": "nwg-menu",
"icon": "start-here",
"label": "",
"label-position": "bottom",
"css-name": "",
"icon-size": 16
}
]