updates to tiling and neovim
This commit is contained in:
parent
c4915bae20
commit
5c44151022
11 changed files with 112 additions and 232 deletions
|
|
@ -1,86 +0,0 @@
|
|||
{
|
||||
"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