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_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
|
||||||
|
|
|
@ -1,14 +1,29 @@
|
||||||
{
|
{
|
||||||
"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"
|
||||||
|
],
|
||||||
|
"modules-center": [
|
||||||
|
"sway/window"
|
||||||
|
],
|
||||||
|
"modules-right": [
|
||||||
|
"cpu",
|
||||||
|
"memory",
|
||||||
|
"pulseaudio",
|
||||||
|
"battery",
|
||||||
|
"tray",
|
||||||
|
"clock"
|
||||||
|
],
|
||||||
"sway/window": {
|
"sway/window": {
|
||||||
"max-length": 50
|
"max-length": 50
|
||||||
},
|
},
|
||||||
"sway/workspaces": {
|
"niri/workspaces": {
|
||||||
"disable-scroll" : false,
|
"disable-scroll": false,
|
||||||
},
|
},
|
||||||
|
// "sway/workspaces": {
|
||||||
|
// "disable-scroll" : false,
|
||||||
|
// },
|
||||||
"battery": {
|
"battery": {
|
||||||
"format": "bat {capacity}%",
|
"format": "bat {capacity}%",
|
||||||
// "format-icons": ["", "", "", "", ""]
|
// "format-icons": ["", "", "", "", ""]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue