I3 to Sway #1

Merged
dbroqua merged 112 commits from gentoo-sway into master 2021-10-21 21:40:49 +02:00
Showing only changes of commit b1c3a21475 - Show all commits

View File

@ -145,9 +145,10 @@
"output": "eDP-1", "output": "eDP-1",
"modules-left": [ "modules-left": [
"sway/workspaces", "sway/workspaces",
"sway/mode" "sway/mode",
], ],
"modules-center": [ "modules-center": [
"clock"
], ],
"modules-right": [ "modules-right": [
"disk#1", "disk#1",
@ -160,12 +161,11 @@
"battery", "battery",
"backlight", "backlight",
"pulseaudio", "pulseaudio",
"custom/multimedia_previous", // "custom/multimedia_previous",
"custom/multimedia_current", // "custom/multimedia_current",
"custom/multimedia_next", // "custom/multimedia_next",
"clock",
"tray" "tray"
], ],
"sway/workspaces": { "sway/workspaces": {
"all-outputs": true "all-outputs": true
}, },
@ -220,7 +220,7 @@
}, },
"temperature#3": { "temperature#3": {
"thermal-zone": 1, "thermal-zone": 1,
"hwmon-path": "/sys/class/hwmon/hwmon8/temp1_input", "hwmon-path": "/sys/class/hwmon/hwmon7/temp1_input",
"format": "{temperatureC}°C" "format": "{temperatureC}°C"
}, },
"backlight": { "backlight": {