Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Jul 26, 2024
1 parent f56b5d9 commit d2fd3a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dot_config/bspwm/scripts/executable_cpu-temp.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

if [[ "$(lscpu | grep 'Vendor ID:' | awk '{print $3}' | grep -q 'AMD')" -eq 0 ]]; then
sensors | grep "Tctl:" | tr -d '+' | awk '{print $2}'
fi
1 change: 1 addition & 0 deletions setup/arch-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ thunar

ttf-font-awesome
ttf-jetbrains-mono-nerd
ttf-d2coding
papirus-icon-theme
noto-font-cjk

0 comments on commit d2fd3a1

Please sign in to comment.