mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
waybar: add custom/timew to show current timeworrior "profile"
This commit is contained in:
parent
7173b669a8
commit
80b03aa7c1
3 changed files with 12 additions and 4 deletions
|
|
@ -12,7 +12,7 @@
|
|||
"temperature": {
|
||||
"hwmon-path": "/sys/devices/pci0000:00/0000:00:08.1/0000:03:00.0/hwmon/hwmon3/temp1_input",
|
||||
"format": " {temperatureC}°C",
|
||||
"tooltip": false
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"battery": {
|
||||
|
|
@ -88,6 +88,13 @@
|
|||
"activated": "",
|
||||
"deactivated": ""
|
||||
}
|
||||
},
|
||||
|
||||
"custom/timew": {
|
||||
"exec": "~/bin/time.sh status",
|
||||
"format": " {text}",
|
||||
"interval": 5,
|
||||
"tooltip": false
|
||||
}
|
||||
}
|
||||
// vim: ft=jsonc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue