revert: default config

This commit is contained in:
Alex 2019-06-16 15:09:26 +02:00
parent 527144a440
commit 1d2dd953e7

View File

@ -8,22 +8,21 @@
"modules-center": ["sway/window"], "modules-center": ["sway/window"],
"modules-right": ["mpd", "idle_inhibitor", "pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "battery", "battery#bat2", "clock", "tray"], "modules-right": ["mpd", "idle_inhibitor", "pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "battery", "battery#bat2", "clock", "tray"],
// Modules configuration // Modules configuration
"sway/workspaces": { // "sway/workspaces": {
"enable-bar-scroll": true // "disable-scroll": true,
// "disable-scroll": true, // "all-outputs": true,
// "all-outputs": true, // "format": "{name}: {icon}",
// "format": "{name}: {icon}", // "format-icons": {
// "format-icons": { // "1": "",
// "1": "", // "2": "",
// "2": "", // "3": "",
// "3": "", // "4": "",
// "4": "", // "5": "",
// "5": "", // "urgent": "",
// "urgent": "", // "focused": "",
// "focused": "", // "default": ""
// "default": "" // }
// } // },
},
"sway/mode": { "sway/mode": {
"format": "<span style=\"italic\">{}</span>" "format": "<span style=\"italic\">{}</span>"
}, },