sway: update anthy, keybinds, locking

This commit is contained in:
2024-07-31 22:52:37 +02:00
parent 3689d53e4b
commit c6ab0cad8f
5 changed files with 71 additions and 53 deletions

View File

@@ -26,8 +26,9 @@
"modules-center": [
],
"modules-right": [
"tray",
// "network",
"pulseaudio",
// "pulseaudio",
// "memory",
// "cpu",
// "temperature",
@@ -35,8 +36,7 @@
// "custom/keyboard-layout",
"battery",
"clock#date",
"clock#time",
"tray"
"clock#time"
],
@@ -51,7 +51,7 @@
"critical": 15
},
// Connected to AC
"format": " {icon} {capacity}%", // Icon: bolt
"format": " {capacity}%", // Icon: bolt
// Not connected to AC
// "format-discharging": "{icon} {capacity}%",
"format-discharging": "{capacity}%",
@@ -178,7 +178,7 @@
"tray": {
"icon-size": 15,
"spacing": 10
"spacing": 20
}
}