Changed to firefox, turn off notify in volume, added cpumhz

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2021-03-24 00:54:14 +01:00
parent 2a7620a621
commit 460f6d9251
4 changed files with 9 additions and 5 deletions

2
.local/bin/cpumhz Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
watch "grep MHz /proc/cpuinfo | sort -n | tail -n 8 ; sensors"