working on screens and power stuff
This commit is contained in:
parent
ca06918f79
commit
743efa1782
9 changed files with 88 additions and 66 deletions
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
cat /sys/class/power_supply/AC0/online
|
|
@ -51,13 +51,13 @@
|
|||
"memory": {
|
||||
"interval": 30,
|
||||
"format": "{used:0.1f}G/{total:0.1f}G ",
|
||||
"on-click": "$HOME/.local/bin/wezapp htop"
|
||||
"on-click": "$HOME/.local/bin/wezapp btop"
|
||||
},
|
||||
"cpu": {
|
||||
"interval": 10,
|
||||
"format": "{}% ",
|
||||
"max-length": 10,
|
||||
"on-click": "$HOME/.local/bin/wezapp htop"
|
||||
"on-click": "$HOME/.local/bin/wezapp btop"
|
||||
},
|
||||
"network": {
|
||||
"format-wifi": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue