AutoYADM commit: 2025-02-25 20:30:12
This commit is contained in:
parent
33f36e574b
commit
d01dc474fb
2 changed files with 52 additions and 36 deletions
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
"niri/workspaces": {
|
||||
"disable-scroll": false,
|
||||
},
|
||||
// "sway/workspaces": {
|
||||
// "disable-scroll" : false,
|
||||
// },
|
||||
"battery": {
|
||||
"format": "bat {capacity}%",
|
||||
// "format-icons": ["", "", "", "", ""]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue