1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

update waybar

This commit is contained in:
Henrik Hautakoski 2024-10-24 22:00:48 +02:00
parent e4f891da45
commit d9d2925b11
3 changed files with 123 additions and 36 deletions

View file

@ -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": "{}%"
}
}