1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

bin structure and vifm preview

This commit is contained in:
TiynGER
2020-03-31 20:32:16 +02:00
parent 8b44f92d83
commit 8c0490c981
27 changed files with 316 additions and 59 deletions

3
.local/bin/tools/statusbar/cpu Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
sensors | awk '/Core 0/ {print $3}'