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_WAYLAND_DISABLE_WINDOWDECORATION "1"
QT_AUTO_SCREEN_SCALE_FACTOR "1" QT_AUTO_SCREEN_SCALE_FACTOR "1"
} }
binds { binds {
// Keys consist of modifiers separated by + signs, followed by an XKB key name // 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 // in the end. To find an XKB name for a particular key, you may use a program

View file

@ -1,38 +1,53 @@
{ {
"layer": "top", "layer": "top",
"modules-left": ["sway/workspaces", "sway/mode"], "modules-left": [
"modules-center": ["sway/window"], "sway/workspaces",
"modules-right": ["cpu","memory", "pulseaudio", "battery","tray", "clock"], "sway/mode"
"sway/window": { ],
"max-length": 50 "modules-center": [
}, "sway/window"
"sway/workspaces": { ],
"disable-scroll" : false, "modules-right": [
"cpu",
"memory",
"pulseaudio",
"battery",
"tray",
"clock"
],
"sway/window": {
"max-length": 50
}, },
"battery": { "niri/workspaces": {
"format": "bat {capacity}%", "disable-scroll": false,
// "format-icons": ["", "", "", "", ""] },
}, // "sway/workspaces": {
"clock": { // "disable-scroll" : false,
"format-alt": "{:%a, %d. %b %H:%M}" // },
}, "battery": {
"pulseaudio": { "format": "bat {capacity}%",
"scroll-step": 5, // "format-icons": ["", "", "", "", ""]
"max-volume": 150, },
"format": "vol {volume}%", "clock": {
"format-muted": "vol mut", "format-alt": "{:%a, %d. %b %H:%M}"
"nospacing": 1, },
"on-click": "pavucontrol", "pulseaudio": {
"tooltip": false "scroll-step": 5,
}, "max-volume": 150,
"cpu": { "format": "vol {volume}%",
"interval": 10, "format-muted": "vol mut",
"format": "cpu {usage}%", "nospacing": 1,
"max-length": 10 "on-click": "pavucontrol",
}, "tooltip": false
"memory": { },
"interval": 30, "cpu": {
"format": "mem {percentage}%", "interval": 10,
"max-length": 10 "format": "cpu {usage}%",
} "max-length": 10
} },
"memory": {
"interval": 30,
"format": "mem {percentage}%",
"max-length": 10
}
}