mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
update waybar
This commit is contained in:
parent
e4f891da45
commit
d9d2925b11
3 changed files with 123 additions and 36 deletions
|
|
@ -1,3 +1,4 @@
|
|||
// vim: ft=jsonc
|
||||
// -*- mode: jsonc -*-
|
||||
{
|
||||
"output": "DP-1",
|
||||
|
|
@ -30,10 +31,10 @@
|
|||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
|
||||
},
|
||||
"cpu": {
|
||||
"format": "{usage}% ",
|
||||
"format": " {usage}%",
|
||||
"tooltip": false
|
||||
},
|
||||
"memory": {
|
||||
"format": "{}% "
|
||||
"format": " {}%"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue