AutoYADM commit: 2025-02-25 20:30:12

This commit is contained in:
Daniel Fichtinger 2025-02-25 20:30:12 -05:00
parent 33f36e574b
commit d01dc474fb
2 changed files with 52 additions and 36 deletions

View file

@ -301,6 +301,7 @@ environment {
QT_WAYLAND_DISABLE_WINDOWDECORATION "1"
QT_AUTO_SCREEN_SCALE_FACTOR "1"
}
binds {
// Keys consist of modifiers separated by + signs, followed by an XKB key name
// in the end. To find an XKB name for a particular key, you may use a program

View file

@ -1,14 +1,29 @@
{
"layer": "top",
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["sway/window"],
"modules-right": ["cpu","memory", "pulseaudio", "battery","tray", "clock"],
"modules-left": [
"sway/workspaces",
"sway/mode"
],
"modules-center": [
"sway/window"
],
"modules-right": [
"cpu",
"memory",
"pulseaudio",
"battery",
"tray",
"clock"
],
"sway/window": {
"max-length": 50
},
"sway/workspaces": {
"disable-scroll" : false,
"niri/workspaces": {
"disable-scroll": false,
},
// "sway/workspaces": {
// "disable-scroll" : false,
// },
"battery": {
"format": "bat {capacity}%",
// "format-icons": ["", "", "", "", ""]