mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
Fix websearch to use browser env var
This commit is contained in:
parent
3538699954
commit
b71fd9bbb9
9 changed files with 32 additions and 754 deletions
|
@ -149,7 +149,7 @@ format-prefix-foreground = #5b
|
|||
|
||||
[module/temperature]
|
||||
type = custom/script
|
||||
exec = sensors | awk '/^Tctl:/ { print substr($2, 2) }'
|
||||
exec = sensors | awk '/^Core 0:/ { print substr($3, 2) }'
|
||||
format-prefix = " "
|
||||
interval = 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue