wip: add niri wm
This commit is contained in:
parent
278f87f4c7
commit
c2ab4f76cc
7 changed files with 861 additions and 0 deletions
86
home/tiling/waybar/config/config.jsonc
Normal file
86
home/tiling/waybar/config/config.jsonc
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"layer": "top",
|
||||
"spacing": 0,
|
||||
"height": 0,
|
||||
|
||||
"margin-top": 0,
|
||||
"margin-right": 0,
|
||||
"margin-bottom": 0,
|
||||
"margin-left": 0,
|
||||
|
||||
"modules-left": ["sway/workspaces"],
|
||||
|
||||
"modules-center": [],
|
||||
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"cpu_text",
|
||||
"cpu",
|
||||
"memory",
|
||||
"battery",
|
||||
"network",
|
||||
"pulseaudio",
|
||||
"clock",
|
||||
],
|
||||
|
||||
"sway/workspaces": {
|
||||
"disable-scroll": true,
|
||||
"all-outputs": true,
|
||||
"tooltip": false,
|
||||
},
|
||||
|
||||
"tray": {
|
||||
"spacing": 10,
|
||||
"tooltip": false,
|
||||
},
|
||||
|
||||
"clock": {
|
||||
"format": "{:%a %d, %I:%M %p}",
|
||||
"tooltip": false,
|
||||
},
|
||||
|
||||
"cpu": {
|
||||
"format": "cpu {usage}%",
|
||||
"interval": 2,
|
||||
|
||||
"states": {
|
||||
"critical": 90,
|
||||
},
|
||||
},
|
||||
|
||||
"memory": {
|
||||
"format": "mem {percentage}%",
|
||||
"interval": 2,
|
||||
|
||||
"states": {
|
||||
"critical": 80,
|
||||
},
|
||||
},
|
||||
|
||||
"battery": {
|
||||
"format": "bat {capacity}%",
|
||||
"interval": 5,
|
||||
"states": {
|
||||
"warning": 20,
|
||||
"critical": 10,
|
||||
},
|
||||
"tooltip": false,
|
||||
},
|
||||
|
||||
"network": {
|
||||
"format-wifi": "wifi up",
|
||||
"format-ethernet": "enth up",
|
||||
"format-disconnected": "no network",
|
||||
"tooltip": false,
|
||||
},
|
||||
|
||||
"pulseaudio": {
|
||||
"scroll-step": 5,
|
||||
"max-volume": 150,
|
||||
"format": "vol {volume}%",
|
||||
"format-bluetooth": "vol {volume}%",
|
||||
"nospacing": 1,
|
||||
"on-click": "pavucontrol",
|
||||
"tooltip": false,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue